Home
last modified time | relevance | path

Searched refs:flushPendingGrContextIO (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/
H A Dimage.cpp115 BackendTexture Image::GetBackendTexture(bool flushPendingGrContextIO, TextureOrigin* origin) const in GetBackendTexture() argument
117 return imageImplPtr->GetBackendTexture(flushPendingGrContextIO, origin); in GetBackendTexture()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dimage_impl.h73 … virtual BackendTexture GetBackendTexture(bool flushPendingGrContextIO, TextureOrigin* origin) = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_image.cpp309 BackendTexture SkiaImage::GetBackendTexture(bool flushPendingGrContextIO, TextureOrigin* origin) in GetBackendTexture() argument
318 skiaImage_->getBackendTexture(flushPendingGrContextIO); in GetBackendTexture()
322 skiaImage_->getBackendTexture(flushPendingGrContextIO, &grOrigin); in GetBackendTexture()
H A Dskia_image.h70 BackendTexture GetBackendTexture(bool flushPendingGrContextIO, TextureOrigin* origin) override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dimage.h334 BackendTexture GetBackendTexture(bool flushPendingGrContextIO, TextureOrigin* origin) const;