/external/deqp/framework/platform/android/ |
D | tcuAndroidInternals.cpp | 43 TCU_THROW(NotSupportedError, ("Unable to look up symbol from shared object: " + symname).c_str()); in setFuncPtr() 90 TCU_THROW(NotSupportedError, "ABI not supported"); in callConstructor4() 115 TCU_THROW(NotSupportedError, "ABI not supported"); in callDestructor() 172 TCU_THROW(ResourceError, "Could not alloc for GraphicBuffer"); in createGraphicBuffer() 191 …TCU_THROW(NotSupportedError, ("GraphicBuffer ctor failed, initCheck returned " + de::toString(ctor… in createGraphicBuffer() 200 TCU_THROW(NotSupportedError, "GraphicBuffer layout unexpected"); in createGraphicBuffer() 209 TCU_THROW(NotSupportedError, "GraphicBuffer version unexpected"); in createGraphicBuffer()
|
D | tcuAndroidPlatformCapabilityQueryJNI.cpp | 67 TCU_THROW(Exception, "failed to parse command line"); in GLConfigParser() 110 TCU_THROW(Exception, "minor and major version must be supplied"); in parseRenderConfig() 134 TCU_THROW(Exception, "could not get default display"); in isRenderConfigSupported() 140 TCU_THROW(Exception, "failed to initialize egl"); in isRenderConfigSupported()
|
/external/deqp/modules/egl/ |
D | teglVGRenderUtil.cpp | 65 TCU_THROW(NotSupportedError, "OpenVG is not supported"); 72 TCU_THROW(NotSupportedError, "OpenVG is not supported"); 77 TCU_THROW(NotSupportedError, "OpenVG is not supported");
|
D | teglGLES1RenderUtil.cpp | 67 TCU_THROW(NotSupportedError, "OpenGL ES 1.x is not supported"); 74 TCU_THROW(NotSupportedError, "OpenGL ES 1.x is not supported"); 79 TCU_THROW(NotSupportedError, "OpenGL ES 1.x is not supported");
|
D | teglClientExtensionTests.cpp | 141 TCU_THROW(NotSupportedError, "EGL_EXT_client_extensions not supported"); in iterate() 199 TCU_THROW(NotSupportedError, "EGL_EXT_client_extensions not supported"); in iterate() 260 TCU_THROW(NotSupportedError, "EGL_EXT_client_extensions not supported"); in iterate()
|
D | teglCreateSurfaceTests.cpp | 128 TCU_THROW(NotSupportedError, "Native window doesn't support legacy eglCreateWindowSurface()"); in executeForConfig() 133 … TCU_THROW(NotSupportedError, "Native window doesn't support eglCreatePlatformWindowSurfaceEXT()"); in executeForConfig() 186 TCU_THROW(NotSupportedError, "Native pixmap doesn't support legacy eglCreatePixmapSurface()"); in executeForConfig() 191 … TCU_THROW(NotSupportedError, "Native pixmap doesn't support eglCreatePlatformPixmapSurfaceEXT()"); in executeForConfig()
|
D | teglSurfacelessContextTests.cpp | 100 TCU_THROW(NotSupportedError, "EGL_KHR_surfaceless_context not supported"); in executeForConfig()
|
D | teglAndroidUtil.cpp | 75 default: TCU_THROW(NotSupportedError, "Texture format unsupported by Android"); in getPixelFormat()
|
D | teglNativeColorMappingTests.cpp | 488 TCU_THROW(NotSupportedError, "Native window doesn't support readPixels()"); in executeForConfig() 505 TCU_THROW(NotSupportedError, "Native pixmap doesn't support readPixels()"); in executeForConfig() 511 …TCU_THROW(NotSupportedError, "Native pixmap doesn't support readPixels() or legacy create surface"… in executeForConfig()
|
D | teglNativeCoordMappingTests.cpp | 521 TCU_THROW(NotSupportedError, "Native window doesn't support readPixels()"); in executeForConfig() 538 TCU_THROW(NotSupportedError, "Native pixmap doesn't support readPixels()"); in executeForConfig() 544 …TCU_THROW(NotSupportedError, "Native pixmap doesn't support readPixels() or legacy create surface"… in executeForConfig()
|
D | teglSimpleConfigCase.cpp | 78 TCU_THROW(NotSupportedError, "No compatible configs found"); in init()
|
D | teglChooseConfigReference.cpp | 98 …TCU_THROW(TestError, (std::string("Unknown config caveat: ") + eglu::getConfigCaveatStr(caveat).to… in getCaveatRank() 110 …TCU_THROW(TestError, (std::string("Unknown color buffer type: ") + eglu::getColorBufferTypeStr(typ… in getColorBufferTypeRank()
|
D | teglSyncTests.cpp | 143 TCU_THROW(NotSupportedError, "EGL_KHR_fence_sync not supported"); in requiredEGLExtensions() 146 TCU_THROW(NotSupportedError, "EGL_KHR_reusable_sync not supported"); in requiredEGLExtensions() 149 TCU_THROW(NotSupportedError, "EGL_KHR_wait_sync not supported"); in requiredEGLExtensions() 168 TCU_THROW(NotSupportedError, "GL_OES_EGL_sync not supported"); in requiredGLESExtensions()
|
D | teglRenderCase.cpp | 109 TCU_THROW(InternalError, "Test case requires client API not supported in current build"); in checkBuildClientAPISupport()
|
D | teglSwapBuffersTests.cpp | 276 TCU_THROW(NotSupportedError, "eglu::NativeWindow doesn't support readScreenPixels()"); in executeForConfig()
|
D | teglImageFormatTests.cpp | 335 TCU_THROW(NotSupportedError, "Creating texture2D from EGLImage type not supported"); in imageTargetTexture2D() 349 TCU_THROW(NotSupportedError, "Creating renderbuffer from EGLImage type not supported"); in imageTargetRenderbuffer() 946 TCU_THROW(NotSupportedError, "Extension not supported: EGL_KHR_image_base"); in checkExtensions()
|
D | teglImageTests.cpp | 235 TCU_THROW(NotSupportedError, "No compatible EGL configs found"); in chooseConfig()
|
/external/deqp/framework/platform/win32/ |
D | tcuWin32Window.cpp | 70 TCU_THROW(ResourceError, "Failed to create Win32 window"); in Win32Window() 112 TCU_THROW(TestError, "AdjustWindowRect() failed"); in setSize() 117 TCU_THROW(TestError, "SetWindowPos() failed"); in setSize() 124 TCU_THROW(TestError, "GetClientRect() failed"); in getSize()
|
/external/deqp/framework/common/ |
D | tcuDefs.hpp | 119 #define TCU_THROW(ERRCLASS, MSG) \ macro 129 #define TCU_FAIL(MSG) TCU_THROW(TestError, MSG)
|
/external/deqp/modules/gles2/functional/ |
D | es2fDebugMarkerTests.cpp | 51 TCU_THROW(TestError, "Support for GL_EXT_debug_marker is mandatory on Android"); in checkSupport() 53 TCU_THROW(NotSupportedError, "GL_EXT_debug_marker is not supported"); in checkSupport()
|
D | es2fReadPixelsTests.cpp | 152 …TCU_THROW(NotSupportedError, ("Unsupported IMPLEMENTATION_COLOR_READ_FORMAT: " + de::toString(glu:… in getFormatInfo() 154 …TCU_THROW(NotSupportedError, ("Unsupported GL_IMPLEMENTATION_COLOR_READ_TYPE: " + de::toString(tcu… in getFormatInfo()
|
/external/deqp/framework/egl/ |
D | egluUtil.cpp | 153 TCU_THROW(NotSupportedError, "No matching EGL config found"); in chooseSingleConfig() 160 TCU_THROW(NotSupportedError, "No matching EGL config found"); in chooseSingleConfig() 222 TCU_THROW(NotSupportedError, "Surface doesn't support pixel density queries"); in getSurfaceResolution() 456 …TCU_THROW(NotSupportedError, (string("Unsupported or unknown EGL ") + objectTypeName + " type '" +… in selectFactory() 462 …TCU_THROW(NotSupportedError, (string("No factory supporting EGL '") + objectTypeName + "' type").c… in selectFactory()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderMultisampleInterpolationTests.cpp | 116 TCU_THROW(NotSupportedError, "Test requires GL_OES_shader_multisample_interpolation extension"); in init() 657 TCU_THROW(NotSupportedError, "Test requires GL_OES_shader_multisample_interpolation extension"); in init() 659 TCU_THROW(NotSupportedError, "Non-multisample framebuffer required"); in init() 768 TCU_THROW(NotSupportedError, "Test requires GL_OES_shader_multisample_interpolation extension"); in init() 943 TCU_THROW(NotSupportedError, "Test requires GL_OES_shader_multisample_interpolation extension"); in init() 945 TCU_THROW(NotSupportedError, "Test requires GL_OES_sample_variables extension"); in init() 1206 TCU_THROW(NotSupportedError, "Test requires GL_OES_shader_multisample_interpolation extension"); in init() 1337 TCU_THROW(NotSupportedError, "Test requires GL_OES_shader_multisample_interpolation extension"); in init() 1339 TCU_THROW(NotSupportedError, "Test requires GL_OES_sample_variables extension"); in init() 1453 TCU_THROW(NotSupportedError, "Test requires GL_OES_shader_multisample_interpolation extension"); in init()
|
/external/deqp/framework/platform/X11/ |
D | tcuX11GlxPlatform.cpp | 227 TCU_THROW(NotSupportedError, "GLX protocol not supported by X server"); in GlxDisplay() 262 TCU_THROW(NotSupportedError, oss.str().c_str()); in checkGlxVersion() 273 TCU_THROW(NotSupportedError, oss.str().c_str()); in checkGlxExtension() 565 TCU_THROW(NotSupportedError, "Requested GLX configuration not found or unusable"); in chooseVisual() 599 TCU_THROW(NotSupportedError, "Unsupported surface type"); in createDrawable()
|
/external/deqp/modules/gles3/functional/ |
D | es3fReadPixelsTests.cpp | 212 …TCU_THROW(NotSupportedError, ("Unsupported IMPLEMENTATION_COLOR_READ_FORMAT: " + de::toString(glu:… in getFormatInfo() 214 …TCU_THROW(NotSupportedError, ("Unsupported GL_IMPLEMENTATION_COLOR_READ_TYPE: " + de::toString(tcu… in getFormatInfo()
|