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

  /external/deqp/framework/qphelper/
qpTestLog.h 149 } qpShaderType;
215 deBool qpTestLog_writeShader (qpTestLog* log, qpShaderType type, const char* source, deBool compileOk, const char* infoLog);
qpTestLog.c 1024 deBool qpTestLog_writeShader (qpTestLog* log, qpShaderType type, const char* source, deBool compileOk, const char* infoLog)
    [all...]
  /external/deqp/framework/common/
tcuTestLog.hpp 145 void writeShader (qpShaderType type, const char* source, bool compileOk, const char* infoLog);
312 LogShader (qpShaderType type, const std::string& source, bool compileOk, const std::string& infoLog)
323 qpShaderType m_type;
tcuTestLog.cpp 312 void TestLog::writeShader (qpShaderType type, const char* source, bool compileOk, const char* infoLog)
  /external/deqp/framework/opengl/
gluShaderProgram.cpp 382 qpShaderType getLogShaderType (ShaderType shaderType)
384 static const qpShaderType s_typeMap[] =
gluShaderProgram.hpp 197 qpShaderType getLogShaderType (ShaderType shaderType);
  /external/deqp/modules/gles31/functional/
es31fSeparateShaderTests.cpp 640 qpShaderType qpType = glu::getLogShaderType(m_shaderType);
1119 qpShaderType qpType = glu::getLogShaderType(shaderType);
    [all...]

Completed in 118 milliseconds