/external/deqp/external/openglcts/modules/gles31/ |
D | es31cTextureStorageMultisampleTexStorage3DMultisampleTests.cpp | 195 TCU_CHECK_MSG(to_id_2d_array_1 != 0, "First texture object has not been generated."); in iterate() 196 TCU_CHECK_MSG(to_id_2d_array_2 != 0, "Second texture object has not been generated."); in iterate() 197 TCU_CHECK_MSG(to_id_2d_array_3 != 0, "Third texture object has not been generated."); in iterate() 200 TCU_CHECK_MSG(max_texture_size >= 2048, "Invalid GL_MAX_TEXTURE_SIZE was returned."); in iterate() 201 …TCU_CHECK_MSG(max_array_texture_layers >= 256, "Invalid GL_MAX_ARRAY_TEXTURE_LAYERS was returned."… in iterate() 220 TCU_CHECK_MSG(error_code == GL_INVALID_VALUE, in iterate() 232 TCU_CHECK_MSG(error_code == GL_INVALID_VALUE, in iterate() 279 TCU_CHECK_MSG(error_code == GL_INVALID_VALUE, in iterate() 291 TCU_CHECK_MSG(error_code == GL_INVALID_VALUE, in iterate() 468 TCU_CHECK_MSG(to_id != 0, "Texture object has not been generated."); in iterate() [all …]
|
D | es31cFramebufferNoAttachmentsTests.cpp | 126 TCU_CHECK_MSG(gl.checkFramebufferStatus(target) == expected_status, fail_message); in expect_fbo_status() 263 …TCU_CHECK_MSG(max_values[0] >= 2048, "GL_MAX_FRAMEBUFFER_WIDTH does not meet minimum requirements"… in iterate() 265 …TCU_CHECK_MSG(max_values[1] >= 2048, "GL_MAX_FRAMEBUFFER_HEIGHT does not meet minimum requirements… in iterate() 267 TCU_CHECK_MSG(max_values[2] >= 4, "GL_MAX_FRAMEBUFFER_SAMPLES does not meet minimum requirements"); in iterate() 336 TCU_CHECK_MSG(get_value == ~0, "failed call to glGetFramebufferParameteriv() " in iterate() 401 TCU_CHECK_MSG(get_value == ~0, "Calling glGetFramebufferParameteriv() with invalid pname " in iterate() 421 TCU_CHECK_MSG(get_value == valid_values[k], in iterate() 452 TCU_CHECK_MSG(get_value == default_values[k], "glGetFramebufferParameteriv() " in iterate() 468 TCU_CHECK_MSG(get_value == default_values[k], "glGetFramebufferParameteriv() " in iterate() 619 TCU_CHECK_MSG(value == expected_value, "Validating draw with imageStore"); in iterate()
|
D | es31cTextureStorageMultisampleGetTexLevelParameterifvTests.cpp | 1198 TCU_CHECK_MSG(gl.getError() == GL_INVALID_ENUM, in iterate() 1206 TCU_CHECK_MSG(gl.getError() == GL_INVALID_ENUM, in iterate() 1254 …TCU_CHECK_MSG(error_code == GL_INVALID_ENUM, "glGetTexLevelParameteriv() did not generate GL_INVAL… in iterate() 1263 …TCU_CHECK_MSG(error_code == GL_INVALID_ENUM, "glGetTexLevelParameterfv() did not generate GL_INVAL… in iterate() 1343 TCU_CHECK_MSG(gl.getError() == GL_INVALID_VALUE, in iterate() 1350 TCU_CHECK_MSG(gl.getError() == GL_INVALID_VALUE, in iterate()
|
D | es31cTextureStorageMultisampleTexStorage2DMultisampleTests.cpp | 187 TCU_CHECK_MSG(gl.getError() == GL_INVALID_OPERATION, in iterate() 831 TCU_CHECK_MSG(gl.getError() == GL_INVALID_OPERATION, in iterate() 843 TCU_CHECK_MSG(gl.getError() == GL_INVALID_ENUM, in iterate() 981 TCU_CHECK_MSG(gl.getError() == GL_INVALID_OPERATION, in iterate() 1120 TCU_CHECK_MSG(gl.getError() == GL_INVALID_OPERATION, in iterate()
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramStateQueryTests.cpp | 155 TCU_CHECK_MSG(program.isOk(), "Compile failed"); in iterate() 172 TCU_CHECK_MSG(program.isOk(), "Compile failed"); in iterate() 188 TCU_CHECK_MSG(program.isOk(), "Compile failed"); in iterate() 278 TCU_CHECK_MSG(program.isOk(), "Compile failed"); in iterate() 297 TCU_CHECK_MSG(program.isOk(), "Compile failed"); in iterate() 316 TCU_CHECK_MSG(program.isOk(), "Compile failed"); in iterate() 390 …TCU_CHECK_MSG(vtxShader.getCompileStatus() && frgShader.getCompileStatus(), "failed to build shade… in iterate() 415 TCU_CHECK_MSG(linkStatus == GL_TRUE, "failed to link program"); in iterate() 434 TCU_CHECK_MSG(linkStatus == GL_TRUE, "failed to link program"); in iterate() 506 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 | 792 TCU_CHECK_MSG(msgLen >= 0, "Negative message length"); in expectMessage() 793 TCU_CHECK_MSG(msgLen < 100000, "Excessively long message"); in expectMessage() 1618 TCU_CHECK_MSG(msgLen >= 0, "Negative message length"); in fetchLogMessages() 1619 TCU_CHECK_MSG(msgLen < 100000, "Excessively long message"); in fetchLogMessages()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cTextureFilterMinmaxTests.cpp | 552 …TCU_CHECK_MSG(params == GL_WEIGHTED_AVERAGE_ARB, "getSamplerParameteriv value mismatch with expect… in testReductionModeQueriesDefaultValues() 561 …TCU_CHECK_MSG(params == GL_WEIGHTED_AVERAGE_ARB, "getTexParameteriv value mismatch with expected d… in testReductionModeQueriesDefaultValues() 565 …TCU_CHECK_MSG(params == GL_WEIGHTED_AVERAGE_ARB, "getTexParameterIiv value mismatch with expected … in testReductionModeQueriesDefaultValues() 578 …TCU_CHECK_MSG(params == GL_WEIGHTED_AVERAGE_ARB, "getTextureParameteriv value mismatch with expect… in testReductionModeQueriesDefaultValues() 582 …TCU_CHECK_MSG(params == GL_WEIGHTED_AVERAGE_ARB, "getTextureParameterIiv value mismatch with expec… in testReductionModeQueriesDefaultValues() 699 …TCU_CHECK_MSG(reductionModeTexelSumMap[GL_MIN] < reductionModeTexelSumMap[GL_WEIGHTED_AVERAGE_ARB], in iterate() 702 …TCU_CHECK_MSG(reductionModeTexelSumMap[GL_MAX] > reductionModeTexelSumMap[GL_WEIGHTED_AVERAGE_ARB], in iterate() 803 TCU_CHECK_MSG(params, "GetInternalformativ incorrect value"); in iterate()
|
D | gl4cShaderBallotTests.cpp | 595 TCU_CHECK_MSG(validationResult, "Bitmask value is not correct"); in iterate() 671 TCU_CHECK_MSG(validationResult, "Value returned from ballotARB function is not correct"); in iterate() 747 TCU_CHECK_MSG(validationResult, "Read functions result is not correct"); in iterate()
|
D | gl4cShaderAtomicCounterOpsTests.cpp | 603 TCU_CHECK_MSG(operationValueValid, operationFailMsg.c_str()); in iterate() 608 TCU_CHECK_MSG(returnValueValid, returnFailMsg.c_str()); in iterate()
|
D | gl4cShaderViewportLayerArrayTests.cpp | 418 TCU_CHECK_MSG(validationResult, "Expected pixel color did not match rendered one."); in iterate() 518 TCU_CHECK_MSG(validationResult, "Expected pixel color did not match rendered one."); in iterate()
|
/external/deqp/modules/egl/ |
D | teglWideColorTests.cpp | 411 TCU_CHECK_MSG(components[0] == 10, "Missing 10bit deep red channel"); in check1010102Support() 412 TCU_CHECK_MSG(components[1] == 10, "Missing 10bit deep green channel"); in check1010102Support() 413 TCU_CHECK_MSG(components[2] == 10, "Missing 10bit deep blue channel"); in check1010102Support() 414 TCU_CHECK_MSG(components[3] == 2, "Missing 2bit deep alpha channel"); in check1010102Support() 462 TCU_CHECK_MSG(success == EGL_TRUE, "eglGetConfigAttrib failed"); in checkFP16Support() 465 TCU_CHECK_MSG(success == EGL_TRUE, "eglGetConfigAttrib failed"); in checkFP16Support() 468 TCU_CHECK_MSG(success == EGL_TRUE, "eglGetConfigAttrib failed"); in checkFP16Support() 471 TCU_CHECK_MSG(success == EGL_TRUE, "eglGetConfigAttrib failed"); in checkFP16Support() 474 TCU_CHECK_MSG(components[0] == 16, "Missing 16bit deep red channel"); in checkFP16Support() 475 TCU_CHECK_MSG(components[1] == 16, "Missing 16bit deep green channel"); in checkFP16Support() [all …]
|
D | teglGetFrameTimestampsTests.cpp | 553 TCU_CHECK_MSG(!info.required, "Required timestamp not supported."); in executeForConfig() 559 TCU_CHECK_MSG(!invalidSupported, "Non existant timestamp reports that it is supported."); in executeForConfig() 564 TCU_CHECK_MSG(deadlineSupported, "EGL_COMPOSITE_DEADLINE_ANDROID not supported."); in executeForConfig() 567 TCU_CHECK_MSG(intervalSupported, "EGL_COMPOSITE_INTERVAL_ANDROID not supported."); in executeForConfig() 570 TCU_CHECK_MSG(latencySupported, "EGL_COMPOSITE_TO_PRESENT_LATENCY_ANDROID not supported."); in executeForConfig()
|
D | teglImageFormatTests.cpp | 430 TCU_CHECK_MSG((int)coordLoc != -1, "Couldn't find attribute a_coord"); in invokeGLES2() 433 TCU_CHECK_MSG((int)samplerLoc != (int)-1, "Couldn't find uniform u_sampler"); in invokeGLES2() 505 TCU_CHECK_MSG((int)coordLoc != -1, "Couldn't find attribute a_coord"); in invokeGLES2() 508 TCU_CHECK_MSG((int)colorLoc != (int)-1, "Couldn't find uniform u_color"); in invokeGLES2() 511 TCU_CHECK_MSG((int)depthLoc != (int)-1, "Couldn't find uniform u_depth"); in invokeGLES2() 629 TCU_CHECK_MSG((int)coordLoc != -1, "Couldn't find attribute a_coord"); in invokeGLES2() 632 TCU_CHECK_MSG((int)colorLoc != (int)-1, "Couldn't find uniform u_color"); in invokeGLES2()
|
/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 | 137 #define TCU_CHECK_MSG(X, MSG) do { if (!(!deGetFalse() && (X))) throw tcu::TestError((MSG), #X, __F… macro
|
/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()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderGroupVoteTests.cpp | 197 TCU_CHECK_MSG(validationResult, validationErrorMsg.c_str()); in validate()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiExternalMemoryTests.cpp | 1339 TCU_CHECK_MSG(newFd.getFd() >= 0, "Failed to call dup() for semaphores fd"); in testSemaphoreFdDup() 1409 TCU_CHECK_MSG(newFd >= 0, "Failed to call dup2() for fences fd"); in testSemaphoreFdDup2() 1479 TCU_CHECK_MSG(newFd >= 0, "Failed to call dup3() for fences fd"); in testSemaphoreFdDup3() 1616 TCU_CHECK_MSG(newFd.getFd() >= 0, "Didn't receive valid fd from socket"); in testSemaphoreFdSendOverSocket() 2351 TCU_CHECK_MSG(newFd.getFd() >= 0, "Failed to call dup() for fences fd"); in testFenceFdDup() 2421 TCU_CHECK_MSG(newFd >= 0, "Failed to call dup2() for fences fd"); in testFenceFdDup2() 2491 TCU_CHECK_MSG(newFd >= 0, "Failed to call dup3() for fences fd"); in testFenceFdDup3() 2628 TCU_CHECK_MSG(newFd.getFd() >= 0, "Didn't receive valid fd from socket"); in testFenceFdSendOverSocket() 3053 TCU_CHECK_MSG(newFd.getFd() >= 0, "Failed to call dup() for memorys fd"); in testMemoryFdDup() 3118 TCU_CHECK_MSG(newFd >= 0, "Failed to call dup2() for memorys fd"); in testMemoryFdDup2() [all …]
|
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 619 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()
|