HomeSort by relevance Sort by last modified time
    Searched refs:TCU_CHECK_MSG (Results 1 - 25 of 36) sorted by null

1 2

  /external/deqp/external/openglcts/modules/gles31/
es31cTextureStorageMultisampleTexStorage3DMultisampleTests.cpp 195 TCU_CHECK_MSG(to_id_2d_array_1 != 0, "First texture object has not been generated.");
196 TCU_CHECK_MSG(to_id_2d_array_2 != 0, "Second texture object has not been generated.");
197 TCU_CHECK_MSG(to_id_2d_array_3 != 0, "Third texture object has not been generated.");
200 TCU_CHECK_MSG(max_texture_size >= 2048, "Invalid GL_MAX_TEXTURE_SIZE was returned.");
201 TCU_CHECK_MSG(max_array_texture_layers >= 256, "Invalid GL_MAX_ARRAY_TEXTURE_LAYERS was returned.");
220 TCU_CHECK_MSG(error_code == GL_INVALID_VALUE,
232 TCU_CHECK_MSG(error_code == GL_INVALID_VALUE,
279 TCU_CHECK_MSG(error_code == GL_INVALID_VALUE,
291 TCU_CHECK_MSG(error_code == GL_INVALID_VALUE,
468 TCU_CHECK_MSG(to_id != 0, "Texture object has not been generated.")
    [all...]
es31cFramebufferNoAttachmentsTests.cpp 126 TCU_CHECK_MSG(gl.checkFramebufferStatus(target) == expected_status, fail_message);
263 TCU_CHECK_MSG(max_values[0] >= 2048, "GL_MAX_FRAMEBUFFER_WIDTH does not meet minimum requirements");
265 TCU_CHECK_MSG(max_values[1] >= 2048, "GL_MAX_FRAMEBUFFER_HEIGHT does not meet minimum requirements");
267 TCU_CHECK_MSG(max_values[2] >= 4, "GL_MAX_FRAMEBUFFER_SAMPLES does not meet minimum requirements");
336 TCU_CHECK_MSG(get_value == ~0, "failed call to glGetFramebufferParameteriv() "
401 TCU_CHECK_MSG(get_value == ~0, "Calling glGetFramebufferParameteriv() with invalid pname "
421 TCU_CHECK_MSG(get_value == valid_values[k],
452 TCU_CHECK_MSG(get_value == default_values[k], "glGetFramebufferParameteriv() "
468 TCU_CHECK_MSG(get_value == default_values[k], "glGetFramebufferParameteriv() "
619 TCU_CHECK_MSG(value == expected_value, "Validating draw with imageStore")
    [all...]
es31cTextureStorageMultisampleGetTexLevelParameterifvTests.cpp     [all...]
es31cTextureStorageMultisampleTexStorage2DMultisampleTests.cpp 187 TCU_CHECK_MSG(gl.getError() == GL_INVALID_OPERATION,
831 TCU_CHECK_MSG(gl.getError() == GL_INVALID_OPERATION,
843 TCU_CHECK_MSG(gl.getError() == GL_INVALID_ENUM,
    [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramStateQueryTests.cpp 155 TCU_CHECK_MSG(program.isOk(), "Compile failed");
172 TCU_CHECK_MSG(program.isOk(), "Compile failed");
188 TCU_CHECK_MSG(program.isOk(), "Compile failed");
278 TCU_CHECK_MSG(program.isOk(), "Compile failed");
297 TCU_CHECK_MSG(program.isOk(), "Compile failed");
316 TCU_CHECK_MSG(program.isOk(), "Compile failed");
390 TCU_CHECK_MSG(vtxShader.getCompileStatus() && frgShader.getCompileStatus(), "failed to build shaders");
415 TCU_CHECK_MSG(linkStatus == GL_TRUE, "failed to link program");
434 TCU_CHECK_MSG(linkStatus == GL_TRUE, "failed to link program");
506 TCU_CHECK_MSG(program.isOk(), "failed to build program")
    [all...]
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());
es31fAtomicCounterTests.cpp 997 TCU_CHECK_MSG(false, "Mapped buffer corrupted");
1017 TCU_CHECK_MSG(false, "Mapped buffer corrupted");
    [all...]
es31fOpaqueTypeIndexingTests.cpp 102 TCU_CHECK_MSG(loc >= 0, ("No location assigned for uniform '" + varName + "'").c_str());
551 TCU_CHECK_MSG(samplerLoc >= 0, (string("No location for uniform '") + samplerName + "' found").c_str());
    [all...]
  /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 136 #define TCU_CHECK_MSG(X, MSG) do { if (!(!deGetFalse() && (X))) throw tcu::TestError((MSG), #X, __FILE__, __LINE__); } while(deGetFalse())
  /external/deqp/external/openglcts/modules/gl/
gl4cTextureFilterMinmaxTests.cpp 553 TCU_CHECK_MSG(params == GL_WEIGHTED_AVERAGE_ARB, "getSamplerParameteriv value mismatch with expected default");
562 TCU_CHECK_MSG(params == GL_WEIGHTED_AVERAGE_ARB, "getTexParameteriv value mismatch with expected default");
566 TCU_CHECK_MSG(params == GL_WEIGHTED_AVERAGE_ARB, "getTexParameterIiv value mismatch with expected default");
584 TCU_CHECK_MSG(params == GL_WEIGHTED_AVERAGE_ARB, "getTextureParameteriv value mismatch with expected default");
588 TCU_CHECK_MSG(params == GL_WEIGHTED_AVERAGE_ARB, "getTextureParameterIiv value mismatch with expected default");
710 TCU_CHECK_MSG(reductionModeTexelSumMap[GL_MIN] < reductionModeTexelSumMap[GL_WEIGHTED_AVERAGE_ARB],
713 TCU_CHECK_MSG(reductionModeTexelSumMap[GL_MAX] > reductionModeTexelSumMap[GL_WEIGHTED_AVERAGE_ARB],
804 TCU_CHECK_MSG(params, "GetInternalformativ incorrect value");
gl4cShaderBallotTests.cpp 595 TCU_CHECK_MSG(validationResult, "Bitmask value is not correct");
671 TCU_CHECK_MSG(validationResult, "Value returned from ballotARB function is not correct");
747 TCU_CHECK_MSG(validationResult, "Read functions result is not correct");
gl4cShaderAtomicCounterOpsTests.cpp 603 TCU_CHECK_MSG(operationValueValid, operationFailMsg.c_str());
608 TCU_CHECK_MSG(returnValueValid, returnFailMsg.c_str());
gl4cShaderViewportLayerArrayTests.cpp 418 TCU_CHECK_MSG(validationResult, "Expected pixel color did not match rendered one.");
518 TCU_CHECK_MSG(validationResult, "Expected pixel color did not match rendered one.");
gl4cShaderGroupVoteTests.cpp 171 TCU_CHECK_MSG(validationResult, validationErrorMsg.c_str());
  /external/deqp/modules/egl/
teglWideColorTests.cpp 401 TCU_CHECK_MSG(components[0] == 10, "Missing 10bit deep red channel");
402 TCU_CHECK_MSG(components[1] == 10, "Missing 10bit deep green channel");
403 TCU_CHECK_MSG(components[2] == 10, "Missing 10bit deep blue channel");
404 TCU_CHECK_MSG(components[3] == 2, "Missing 2bit deep alpha channel");
452 TCU_CHECK_MSG(success == EGL_TRUE, "eglGetConfigAttrib failed");
455 TCU_CHECK_MSG(success == EGL_TRUE, "eglGetConfigAttrib failed");
458 TCU_CHECK_MSG(success == EGL_TRUE, "eglGetConfigAttrib failed");
461 TCU_CHECK_MSG(success == EGL_TRUE, "eglGetConfigAttrib failed");
464 TCU_CHECK_MSG(components[0] == 16, "Missing 16bit deep red channel");
465 TCU_CHECK_MSG(components[1] == 16, "Missing 16bit deep green channel")
    [all...]
teglGetFrameTimestampsTests.cpp 552 TCU_CHECK_MSG(!info.required, "Required timestamp not supported.");
558 TCU_CHECK_MSG(!invalidSupported, "Non existant timestamp reports that it is supported.");
563 TCU_CHECK_MSG(deadlineSupported, "EGL_COMPOSITE_DEADLINE_ANDROID not supported.");
566 TCU_CHECK_MSG(intervalSupported, "EGL_COMPOSITE_INTERVAL_ANDROID not supported.");
569 TCU_CHECK_MSG(latencySupported, "EGL_COMPOSITE_TO_PRESENT_LATENCY_ANDROID not supported.");
teglImageFormatTests.cpp 427 TCU_CHECK_MSG((int)coordLoc != -1, "Couldn't find attribute a_coord");
430 TCU_CHECK_MSG((int)samplerLoc != (int)-1, "Couldn't find uniform u_sampler");
502 TCU_CHECK_MSG((int)coordLoc != -1, "Couldn't find attribute a_coord");
505 TCU_CHECK_MSG((int)colorLoc != (int)-1, "Couldn't find uniform u_color");
508 TCU_CHECK_MSG((int)depthLoc != (int)-1, "Couldn't find uniform u_depth");
626 TCU_CHECK_MSG((int)coordLoc != -1, "Couldn't find attribute a_coord");
629 TCU_CHECK_MSG((int)colorLoc != (int)-1, "Couldn't find uniform u_color");
    [all...]
  /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...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiExternalMemoryTests.cpp     [all...]
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11GlxPlatform.cpp 608 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...]
  /external/deqp/external/openglcts/modules/common/
glcShaderLibraryCase.cpp 129 TCU_CHECK_MSG(loc != -1, "uniform location not found");
    [all...]

Completed in 881 milliseconds

1 2