/external/deqp/modules/gles31/functional/ |
D | es31fProgramStateQueryTests.cpp | 137 TCU_CHECK_MSG(program.isOk(), "Compile failed"); in iterate() 154 TCU_CHECK_MSG(program.isOk(), "Compile failed"); in iterate() 170 TCU_CHECK_MSG(program.isOk(), "Compile failed"); in iterate() 264 TCU_CHECK_MSG(program.isOk(), "Compile failed"); in iterate() 283 TCU_CHECK_MSG(program.isOk(), "Compile failed"); in iterate() 302 TCU_CHECK_MSG(program.isOk(), "Compile failed"); in iterate() 377 …TCU_CHECK_MSG(vtxShader.getCompileStatus() && frgShader.getCompileStatus(), "failed to build shade… in iterate() 402 TCU_CHECK_MSG(linkStatus == GL_TRUE, "failed to link program"); in iterate() 421 TCU_CHECK_MSG(linkStatus == GL_TRUE, "failed to link program"); in iterate() 499 TCU_CHECK_MSG(program.isOk(), "failed to build program"); in iterate() [all …]
|
D | es31fShaderBuiltinConstantTests.cpp | 66 …TCU_CHECK_MSG(value%4 == 0, ("Expected " + glu::getGettableStateStr((int)pname).toString() + " to … in getVectorsFromComps()
|
D | es31fIndirectComputeDispatchTests.cpp | 350 TCU_CHECK_MSG(program.isOk(), "Compile failed"); in iterate()
|
D | es31fAtomicCounterTests.cpp | 997 TCU_CHECK_MSG(false, "Mapped buffer corrupted"); in iterate() 1017 TCU_CHECK_MSG(false, "Mapped buffer corrupted"); in iterate()
|
D | es31fOpaqueTypeIndexingTests.cpp | 102 TCU_CHECK_MSG(loc >= 0, ("No location assigned for uniform '" + varName + "'").c_str()); in uploadUniformIndices() 551 …TCU_CHECK_MSG(samplerLoc >= 0, (string("No location for uniform '") + samplerName + "' found").c_s… in iterate()
|
D | es31fDebugTests.cpp | 785 TCU_CHECK_MSG(msgLen >= 0, "Negative message length"); in expectMessage() 786 TCU_CHECK_MSG(msgLen < 100000, "Excessively long message"); in expectMessage() 1611 TCU_CHECK_MSG(msgLen >= 0, "Negative message length"); in fetchLogMessages() 1612 TCU_CHECK_MSG(msgLen < 100000, "Excessively long message"); in fetchLogMessages()
|
D | es31fTextureGatherTests.cpp | 1248 …TCU_CHECK_MSG(offsetRange[0] <= SPEC_MAX_MIN_OFFSET, ("GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET must b… in init() 1249 …TCU_CHECK_MSG(offsetRange[1] >= SPEC_MIN_MAX_OFFSET, ("GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET must b… in init()
|
/external/deqp/framework/opengl/ |
D | gluVarTypeUtil.cpp | 113 TCU_CHECK_MSG(curType.isStructType(), "Invalid field selector"); in parseTypePath() 123 TCU_CHECK_MSG(ndx < curType.getStructPtr()->getNumMembers(), "Member not found in type"); in parseTypePath()
|
/external/deqp/framework/common/ |
D | tcuDefs.hpp | 135 #define TCU_CHECK_MSG(X, MSG) do { if (!(!deGetFalse() && (X))) throw tcu::TestError((MSG), #X, __F… macro
|
/external/deqp/modules/egl/ |
D | teglImageFormatTests.cpp | 427 TCU_CHECK_MSG((int)coordLoc != -1, "Couldn't find attribute a_coord"); in invokeGLES2() 430 TCU_CHECK_MSG((int)samplerLoc != (int)-1, "Couldn't find uniform u_sampler"); in invokeGLES2() 502 TCU_CHECK_MSG((int)coordLoc != -1, "Couldn't find attribute a_coord"); in invokeGLES2() 505 TCU_CHECK_MSG((int)colorLoc != (int)-1, "Couldn't find uniform u_color"); in invokeGLES2() 508 TCU_CHECK_MSG((int)depthLoc != (int)-1, "Couldn't find uniform u_depth"); in invokeGLES2() 626 TCU_CHECK_MSG((int)coordLoc != -1, "Couldn't find attribute a_coord"); in invokeGLES2() 629 TCU_CHECK_MSG((int)colorLoc != (int)-1, "Couldn't find uniform u_color"); in invokeGLES2()
|
/external/deqp/modules/glshared/ |
D | glsMemoryStressCase.cpp | 209 TCU_CHECK_MSG(m_program->isOk(), "Shader compilation failed"); in TextureRenderer() 371 TCU_CHECK_MSG(m_program->isOk(), "Shader compilation failed"); in BufferRenderer()
|
D | glsAttributeLocationTests.cpp | 452 TCU_CHECK_MSG(vertexCompileOk, "Vertex shader compilation failed"); in createAndAttachShaders() 453 TCU_CHECK_MSG(fragmentCompileOk, "Fragment shader compilation failed"); in createAndAttachShaders() 736 TCU_CHECK_MSG(getProgramLinkStatus(gl, program), "Program link failed"); in runTest() 756 TCU_CHECK_MSG(getProgramLinkStatus(gl, program), "Program link failed"); in runTest() 779 TCU_CHECK_MSG(getProgramLinkStatus(gl, program), "Program link failed"); in runTest()
|
D | glsTextureBufferCase.cpp | 897 … TCU_CHECK_MSG(width >= MIN_VIEWPORT_WIDTH || height >= MIN_VIEWPORT_HEIGHT, "Too small viewport"); in runTests()
|
D | glsLifetimeTests.cpp | 438 TCU_CHECK_MSG(compileStatus != 0, sourceStr); in initAttachment()
|
/external/deqp/framework/platform/X11/ |
D | tcuX11GlxPlatform.cpp | 545 TCU_CHECK_MSG(fbConfigs != DE_NULL, "Couldn't query framebuffer configurations"); in chooseVisual()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderApiTests.cpp | 575 TCU_CHECK_MSG(checkLinkStatus(m_program), "Fail, expected LINK_STATUS to be TRUE."); in test() 1367 TCU_CHECK_MSG(program.isOk(), "Couldn't build program"); in test()
|
D | es3fUniformApiTests.cpp | 1483 TCU_CHECK_MSG(reportedType != glu::TYPE_LAST, "Invalid uniform type"); in getActiveUniforms() 1611 TCU_CHECK_MSG(reportedType != glu::TYPE_LAST, "Invalid uniform type"); in getActiveUniformsiv()
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderOperatorTests.cpp | 881 …TCU_CHECK_MSG(m_gridSizeX >= 1 && m_gridSizeY >= 1, "Can't decrease grid size enough to achieve lo… in adjustAndLogGridAndViewport() 889 …TCU_CHECK_MSG(m_viewportWidth >= 1 && m_viewportHeight >= 1, "Can't decrease viewport size enough … in adjustAndLogGridAndViewport()
|
/external/deqp/modules/gles3/performance/ |
D | es3pShaderOperatorTests.cpp | 881 …TCU_CHECK_MSG(m_gridSizeX >= 1 && m_gridSizeY >= 1, "Can't decrease grid size enough to achieve lo… in adjustAndLogGridAndViewport() 889 …TCU_CHECK_MSG(m_viewportWidth >= 1 && m_viewportHeight >= 1, "Can't decrease viewport size enough … in adjustAndLogGridAndViewport()
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderApiTests.cpp | 521 TCU_CHECK_MSG(checkLinkStatus(m_program), "Fail, expected LINK_STATUS to be TRUE."); in test()
|
D | es2fUniformApiTests.cpp | 1286 TCU_CHECK_MSG(reportedType != glu::TYPE_LAST, "Invalid uniform type"); in getActiveUniforms()
|