HomeSort by relevance Sort by last modified time
    Searched refs:SHADERTYPE_GEOMETRY (Results 1 - 15 of 15) sorted by null

  /external/deqp/executor/tools/
xeExtractShaderPrograms.cpp 59 case xe::ri::Shader::SHADERTYPE_GEOMETRY: return "geom";
  /external/deqp/framework/opengl/
gluShaderProgram.hpp 264 GeometrySource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_GEOMETRY, source_) {}
gluShaderUtil.hpp 70 SHADERTYPE_GEOMETRY,
  /external/deqp/executor/
xeTestCaseResult.hpp 308 SHADERTYPE_GEOMETRY,
xeTestLogWriter.cpp 301 case ri::Shader::SHADERTYPE_GEOMETRY: tagName = "GeometryShader"; break;
xeTestResultParser.cpp 147 { 0x8f066128, "GeometryShader", ri::Shader::SHADERTYPE_GEOMETRY },
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceDefinitionUtil.cpp 134 case glu::SHADERTYPE_GEOMETRY:
    [all...]
es31fProgramInterfaceDefinition.cpp 50 glu::SHADERTYPE_GEOMETRY,
es31fShaderBuiltinConstantTests.cpp 116 GS = (1<<glu::SHADERTYPE_GEOMETRY),
es31fShaderPackingFunctionTests.cpp     [all...]
es31fShaderIntegerFunctionTests.cpp     [all...]
es31fShaderCommonFunctionTests.cpp     [all...]
es31fGeometryShaderTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsShaderLibraryCase.cpp 390 DE_ASSERT(((specification.programs[pipelineProgramNdx].activeStageBits & (1 << glu::SHADERTYPE_GEOMETRY)) == 0) || !specification.programs[pipelineProgramNdx].geometrySources.empty());
    [all...]
glsShaderExecUtil.cpp     [all...]

Completed in 936 milliseconds