Home
last modified time | relevance | path

Searched refs:m_buildErrorType (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fProgramStateQueryTests.cpp635 const BuildErrorType m_buildErrorType; member in deqp::gles31::Functional::__anon7ec7f66e0111::ProgramLogCase
640 , m_buildErrorType (errorType) in ProgramLogCase()
648 switch (m_buildErrorType) in init()
762 switch (m_buildErrorType) in getProgramSources()
/external/deqp/modules/gles3/functional/
Des3fShaderStateQueryTests.cpp1200 , m_buildErrorType (buildErrorType) in ProgramInfoLogCase()
1229 …const char* vtxSource = (m_buildErrorType == BUILDERROR_COMPILE) ? (brokenShader) : (linkErrorVtxS… in test()
1230 …const char* frgSource = (m_buildErrorType == BUILDERROR_COMPILE) ? (brokenShader) : (linkErrorFrgS… in test()
1318 const BuildErrorType m_buildErrorType; member in deqp::gles3::Functional::__anon422fb1eb0111::ProgramInfoLogCase