Lines Matching refs:ResourceError
229 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()
578 TCU_THROW(ResourceError, "wglMakeCurrent() failed"); in makeCurrent()
585 TCU_THROW(ResourceError, "wglSwapBuffers() failed"); in swapBuffers()