HomeSort by relevance Sort by last modified time
    Searched refs:shaderTypeName (Results 1 - 16 of 16) 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/external/openglcts/modules/common/
glcShaderIndexingTests.cpp     [all...]
glcShaderLoopTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderIndexingTests.cpp     [all...]
vktShaderRenderLoopTests.cpp     [all...]
vktShaderRenderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderBuiltinConstantTests.cpp 263 const char* const shaderTypeName = glu::getShaderTypeName(glu::ShaderType(shaderType));
264 const tcu::ScopedLogSection section (m_testCtx.getLog(), shaderTypeName, shaderTypeName);
274 m_testCtx.getLog() << TestLog::Message << "Not checking " << shaderTypeName << ": " << e.what() << TestLog::EndMessage;
  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrFormatTests.cpp 511 const char* const shaderTypeName = shaderTypes[shaderTypeNdx].name;
512 const string name = string(shaderTypeName) + "_" + tilingName;
  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemYCbCrConversionTests.cpp     [all...]

Completed in 865 milliseconds