Home
last modified time | relevance | path

Searched refs:ResourceError (Results 1 – 25 of 50) sorted by relevance

12

/third_party/vk-gl-cts/framework/platform/lnx/wayland/
DtcuLnxWayland.cpp99 throw ResourceError("Failed to open display", name, __FILE__, __LINE__); in Display()
103 throw ResourceError("Failed to get registry", name, __FILE__, __LINE__); in Display()
108 throw ResourceError("Failed to bind compositor", name, __FILE__, __LINE__); in Display()
110 throw ResourceError("Failed to bind shell", name, __FILE__, __LINE__); in Display()
156 throw ResourceError("Failed to create ", "surface", __FILE__, __LINE__); in Window()
160 throw ResourceError("Failed to create ", "shell_surface", __FILE__, __LINE__); in Window()
173 throw ResourceError("Failed to create ", "window", __FILE__, __LINE__); in Window()
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWGL.cpp229 throw ResourceError("Failed to load core WGL functions"); in Library()
243 throw ResourceError("Failed to set pixel format for temporary context creation"); in Library()
252 throw ResourceError("Failed to create temporary WGL context"); in Library()
275 throw ResourceError("Failed to load WGL extension functions"); in Library()
312 TCU_THROW(ResourceError, "Failed to query number of WGL pixel formats"); in getPixelFormats()
349 TCU_THROW(ResourceError, "Pixel format query failed"); in getPixelFormatAttribs()
523 throw ResourceError("DescribePixelFormat() failed"); in Context()
526 throw ResourceError("Failed to set pixel format"); in Context()
540 TCU_THROW(ResourceError, "Failed to create WGL context"); in Context()
545 TCU_THROW(ResourceError, "wglMakeCurrent() failed"); in Context()
[all …]
/third_party/vk-gl-cts/framework/common/
DtcuDefs.hpp102 class ResourceError : public TestException class
105 ResourceError (const char* message, const char* expr, const char* file, int line);
106 ResourceError (const std::string& message);
107 virtual ~ResourceError (void) throw() {} in ~ResourceError()
DtcuDefs.cpp125 ResourceError::ResourceError (const char* message, const char* expr, const char* file, int line) in ResourceError() function in tcu::ResourceError
130 ResourceError::ResourceError (const std::string& message) in ResourceError() function in tcu::ResourceError
DtcuResource.cpp53 throw ResourceError("Failed to open file", filename, __FILE__, __LINE__); in FileResource()
/third_party/vk-gl-cts/framework/opengl/
DgluDefs.cpp52 : tcu::ResourceError(message, expr, file, line) in OutOfMemoryError()
57 : tcu::ResourceError(message) in OutOfMemoryError()
DgluDefs.hpp66 class OutOfMemoryError : public tcu::ResourceError
/third_party/vk-gl-cts/framework/platform/ios/
DtcuIOSPlatform.mm51 throw ResourceError("View is already is in use");
126 throw ResourceError("Failed to create EAGL context");
131 throw ResourceError("Failed to set current EAGL context");
239 throw ResourceError("Failed to allocate color renderbuffer");
290 throw ResourceError("presentRenderbuffer() failed");
/third_party/vk-gl-cts/framework/egl/
DegluDefs.cpp68 : tcu::ResourceError(errStr) in BadAllocError()
73 : tcu::ResourceError(message, expr, file, line) in BadAllocError()
DegluNativeWindow.hpp67 class WindowDestroyedError : public tcu::ResourceError
70 WindowDestroyedError (const std::string& message) : tcu::ResourceError(message) {} in WindowDestroyedError()
DegluDefs.hpp52 class BadAllocError : public tcu::ResourceError
DegluGLContextFactory.cpp515 throw tcu::ResourceError(string("eglSwapBuffers() failed: ") + getErrorStr(error).toString()); in postIterate()
555 throw tcu::ResourceError(string("Failed to re-create window: ") + e.what()); in postIterate()
562 throw tcu::ResourceError(string("eglSwapBuffers() failed: ") + getErrorStr(error).toString()); in postIterate()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDefs.cpp60 : tcu::ResourceError(message, expr, file, line) in OutOfMemoryError()
67 : tcu::ResourceError(message) in OutOfMemoryError()
DvkBinaryRegistry.hpp59 class ProgramNotFoundException : public tcu::ResourceError
63 …: tcu::ResourceError("Program " + id.testCasePath + " / '" + id.programName + "' not found: " + re… in ProgramNotFoundException()
/third_party/vk-gl-cts/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp285 throw tcu::ResourceError("eglGetDisplay() failed"); in EglRenderContext()
348 throw tcu::ResourceError("surfaceless couldn't find any config"); in EglRenderContext()
353 throw tcu::ResourceError("surfaceless couldn't find any config"); in EglRenderContext()
379 throw tcu::ResourceError("surfaceless couldn't find a matching config"); in EglRenderContext()
436 throw tcu::ResourceError("eglCreateContext failed"); in EglRenderContext()
/third_party/vk-gl-cts/framework/platform/osx/
DtcuOSXPlatform.cpp182 throw ResourceError("Failed to create CGL context"); in CGLRenderContext()
185 throw ResourceError("Failed to set current CGL context"); in CGLRenderContext()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcTestCaseWrapper.cpp71 catch (const tcu::ResourceError& e) in initTestCase()
149 catch (const tcu::ResourceError& e) in iterateTestCase()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBase.cpp111 TCU_THROW(ResourceError, "Device reports an empty set of queue family properties"); in createDeviceSupportingQueues()
119 TCU_THROW(ResourceError, "Device reports an empty set of queue family properties"); in createDeviceSupportingQueues()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cTestPackages.cpp107 catch (const tcu::ResourceError&) in iterate()
109 throw tcu::ResourceError(std::string("Resource error in context post-iteration routine")); in iterate()
/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidAssets.cpp52 throw ResourceError("Failed to open asset resource", name, __FILE__, __LINE__); in AssetResource()
DtcuAndroidPlatform.cpp173 throw ResourceError("Native window is not available", DE_NULL, __FILE__, __LINE__); in createWindow()
276 TCU_THROW(ResourceError, "Native window is not available"); in createWindow()
/third_party/skia/third_party/externals/swiftshader/tests/regres/deqp-patches/
Ddeqp-x11.patch35 throw ResourceError("Failed to open display", name, __FILE__, __LINE__);
/third_party/vk-gl-cts/modules/gles31/
Dtes31TestCaseWrapper.hpp94 catch (const tcu::ResourceError& e) in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedBlending.cpp60 throw tcu::ResourceError("Minimum number of draw buffers too low"); in prepareFramebuffer()
82 throw tcu::ResourceError("Minimum number of draw buffers too low"); in releaseFramebuffer()
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuANGLENativeDisplayFactory.cpp204 throw ResourceError("Failed to create pixmap", DE_NULL, __FILE__, __LINE__); in NativePixmap()
209 throw ResourceError("Failed to initialize pixmap", DE_NULL, __FILE__, __LINE__); in NativePixmap()

12