Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fProgramStateQueryTests.cpp648 const BuildErrorType m_buildErrorType; member in deqp::gles31::Functional::__anonf1a717880111::ProgramLogCase
653 , m_buildErrorType (errorType) in ProgramLogCase()
661 switch (m_buildErrorType) in init()
775 switch (m_buildErrorType) in getProgramSources()
/third_party/vk-gl-cts/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::__anonab5ad9450111::ProgramInfoLogCase