Home
last modified time | relevance | path

Searched refs:NotSupportedError (Results 1 – 25 of 172) sorted by relevance

1234567

/external/deqp/framework/egl/
DegluNativeWindow.cpp41 …throw tcu::NotSupportedError("eglu::NativeWindow doesn't support eglCreateWindowSurface()", DE_NUL… in getLegacyNative()
47 …throw tcu::NotSupportedError("eglu::NativeWindow doesn't support eglCreatePlatformWindowSurface()"… in getPlatformNative()
53 …throw tcu::NotSupportedError("eglu::NativeWindow doesn't support querying the surface size", DE_NU… in getSurfaceSize()
60 …throw tcu::NotSupportedError("eglu::NativeWindow doesn't support resizing the surface", DE_NULL, _… in setSurfaceSize()
66 …throw tcu::NotSupportedError("eglu::NativeWindow doesn't support querying the size of the window o… in getScreenSize()
72 …throw tcu::NotSupportedError("eglu::NativeWindow doesn't support readScreenPixels", DE_NULL, __FIL… in readScreenPixels()
79 …throw tcu::NotSupportedError("eglu::NativeWindow doesn't support changing visibility", DE_NULL, __… in setVisibility()
DegluNativePixmap.cpp41 …throw tcu::NotSupportedError("eglu::NativePixmap doesn't support eglCreatePixmapSurface()", DE_NUL… in getLegacyNative()
47 …throw tcu::NotSupportedError("eglu::NativePixmap doesn't support eglCreatePlatformPixmapSurface()"… in getPlatformNative()
53 …throw tcu::NotSupportedError("eglu::NativePixmap doesn't support readPixels", DE_NULL, __FILE__, _… in readPixels()
DegluGLUtil.cpp98 …throw tcu::NotSupportedError("EGL_KHR_create_context is required for OpenGL ES 3.0 and newer", DE_… in createGLContext()
111 …throw tcu::NotSupportedError("EGL_KHR_create_context is required for OpenGL context creation", DE_… in createGLContext()
129 …throw tcu::NotSupportedError("EGL_KHR_create_context is required for creating robust/debug/forward… in createGLContext()
140 throw tcu::NotSupportedError("Only OpenGL core contexts can be forward-compatible"); in createGLContext()
234 throw tcu::NotSupportedError("Matching EGL config not found", DE_NULL, __FILE__, __LINE__); in chooseConfig()
DegluNativeDisplay.cpp59 …throw tcu::NotSupportedError("eglu::NativeDisplay can't be used with eglGetDisplay()", DE_NULL, __… in getLegacyNative()
65 …throw tcu::NotSupportedError("eglu::NativeDisplay can't be used with eglGetPlatformDisplay()", DE_… in getPlatformNative()
DegluGLContextFactory.cpp319 …throw tcu::NotSupportedError("Selected EGL config doesn't support any surface types", DE_NULL, __F… in create()
333 … throw tcu::NotSupportedError("EGL platform doesn't support windows", DE_NULL, __FILE__, __LINE__); in create()
346 … throw tcu::NotSupportedError("EGL platform doesn't support pixmaps", DE_NULL, __FILE__, __LINE__); in create()
569 catch (const tcu::NotSupportedError&) in createContext()
578 catch (const tcu::NotSupportedError&) in createContext()
DegluUtil.cpp153 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/framework/common/
DtcuDefs.hpp106 class NotSupportedError : public TestException class
109 NotSupportedError (const char* message, const char* expr, const char* file, int line);
110 NotSupportedError (const std::string& message);
111 virtual ~NotSupportedError (void) throw() {} in ~NotSupportedError()
DtcuDefs.cpp118 NotSupportedError::NotSupportedError (const char* message, const char* expr, const char* file, int … in NotSupportedError() function in tcu::NotSupportedError
123 NotSupportedError::NotSupportedError (const std::string& message) in NotSupportedError() function in tcu::NotSupportedError
DtcuPlatform.cpp44 throw tcu::NotSupportedError("OpenGL (ES) is not supported", DE_NULL, __FILE__, __LINE__); in getGLPlatform()
49 throw tcu::NotSupportedError("EGL is not supported", DE_NULL, __FILE__, __LINE__); in getEGLPlatform()
/external/deqp/modules/egl/
DteglVGRenderUtil.cpp65 TCU_THROW(NotSupportedError, "OpenVG is not supported");
72 TCU_THROW(NotSupportedError, "OpenVG is not supported");
77 TCU_THROW(NotSupportedError, "OpenVG is not supported");
DteglGLES1RenderUtil.cpp67 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");
DteglCreateSurfaceTests.cpp62 …throw tcu::NotSupportedError((std::string("Platform extension '") + platformExt + "' not supported… in checkEGLPlatformSupport()
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()
DteglClientExtensionTests.cpp141 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()
/external/deqp/framework/platform/android/
DtcuAndroidInternals.cpp43 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()
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()
/external/deqp/framework/platform/osx/
DtcuOSXPlatform.cpp90 throw NotSupportedError("Requested OpenGL profile is not supported in CGL"); in getCGLProfile()
97 throw NotSupportedError("Requested OpenGL version is not supported in CGL"); in getCGLProfile()
128 throw NotSupportedError("No compatible pixel formats found"); in CGLRenderContext()
154 throw tcu::NotSupportedError("OpenGL version not supported"); in CGLRenderContext()
/external/deqp/framework/platform/win32/
DtcuWGLContextFactory.cpp96 throw NotSupportedError("Unsupported surface type"); in WGLContext()
107 throw NotSupportedError("Compatible WGL pixel format not found"); in WGLContext()
130 throw NotSupportedError("Unsupported window visibility mode"); in WGLContext()
/external/deqp/framework/platform/ios/
DtcuIOSPlatform.mm85 throw NotSupportedError("Unsupported surface type");
114 throw NotSupportedError("Requested GL API is not supported on iOS");
223 throw NotSupportedError("Multisample config is not supported");
226 throw NotSupportedError("Unsupported color attachment format");
229 throw NotSupportedError("Unsupported depth & stencil attachment format");
276 throw NotSupportedError("Framebuffer is not complete");
/external/deqp/modules/gles31/functional/
Des31fShaderStateQueryTests.cpp97 throw tcu::NotSupportedError("Test requires " + std::string(m_extension)); in iterate()
283 throw tcu::NotSupportedError("Test requires fragment images"); in checkRequirements()
351 throw tcu::NotSupportedError("Test requires fragment images"); in checkRequirements()
383 throw tcu::NotSupportedError("Test requires GL_EXT_geometry_shader extension"); in init()
389 throw tcu::NotSupportedError("Test requires GL_EXT_tessellation_shader extension"); in init()
Des31fSampleShadingTests.cpp73 throw tcu::NotSupportedError("Test requires GL_OES_sample_shading extension"); in init()
124 throw tcu::NotSupportedError("Test requires GL_OES_sample_shading extension"); in init()
191 throw tcu::NotSupportedError("Test requires GL_OES_sample_shading extension"); in init()
279 throw tcu::NotSupportedError("Test requires GL_OES_sample_shading extension"); in init()
281 throw tcu::NotSupportedError("Multisampled default framebuffer required"); in init()
Des31fTextureBufferTests.cpp154 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_tex… in iterate()
189 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_tex… in iterate()
220 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_tex… in iterate()
279 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_tex… in iterate()
338 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_tex… in iterate()
409 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_tex… in iterate()
490 …TCU_CHECK_AND_THROW(NotSupportedError, m_context.getContextInfo().isExtensionSupported("GL_EXT_tex… in iterate()
Des31fShaderMultisampleInterpolationStateQueryTests.cpp82 throw tcu::NotSupportedError("Test requires GL_OES_shader_multisample_interpolation extension"); in init()
128 throw tcu::NotSupportedError("Test requires GL_OES_shader_multisample_interpolation extension"); in init()
Des31fShaderMultisampleInterpolationTests.cpp116 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/opengl/
DgluFboRenderContext.cpp190 throw tcu::NotSupportedError("Multisample FBO is not supported"); in createFramebuffer()
193 throw tcu::NotSupportedError("Unsupported color attachment format"); in createFramebuffer()
253 throw tcu::NotSupportedError("Framebuffer is not complete"); in createFramebuffer()
DgluTexture.cpp139 throw tcu::NotSupportedError("Compressed texture format not supported", "", __FILE__, __LINE__); in Texture2D()
300 throw tcu::NotSupportedError("Compressed texture format not supported", "", __FILE__, __LINE__); in TextureCube()
531 throw tcu::NotSupportedError("Compressed texture format not supported", "", __FILE__, __LINE__); in Texture2DArray()
558 throw tcu::NotSupportedError("glTexImage3D() is not supported"); in upload()
651 throw tcu::NotSupportedError("Compressed texture format not supported", "", __FILE__, __LINE__); in Texture3D()
680 throw tcu::NotSupportedError("glTexImage3D() is not supported"); in upload()
709 throw tcu::NotSupportedError("glCompressedTexImage3D() is not supported"); in loadCompressed()
771 throw tcu::NotSupportedError("glTexImage3D() is not supported"); in upload()
829 throw tcu::NotSupportedError("Ranged texture buffers not supported", "", __FILE__, __LINE__); in init()
838 throw tcu::NotSupportedError("Texture buffers not supported", "", __FILE__, __LINE__); in init()
DgluRenderContext.cpp112 …throw tcu::NotSupportedError((std::string("Unknown GL context flag '") + *flagIter + "'").c_str(),… in parseContextFlags()
128 throw tcu::NotSupportedError("OpenGL is not supported", DE_NULL, __FILE__, __LINE__); in createDefaultRenderContext()
151 …throw tcu::NotSupportedError((std::string("Unknown GL context type '") + factoryName + "'").c_str(… in createDefaultRenderContext()

1234567