/external/deqp/framework/opengl/ |
gluVarTypeUtil.cpp | 113 TCU_CHECK_MSG(curType.isStructType(), "Invalid field selector"); 123 TCU_CHECK_MSG(ndx < curType.getStructPtr()->getNumMembers(), "Member not found in type");
|
/external/deqp/framework/common/ |
tcuDefs.hpp | 135 #define TCU_CHECK_MSG(X, MSG) do { if (!(!deGetFalse() && (X))) throw tcu::TestError((MSG), #X, __FILE__, __LINE__); } while(deGetFalse())
|
/external/deqp/modules/glshared/ |
glsMemoryStressCase.cpp | 209 TCU_CHECK_MSG(m_program->isOk(), "Shader compilation failed"); 371 TCU_CHECK_MSG(m_program->isOk(), "Shader compilation failed");
|
glsAttributeLocationTests.cpp | 452 TCU_CHECK_MSG(vertexCompileOk, "Vertex shader compilation failed"); 453 TCU_CHECK_MSG(fragmentCompileOk, "Fragment shader compilation failed"); 736 TCU_CHECK_MSG(getProgramLinkStatus(gl, program), "Program link failed"); 756 TCU_CHECK_MSG(getProgramLinkStatus(gl, program), "Program link failed"); 779 TCU_CHECK_MSG(getProgramLinkStatus(gl, program), "Program link failed"); [all...] |
glsLifetimeTests.cpp | 435 TCU_CHECK_MSG(compileStatus != 0, sourceStr); [all...] |
glsTextureBufferCase.cpp | 890 TCU_CHECK_MSG(width >= MIN_VIEWPORT_WIDTH || height >= MIN_VIEWPORT_HEIGHT, "Too small viewport"); [all...] |
/external/deqp/modules/egl/ |
teglImageFormatTests.cpp | 523 TCU_CHECK_MSG(img != EGL_NO_IMAGE_KHR, "Failed to create EGLImage, got EGL_NO_IMAGE_KHR"); 763 TCU_CHECK_MSG((int)coordLoc != -1, "Couldn't find attribute a_coord"); 766 TCU_CHECK_MSG((int)samplerLoc != (int)-1, "Couldn't find uniform u_sampler"); 883 TCU_CHECK_MSG((int)coordLoc != -1, "Couldn't find attribute a_coord"); 886 TCU_CHECK_MSG((int)colorLoc != (int)-1, "Couldn't find uniform u_color"); 889 TCU_CHECK_MSG((int)depthLoc != (int)-1, "Couldn't find uniform u_depth"); [all...] |
/external/deqp/modules/gles31/functional/ |
es31fIndirectComputeDispatchTests.cpp | 350 TCU_CHECK_MSG(program.isOk(), "Compile failed");
|
es31fShaderBuiltinConstantTests.cpp | 66 TCU_CHECK_MSG(value%4 == 0, ("Expected " + glu::getGettableStateStr((int)pname).toString() + " to be divisible by 4").c_str());
|
es31fDebugTests.cpp | 704 TCU_CHECK_MSG(msgLen >= 0, "Negative message length"); 705 TCU_CHECK_MSG(msgLen < 100000, "Excessively long message"); [all...] |
es31fAtomicCounterTests.cpp | 997 TCU_CHECK_MSG(false, "Mapped buffer corrupted"); 1017 TCU_CHECK_MSG(false, "Mapped buffer corrupted"); [all...] |
es31fOpaqueTypeIndexingTests.cpp | 101 TCU_CHECK_MSG(loc >= 0, ("No location assigned for uniform '" + varName + "'").c_str()); 496 TCU_CHECK_MSG(samplerLoc >= 0, (string("No location for uniform '") + samplerName + "' found").c_str()); [all...] |
es31fTextureGatherTests.cpp | [all...] |
/external/deqp/framework/platform/X11/ |
tcuX11GlxPlatform.cpp | 546 TCU_CHECK_MSG(fbConfigs != DE_NULL, "Couldn't query framebuffer configurations");
|
/external/deqp/modules/gles3/functional/ |
es3fShaderApiTests.cpp | 575 TCU_CHECK_MSG(checkLinkStatus(m_program), "Fail, expected LINK_STATUS to be TRUE."); [all...] |
es3fShaderBuiltinVarTests.cpp | 76 TCU_CHECK_MSG(value%4 == 0, ("Expected " + glu::getGettableStateStr((int)pname).toString() + " to be divisible by 4").c_str()); [all...] |
es3fUniformApiTests.cpp | [all...] |
/external/deqp/modules/gles2/functional/ |
es2fShaderApiTests.cpp | 521 TCU_CHECK_MSG(checkLinkStatus(m_program), "Fail, expected LINK_STATUS to be TRUE.");
|
es2fUniformApiTests.cpp | [all...] |
/external/deqp/modules/gles2/performance/ |
es2pShaderOperatorTests.cpp | 881 TCU_CHECK_MSG(m_gridSizeX >= 1 && m_gridSizeY >= 1, "Can't decrease grid size enough to achieve low-enough draw times"); 889 TCU_CHECK_MSG(m_viewportWidth >= 1 && m_viewportHeight >= 1, "Can't decrease viewport size enough to achieve low-enough draw times"); [all...] |
/external/deqp/modules/gles3/performance/ |
es3pShaderOperatorTests.cpp | 881 TCU_CHECK_MSG(m_gridSizeX >= 1 && m_gridSizeY >= 1, "Can't decrease grid size enough to achieve low-enough draw times"); 889 TCU_CHECK_MSG(m_viewportWidth >= 1 && m_viewportHeight >= 1, "Can't decrease viewport size enough to achieve low-enough draw times"); [all...] |