Home
last modified time | relevance | path

Searched defs:ShaderCaseSpecification (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
DglsShaderLibraryCase.hpp139 struct ShaderCaseSpecification struct in deqp::gls::sl::ShaderCase
146 ExpectResult expectResult;
147 glu::GLSLVersion targetVersion;
148 CaseType caseType;
149 std::vector<CaseRequirement> requirements;
150 std::vector<ValueBlock> valueBlocks;
151 std::vector<std::string> vertexSources;
152 std::vector<std::string> fragmentSources;
153 std::vector<std::string> tessCtrlSources;
154 std::vector<std::string> tessEvalSources;
[all …]
DglsShaderLibraryCase.cpp199 ShaderCase::ShaderCaseSpecification::ShaderCaseSpecification (void) in ShaderCaseSpecification() function in deqp::gls::sl::ShaderCase::ShaderCaseSpecification