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

  /external/deqp/modules/gles3/functional/
es3fShaderApiTests.cpp 924 const std::string shaderTypeName = getShaderTypeName(shaderType);
954 log << TestLog::Message << "Detaching " + std::string(getShaderTypeName(m_shaderType)) + " shader" << TestLog::EndMessage;
976 log << TestLog::Message << "Reattaching " + std::string(getShaderTypeName(m_shaderType)) + " shader" << TestLog::EndMessage;
999 log << TestLog::Message << "Deleting " + std::string(getShaderTypeName(m_shaderType)) + " shader" << TestLog::EndMessage;
1022 log << TestLog::Message << "Deleting and replacing " + std::string(getShaderTypeName(m_shaderType)) + " shader" << TestLog::EndMessage;
1046 log << TestLog::Message << "Recompiling " + std::string(getShaderTypeName(m_shaderType)) + " shader" << TestLog::EndMessage;
1069 log << TestLog::Message << "Replacing " + std::string(getShaderTypeName(m_shaderType)) + " shader source and recompiling" << TestLog::EndMessage;
    [all...]
es3fShaderIndexingTests.cpp     [all...]
es3fShaderLoopTests.cpp     [all...]
es3fShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderApiTests.cpp 864 const std::string shaderTypeName = getShaderTypeName(shaderType);
894 log << TestLog::Message << "Detaching " + std::string(getShaderTypeName(m_shaderType)) + " shader" << TestLog::EndMessage;
916 log << TestLog::Message << "Reattaching " + std::string(getShaderTypeName(m_shaderType)) + " shader" << TestLog::EndMessage;
939 log << TestLog::Message << "Deleting " + std::string(getShaderTypeName(m_shaderType)) + " shader" << TestLog::EndMessage;
962 log << TestLog::Message << "Deleting and replacing " + std::string(getShaderTypeName(m_shaderType)) + " shader" << TestLog::EndMessage;
986 log << TestLog::Message << "Recompiling " + std::string(getShaderTypeName(m_shaderType)) + " shader" << TestLog::EndMessage;
1009 log << TestLog::Message << "Replacing " + std::string(getShaderTypeName(m_shaderType)) + " shader source and recompiling" << TestLog::EndMessage;
es2fShaderIndexingTests.cpp     [all...]
es2fShaderLoopTests.cpp     [all...]
es2fShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles3/stress/
es3sLongShaderTests.cpp 460 const std::string name = de::toString(opCount) + "_operations_" + glu::getShaderTypeName(shaderType);
461 const std::string desc = std::string("Compile ") + glu::getShaderTypeName(shaderType) + " shader with " + de::toString(opCount) + " operations";
  /external/deqp/framework/opengl/
gluShaderUtil.hpp 78 const char* getShaderTypeName (ShaderType shaderType);
gluStrUtilPrototypes.inl 31 const char* getShaderTypeName (int value);
102 inline tcu::Format::Enum getShaderTypeStr (int value) { return tcu::Format::Enum(getShaderTypeName, value); }
gluShaderUtil.cpp 133 const char* getShaderTypeName (ShaderType shaderType)
gluStrUtil.inl 508 const char* getShaderTypeName (int value)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTestCase.cpp     [all...]
es31fShaderBuiltinConstantTests.cpp 241 const char* const shaderTypeName = glu::getShaderTypeName(glu::ShaderType(shaderType));
es31fOpaqueTypeIndexingTests.cpp 911 throw tcu::NotSupportedError(string("Atomic counters not supported in ") + glu::getShaderTypeName(m_shaderType) + " shader");
    [all...]
  /external/deqp/modules/glshared/
glsShaderLibraryCase.cpp 703 builder << glu::getShaderTypeName((glu::ShaderType)stage);
    [all...]
glsBuiltinPrecisionTests.cpp     [all...]

Completed in 280 milliseconds