HomeSort by relevance Sort by last modified time
    Searched refs:TCU_CHECK_AND_THROW (Results 1 - 18 of 18) sorted by null

  /external/deqp/modules/gles31/functional/
es31fNegativePreciseTests.cpp 161 TCU_CHECK_AND_THROW(NotSupportedError,
176 TCU_CHECK_AND_THROW(NotSupportedError,
191 TCU_CHECK_AND_THROW(NotSupportedError,
es31fBooleanStateQueryTests.cpp 73 TCU_CHECK_AND_THROW(NotSupportedError, contextSupports(m_context.getRenderContext().getType(), m_minimumVersion), "This test requires a higher context version.");
es31fNegativeAdvancedBlendEquationTests.cpp 174 TCU_CHECK_AND_THROW(NotSupportedError,
210 TCU_CHECK_AND_THROW(NotSupportedError,
es31fOpaqueTypeIndexingTests.cpp 369 TCU_CHECK_AND_THROW(NotSupportedError,
374 TCU_CHECK_AND_THROW(NotSupportedError,
379 TCU_CHECK_AND_THROW(NotSupportedError,
388 TCU_CHECK_AND_THROW(NotSupportedError,
742 TCU_CHECK_AND_THROW(NotSupportedError,
747 TCU_CHECK_AND_THROW(NotSupportedError,
752 TCU_CHECK_AND_THROW(NotSupportedError,
    [all...]
es31fTextureBufferTests.cpp 154 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_buffer"), "GL_EXT_texture_buffer is not supported");
189 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_buffer"), "GL_EXT_texture_buffer is not supported");
220 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_buffer"), "GL_EXT_texture_buffer is not supported");
279 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_buffer"), "GL_EXT_texture_buffer is not supported");
338 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_buffer"), "GL_EXT_texture_buffer is not supported");
409 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_buffer"), "GL_EXT_texture_buffer is not supported");
490 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_buffer"), "GL_EXT_texture_buffer is not supported");
es31fDebugTests.cpp 654 TCU_CHECK_AND_THROW(NotSupportedError, isKHRDebugSupported(m_context), "GL_KHR_debug is not supported");
723 TCU_CHECK_AND_THROW(NotSupportedError, isKHRDebugSupported(m_context), "GL_KHR_debug is not supported");
929 TCU_CHECK_AND_THROW(NotSupportedError, isKHRDebugSupported(m_context), "GL_KHR_debug is not supported");
    [all...]
es31fNegativeStateApiTests.cpp 94 TCU_CHECK_AND_THROW(NotSupportedError, contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)), "This test requires a higher context version.");
117 TCU_CHECK_AND_THROW(NotSupportedError, contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)), "This test requires a higher context version.");
461 TCU_CHECK_AND_THROW(NotSupportedError, contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)), "This test requires a higher context version.");
477 TCU_CHECK_AND_THROW(NotSupportedError, contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)), "This test requires a higher context version.");
534 TCU_CHECK_AND_THROW(NotSupportedError, contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)), "This test requires a higher context version.");
624 TCU_CHECK_AND_THROW(NotSupportedError, contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)), "This test requires a higher context version.");
714 TCU_CHECK_AND_THROW(NotSupportedError, contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)), "This test requires a higher context version.");
    [all...]
es31fAdvancedBlendTests.cpp 601 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_blend_equation_advanced_coherent"), "GL_KHR_blend_equation_advanced_coherent is not supported");
665 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_blend_equation_advanced"), "GL_KHR_blend_equation_advanced is not supported");
720 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_KHR_blend_equation_advanced"), "GL_KHR_blend_equation_advanced is not supported");
721 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_draw_buffers_indexed"), "GL_EXT_draw_buffers_indexed is not supported");
es31fNegativeShaderDirectiveTests.cpp 178 TCU_CHECK_AND_THROW(NotSupportedError, contextSupports(ctx.getRenderContext().getType() , glu::ApiType::es(3, 2)), "Test requires a context version 3.2 or higher.");
es31fShaderBuiltinConstantTests.cpp 168 TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported(m_requiredExt.c_str()), message.c_str());
es31fIntegerStateQueryTests.cpp 207 TCU_CHECK_AND_THROW(NotSupportedError, contextSupports(m_context.getRenderContext().getType(), m_minimumVersion), "Test not supported in this context version.");
261 TCU_CHECK_AND_THROW(NotSupportedError, contextSupports(m_context.getRenderContext().getType(), m_minimumVersion), "Test not supported in this context.");
511 TCU_CHECK_AND_THROW(NotSupportedError, contextSupports(m_context.getRenderContext().getType(), m_minimumVersion), "Test not supported in this context.");
    [all...]
es31fNegativeVertexArrayApiTests.cpp 664 TCU_CHECK_AND_THROW(NotSupportedError, contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)), "This test requires a 3.2 context or higher context version.");
    [all...]
es31fNegativeShaderFunctionTests.cpp     [all...]
  /external/deqp/framework/common/
tcuDefs.hpp 122 #define TCU_CHECK_AND_THROW(ERRCLASS, X, MSG) \
  /external/deqp/modules/gles3/functional/
es3fFboCompletenessTests.cpp 423 TCU_CHECK_AND_THROW(NotSupportedError,
  /external/deqp/modules/egl/
teglImageTests.cpp 91 TCU_CHECK_AND_THROW(NotSupportedError, eglu::hasExtension(m_eglTestCtx.getLibrary(), DPY, EXTNAME), (string("Unsupported extension: ") + EXTNAME).c_str())
teglImageFormatTests.cpp 360 TCU_CHECK_AND_THROW(NotSupportedError,
    [all...]
  /external/deqp/modules/glshared/
glsFboCompletenessTests.cpp 904 TCU_CHECK_AND_THROW(NotSupportedError, m_ctx.haveMultiColorAtts(),

Completed in 478 milliseconds