Home
last modified time | relevance | path

Searched refs:LockDiscardableTextureCHROMIUM (Results 1 – 25 of 52) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/client/
H A Draster_implementation_gles.cc395 bool RasterImplementationGLES::LockDiscardableTextureCHROMIUM(GLuint texture) { in LockDiscardableTextureCHROMIUM() function in gpu::raster::RasterImplementationGLES
396 return gl_->LockDiscardableTextureCHROMIUM(texture); in LockDiscardableTextureCHROMIUM()
H A Draster_interface.h146 virtual bool LockDiscardableTextureCHROMIUM(GLuint texture) = 0;
H A Draster_implementation_gles.h138 bool LockDiscardableTextureCHROMIUM(GLuint texture) override;
H A Draster_implementation.h183 bool LockDiscardableTextureCHROMIUM(GLuint texture) override;
H A Dgles2_interface_stub_impl_autogen.h1203 bool GLES2InterfaceStub::LockDiscardableTextureCHROMIUM( in LockDiscardableTextureCHROMIUM() function
H A Draster_implementation.cc1281 bool RasterImplementation::LockDiscardableTextureCHROMIUM(GLuint texture) { in LockDiscardableTextureCHROMIUM() function in gpu::raster::RasterImplementation
H A Dgles2_trace_implementation_impl_autogen.h2529 bool GLES2TraceImplementation::LockDiscardableTextureCHROMIUM( in LockDiscardableTextureCHROMIUM() function
2533 return gl_->LockDiscardableTextureCHROMIUM(texture_id); in LockDiscardableTextureCHROMIUM()
H A Dgles2_cmd_helper_autogen.h3274 void LockDiscardableTextureCHROMIUM(GLuint texture_id) { in LockDiscardableTextureCHROMIUM() function
3275 gles2::cmds::LockDiscardableTextureCHROMIUM* c = in LockDiscardableTextureCHROMIUM()
3276 GetCmdSpace<gles2::cmds::LockDiscardableTextureCHROMIUM>(); in LockDiscardableTextureCHROMIUM()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/client/
H A Draster_implementation_gles.cc433 bool RasterImplementationGLES::LockDiscardableTextureCHROMIUM(GLuint texture) { in LockDiscardableTextureCHROMIUM() function in gpu::raster::RasterImplementationGLES
434 return gl_->LockDiscardableTextureCHROMIUM(texture); in LockDiscardableTextureCHROMIUM()
H A Draster_interface.h169 virtual bool LockDiscardableTextureCHROMIUM(GLuint texture) = 0;
H A Draster_implementation_gles.h158 bool LockDiscardableTextureCHROMIUM(GLuint texture) override;
H A Draster_implementation.h202 bool LockDiscardableTextureCHROMIUM(GLuint texture) override;
H A Dgles2_interface_stub_impl_autogen.h1195 bool GLES2InterfaceStub::LockDiscardableTextureCHROMIUM( in LockDiscardableTextureCHROMIUM() function
H A Dgles2_trace_implementation_impl_autogen.h2513 bool GLES2TraceImplementation::LockDiscardableTextureCHROMIUM( in LockDiscardableTextureCHROMIUM() function
2517 return gl_->LockDiscardableTextureCHROMIUM(texture_id); in LockDiscardableTextureCHROMIUM()
H A Draster_implementation.cc1405 bool RasterImplementation::LockDiscardableTextureCHROMIUM(GLuint texture) { in LockDiscardableTextureCHROMIUM() function in gpu::raster::RasterImplementation
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/skia_bindings/
H A Dgles2_implementation_with_grcontext_support.cc122 bool GLES2ImplementationWithGrContextSupport::LockDiscardableTextureCHROMIUM( in LockDiscardableTextureCHROMIUM() function in skia_bindings::GLES2ImplementationWithGrContextSupport
124 bool result = BaseClass::LockDiscardableTextureCHROMIUM(texture); in LockDiscardableTextureCHROMIUM()
H A Dgles2_implementation_with_grcontext_support.h67 bool LockDiscardableTextureCHROMIUM(GLuint texture) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/skia_bindings/
H A Dgles2_implementation_with_grcontext_support.cc123 bool GLES2ImplementationWithGrContextSupport::LockDiscardableTextureCHROMIUM( in LockDiscardableTextureCHROMIUM() function in skia_bindings::GLES2ImplementationWithGrContextSupport
125 bool result = BaseClass::LockDiscardableTextureCHROMIUM(texture); in LockDiscardableTextureCHROMIUM()
H A Dgles2_implementation_with_grcontext_support.h67 bool LockDiscardableTextureCHROMIUM(GLuint texture) override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h335 OP(LockDiscardableTextureCHROMIUM) /* 576 */ \
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h334 OP(LockDiscardableTextureCHROMIUM) /* 575 */ \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/tiles/
H A Dgpu_image_decode_cache.cc2579 if (context_->RasterInterface()->LockDiscardableTextureCHROMIUM( in RunPendingContextThreadOperations()
2628 ri->LockDiscardableTextureCHROMIUM(data->upload.gl_y_id()) && in TryLockImage()
2629 ri->LockDiscardableTextureCHROMIUM(data->upload.gl_u_id()) && in TryLockImage()
2630 ri->LockDiscardableTextureCHROMIUM(data->upload.gl_v_id())) { in TryLockImage()
2636 ri->LockDiscardableTextureCHROMIUM(data->upload.gl_id())) { in TryLockImage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/tiles/
H A Dgpu_image_decode_cache.cc2679 if (context_->RasterInterface()->LockDiscardableTextureCHROMIUM( in RunPendingContextThreadOperations()
2740 ri->LockDiscardableTextureCHROMIUM(data->upload.gl_y_id()) && in TryLockImage()
2741 ri->LockDiscardableTextureCHROMIUM(data->upload.gl_u_id()) && in TryLockImage()
2742 ri->LockDiscardableTextureCHROMIUM(data->upload.gl_v_id())) { in TryLockImage()
2748 ri->LockDiscardableTextureCHROMIUM(data->upload.gl_id())) { in TryLockImage()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/GLES2/
H A Dgl2chromium_autogen.h382 GLES2_GET_FUN(LockDiscardableTextureCHROMIUM)
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/GLES2/
H A Dgl2chromium_autogen.h379 GLES2_GET_FUN(LockDiscardableTextureCHROMIUM)

123