Home
last modified time | relevance | path

Searched refs:GetGraphicsResetStatusKHR (Results 1 – 25 of 113) sorted by relevance

12345

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/gpu/
H A Dshared_context_rate_limiter.cc29 raster_interface->GetGraphicsResetStatusKHR() == GL_NO_ERROR) { in SharedContextRateLimiter()
44 raster_interface->GetGraphicsResetStatusKHR() != GL_NO_ERROR) in Tick()
75 raster_interface->GetGraphicsResetStatusKHR() == GL_NO_ERROR) { in Reset()
H A Dshared_gpu_context.cc94 ->GetGraphicsResetStatusKHR() == GL_NO_ERROR) { in CreateContextProviderIfNeeded()
168 ->GetGraphicsResetStatusKHR() == GL_NO_ERROR; in IsValidWithoutRestoring()
H A Dextensions_3d_util.cc42 if (gl_->GetGraphicsResetStatusKHR() != GL_NO_ERROR) { in InitializeExtensions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/gpu/
H A Dshared_context_rate_limiter.cc29 raster_interface->GetGraphicsResetStatusKHR() == GL_NO_ERROR) { in SharedContextRateLimiter()
44 raster_interface->GetGraphicsResetStatusKHR() != GL_NO_ERROR) in Tick()
75 raster_interface->GetGraphicsResetStatusKHR() == GL_NO_ERROR) { in Reset()
H A Dextensions_3d_util.cc42 if (gl_->GetGraphicsResetStatusKHR() != GL_NO_ERROR) { in InitializeExtensions()
H A Dshared_gpu_context.cc177 ->GetGraphicsResetStatusKHR() == GL_NO_ERROR; in IsValidWithoutRestoring()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/test/
H A Dfake_gles2_interface.h13 GLenum GetGraphicsResetStatusKHR() override { in GetGraphicsResetStatusKHR() function
H A Dfake_web_graphics_context_3d_provider.h76 RasterInterface()->GetGraphicsResetStatusKHR() != GL_NO_ERROR; in IsContextLost()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/client/
H A Draster_implementation_gles_unittest.cc60 MOCK_METHOD0(GetGraphicsResetStatusKHR, GLenum());
334 TEST_F(RasterImplementationGLESTest, GetGraphicsResetStatusKHR) { in TEST_F() argument
337 EXPECT_CALL(*gl_, GetGraphicsResetStatusKHR()) in TEST_F()
339 GLenum status = ri_->GetGraphicsResetStatusKHR(); in TEST_F()
H A Draster_implementation_autogen.h42 GLenum GetGraphicsResetStatusKHR() override;
H A Draster_interface_autogen.h31 virtual GLenum GetGraphicsResetStatusKHR() = 0;
H A Draster_implementation_gles.cc90 GLenum RasterImplementationGLES::GetGraphicsResetStatusKHR() { in GetGraphicsResetStatusKHR() function in gpu::raster::RasterImplementationGLES
91 return gl_->GetGraphicsResetStatusKHR(); in GetGraphicsResetStatusKHR()
H A Draster_implementation_unittest.cc815 EXPECT_EQ(static_cast<GLenum>(GL_NO_ERROR), gl_->GetGraphicsResetStatusKHR()); in TEST_F()
817 EXPECT_NE(static_cast<GLenum>(GL_NO_ERROR), gl_->GetGraphicsResetStatusKHR()); in TEST_F()
829 EXPECT_EQ(static_cast<GLenum>(GL_NO_ERROR), gl_->GetGraphicsResetStatusKHR()); in TEST_F()
831 EXPECT_NE(static_cast<GLenum>(GL_NO_ERROR), gl_->GetGraphicsResetStatusKHR()); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/client/
H A Draster_implementation_gles_unittest.cc60 MOCK_METHOD0(GetGraphicsResetStatusKHR, GLenum());
335 TEST_F(RasterImplementationGLESTest, GetGraphicsResetStatusKHR) { in TEST_F() argument
338 EXPECT_CALL(*gl_, GetGraphicsResetStatusKHR()) in TEST_F()
340 GLenum status = ri_->GetGraphicsResetStatusKHR(); in TEST_F()
H A Draster_interface_autogen.h31 virtual GLenum GetGraphicsResetStatusKHR() = 0;
H A Draster_implementation_autogen.h42 GLenum GetGraphicsResetStatusKHR() override;
H A Draster_implementation_gles.cc93 GLenum RasterImplementationGLES::GetGraphicsResetStatusKHR() { in GetGraphicsResetStatusKHR() function in gpu::raster::RasterImplementationGLES
94 return gl_->GetGraphicsResetStatusKHR(); in GetGraphicsResetStatusKHR()
H A Draster_implementation_unittest.cc815 EXPECT_EQ(static_cast<GLenum>(GL_NO_ERROR), gl_->GetGraphicsResetStatusKHR()); in TEST_F()
817 EXPECT_NE(static_cast<GLenum>(GL_NO_ERROR), gl_->GetGraphicsResetStatusKHR()); in TEST_F()
829 EXPECT_EQ(static_cast<GLenum>(GL_NO_ERROR), gl_->GetGraphicsResetStatusKHR()); in TEST_F()
831 EXPECT_NE(static_cast<GLenum>(GL_NO_ERROR), gl_->GetGraphicsResetStatusKHR()); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/compositor/test/
H A Dtest_image_transport_factory.cc58 shared_main_context_provider_->ContextGL()->GetGraphicsResetStatusKHR() == in SharedMainThreadContextProvider()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/client/
H A Dclient_resource_provider.cc79 gl->GetGraphicsResetStatusKHR() != GL_NO_ERROR); in GenerateSyncTokenHelper()
89 ri->GetGraphicsResetStatusKHR() != GL_NO_ERROR); in GenerateSyncTokenHelper()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/trees/
H A Dlayer_tree_frame_sink.cc90 if (lock.RasterInterface()->GetGraphicsResetStatusKHR() != GL_NO_ERROR) { in BindToClient()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/trees/
H A Dlayer_tree_frame_sink.cc90 if (lock.RasterInterface()->GetGraphicsResetStatusKHR() != GL_NO_ERROR) { in BindToClient()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/client/
H A Dclient_resource_provider.cc78 gl->GetGraphicsResetStatusKHR() != GL_NO_ERROR); in GenerateSyncTokenHelper()
88 ri->GetGraphicsResetStatusKHR() != GL_NO_ERROR); in GenerateSyncTokenHelper()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/renderer/
H A Dwebgraphicscontext3d_provider_impl.cc65 RasterInterface()->GetGraphicsResetStatusKHR() != GL_NO_ERROR; in IsContextLost()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/compositor/
H A Dviz_process_transport_factory.cc92 return context_provider->ContextGL()->GetGraphicsResetStatusKHR() != in IsContextLost()
98 return lock.RasterInterface()->GetGraphicsResetStatusKHR() != GL_NO_ERROR; in IsWorkerContextLost()

12345