/external/deqp/framework/egl/ |
D | egluNativeWindow.cpp | 41 …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()
|
D | egluNativePixmap.cpp | 41 …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()
|
D | egluGLUtil.cpp | 98 …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()
|
D | egluNativeDisplay.cpp | 61 TCU_THROW(NotSupportedError, "eglu::NativeDisplay can't be used with eglGetDisplay()"); in getLegacyNative() 69 TCU_THROW(NotSupportedError, "eglu::NativeDisplay can't be used with eglGetPlatformDisplay()"); in getPlatformNative() 77 TCU_THROW(NotSupportedError, "eglu::NativeDisplay can't be used with eglGetPlatformDisplay()"); in getPlatformAttributes()
|
D | egluGLContextFactory.cpp | 319 …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()
|
/external/deqp/framework/common/ |
D | tcuPlatform.cpp | 44 TCU_THROW(NotSupportedError, "OpenGL (ES) is not supported"); in getGLPlatform() 49 TCU_THROW(NotSupportedError, "EGL is not supported"); in getEGLPlatform() 54 TCU_THROW(NotSupportedError, "Vulkan is not supported"); in getVulkanPlatform()
|
D | tcuDefs.hpp | 106 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()
|
D | tcuDefs.cpp | 118 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
|
/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 | teglCreateSurfaceTests.cpp | 62 …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()
|
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()
|
/external/deqp/framework/platform/osx/ |
D | tcuOSXPlatform.cpp | 90 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/android/ |
D | tcuAndroidInternals.cpp | 43 TCU_THROW(NotSupportedError, ("Unable to look up symbol from shared object: " + symname).c_str()); in setFuncPtr() 96 TCU_THROW(NotSupportedError, "ABI not supported"); in callConstructor4() 123 TCU_THROW(NotSupportedError, "ABI not supported"); in callDestructor() 199 …TCU_THROW(NotSupportedError, ("GraphicBuffer ctor failed, initCheck returned " + de::toString(ctor… in createGraphicBuffer() 208 TCU_THROW(NotSupportedError, "GraphicBuffer layout unexpected"); in createGraphicBuffer() 217 TCU_THROW(NotSupportedError, "GraphicBuffer version unexpected"); in createGraphicBuffer()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkPrograms.cpp | 132 TCU_THROW(NotSupportedError, "Unsupported program format"); in buildProgram() 171 TCU_THROW(NotSupportedError, "Unsupported program format"); in disassembleProgram() 190 TCU_THROW(NotSupportedError, "Unsupported program format"); in validateProgram() 209 TCU_THROW(NotSupportedError, "Unsupported program format"); in createShaderModule()
|
D | vkSpirVAsm.cpp | 144 TCU_THROW(NotSupportedError, "SPIR-V assembly not supported (DEQP_HAVE_SPIRV_TOOLS not defined)"); in assembleSpirV() 149 …TCU_THROW(NotSupportedError, "SPIR-V disassembling not supported (DEQP_HAVE_SPIRV_TOOLS not define… in disassembleSpirV() 154 …TCU_THROW(NotSupportedError, "SPIR-V validation not supported (DEQP_HAVE_SPIRV_TOOLS not defined)"… in validateSpirV()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativePreciseTests.cpp | 161 TCU_CHECK_AND_THROW(NotSupportedError, in precise_as_variable_name() 173 TCU_CHECK_AND_THROW(NotSupportedError, in precise_as_function_name() 185 TCU_CHECK_AND_THROW(NotSupportedError, in precise_as_function_argument()
|
D | es31fShaderStateQueryTests.cpp | 103 throw tcu::NotSupportedError("Test requires " + std::string(m_extension)); in iterate() 291 throw tcu::NotSupportedError("Test requires fragment images"); in checkRequirements() 359 throw tcu::NotSupportedError("Test requires fragment images"); in checkRequirements() 393 …throw tcu::NotSupportedError("Test requires GL_EXT_geometry_shader extension or an OpenGL ES 3.2 o… in init() 399 …throw tcu::NotSupportedError("Test requires GL_EXT_tessellation_shader extension or an OpenGL ES 3… in init()
|
D | es31fSampleShadingTests.cpp | 73 …throw tcu::NotSupportedError("Test requires GL_OES_sample_shading extension or a context version 3… in init() 124 …throw tcu::NotSupportedError("Test requires GL_OES_sample_shading extension or a context version 3… in init() 191 …throw tcu::NotSupportedError("Test requires GL_OES_sample_shading extension or a context version 3… in init() 279 …throw tcu::NotSupportedError("Test requires GL_OES_sample_shading extension or a context version 3… in init() 281 throw tcu::NotSupportedError("Multisampled default framebuffer required"); in init()
|
D | es31fOpaqueTypeIndexingTests.cpp | 369 TCU_CHECK_AND_THROW(NotSupportedError, in init() 374 TCU_CHECK_AND_THROW(NotSupportedError, in init() 379 TCU_CHECK_AND_THROW(NotSupportedError, in init() 388 TCU_CHECK_AND_THROW(NotSupportedError, in init() 742 TCU_CHECK_AND_THROW(NotSupportedError, in init() 747 TCU_CHECK_AND_THROW(NotSupportedError, in init() 752 TCU_CHECK_AND_THROW(NotSupportedError, in init() 776 throw tcu::NotSupportedError("Not enough shader storage blocks supported for shader type"); in init() 988 TCU_CHECK_AND_THROW(NotSupportedError, in init() 993 TCU_CHECK_AND_THROW(NotSupportedError, in init() [all …]
|
D | es31fTextureBufferTests.cpp | 154 …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()
|
/external/deqp/framework/platform/win32/ |
D | tcuWGLContextFactory.cpp | 98 throw NotSupportedError("Unsupported surface type"); in WGLContext() 109 throw NotSupportedError("Compatible WGL pixel format not found"); in WGLContext() 132 throw NotSupportedError("Unsupported window visibility mode"); in WGLContext()
|
/external/deqp/framework/platform/ios/ |
D | tcuIOSPlatform.mm | 85 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/external/vulkancts/modules/vulkan/ |
D | vktTestCase.cpp | 99 TCU_THROW(NotSupportedError, "VK_EXT_debug_report is not supported"); in createInstance() 103 TCU_THROW(NotSupportedError, "No validation layers found"); in createInstance() 119 TCU_THROW(NotSupportedError, "No matching queue found"); in findQueueFamilyIndexWithCaps() 141 TCU_THROW(NotSupportedError, "No validation layers found"); in createDefaultDevice()
|
/external/deqp/framework/opengl/ |
D | gluTexture.cpp | 139 TCU_THROW(NotSupportedError, "Compressed texture format not supported"); 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()
|