/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/gpu/ |
H A D | shared_context_rate_limiter.cc | 29 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 D | shared_gpu_context.cc | 94 ->GetGraphicsResetStatusKHR() == GL_NO_ERROR) { in CreateContextProviderIfNeeded() 168 ->GetGraphicsResetStatusKHR() == GL_NO_ERROR; in IsValidWithoutRestoring()
|
H A D | extensions_3d_util.cc | 42 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 D | shared_context_rate_limiter.cc | 29 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 D | extensions_3d_util.cc | 42 if (gl_->GetGraphicsResetStatusKHR() != GL_NO_ERROR) { in InitializeExtensions()
|
H A D | shared_gpu_context.cc | 177 ->GetGraphicsResetStatusKHR() == GL_NO_ERROR; in IsValidWithoutRestoring()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/test/ |
H A D | fake_gles2_interface.h | 13 GLenum GetGraphicsResetStatusKHR() override { in GetGraphicsResetStatusKHR() function
|
H A D | fake_web_graphics_context_3d_provider.h | 76 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 D | raster_implementation_gles_unittest.cc | 60 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 D | raster_implementation_autogen.h | 42 GLenum GetGraphicsResetStatusKHR() override;
|
H A D | raster_interface_autogen.h | 31 virtual GLenum GetGraphicsResetStatusKHR() = 0;
|
H A D | raster_implementation_gles.cc | 90 GLenum RasterImplementationGLES::GetGraphicsResetStatusKHR() { in GetGraphicsResetStatusKHR() function in gpu::raster::RasterImplementationGLES 91 return gl_->GetGraphicsResetStatusKHR(); in GetGraphicsResetStatusKHR()
|
H A D | raster_implementation_unittest.cc | 815 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 D | raster_implementation_gles_unittest.cc | 60 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 D | raster_interface_autogen.h | 31 virtual GLenum GetGraphicsResetStatusKHR() = 0;
|
H A D | raster_implementation_autogen.h | 42 GLenum GetGraphicsResetStatusKHR() override;
|
H A D | raster_implementation_gles.cc | 93 GLenum RasterImplementationGLES::GetGraphicsResetStatusKHR() { in GetGraphicsResetStatusKHR() function in gpu::raster::RasterImplementationGLES 94 return gl_->GetGraphicsResetStatusKHR(); in GetGraphicsResetStatusKHR()
|
H A D | raster_implementation_unittest.cc | 815 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 D | test_image_transport_factory.cc | 58 shared_main_context_provider_->ContextGL()->GetGraphicsResetStatusKHR() == in SharedMainThreadContextProvider()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/client/ |
H A D | client_resource_provider.cc | 79 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 D | layer_tree_frame_sink.cc | 90 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 D | layer_tree_frame_sink.cc | 90 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 D | client_resource_provider.cc | 78 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 D | webgraphicscontext3d_provider_impl.cc | 65 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 D | viz_process_transport_factory.cc | 92 return context_provider->ContextGL()->GetGraphicsResetStatusKHR() != in IsContextLost() 98 return lock.RasterInterface()->GetGraphicsResetStatusKHR() != GL_NO_ERROR; in IsWorkerContextLost()
|