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

  /external/deqp/modules/gles2/functional/
es2fShaderIndexingTests.cpp     [all...]
es2fShaderLoopTests.cpp     [all...]
es2fShaderApiTests.cpp 864 const std::string shaderTypeName = getShaderTypeName(shaderType);
866 const std::string caseName = name + "_" + shaderTypeName;
867 const std::string caseDesc = "Build program, " + desc + ", for " + shaderTypeName + " shader.";
es2fShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderIndexingTests.cpp     [all...]
es3fShaderLoopTests.cpp     [all...]
es3fShaderApiTests.cpp 924 const std::string shaderTypeName = getShaderTypeName(shaderType);
926 const std::string caseName = name + "_" + shaderTypeName;
927 const std::string caseDesc = "Build program, " + desc + ", for " + shaderTypeName + " shader.";
    [all...]
es3fShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderBuiltinConstantTests.cpp 241 const char* const shaderTypeName = glu::getShaderTypeName(glu::ShaderType(shaderType));
242 const tcu::ScopedLogSection section (m_testCtx.getLog(), shaderTypeName, shaderTypeName);
252 m_testCtx.getLog() << TestLog::Message << "Not checking " << shaderTypeName << ": " << e.what() << TestLog::EndMessage;

Completed in 156 milliseconds