Home
last modified time | relevance | path

Searched refs:onGetBackendTexture (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/image/
DSkSurface_Gpu.h50 GrBackendTexture onGetBackendTexture(BackendHandleAccess) override;
DSkSurface_Base.h27 virtual GrBackendTexture onGetBackendTexture(BackendHandleAccess);
DSkImage_Gpu.h74 GrBackendTexture onGetBackendTexture(bool flushPendingGrContextIO,
DSkSurface.cpp88 GrBackendTexture SkSurface_Base::onGetBackendTexture(BackendHandleAccess) { in onGetBackendTexture() function in SkSurface_Base
404 return asSB(this)->onGetBackendTexture(access); in getBackendTexture()
DSkImage_Base.h145 virtual GrBackendTexture onGetBackendTexture(bool flushPendingGrContextIO,
DSkImage.cpp297 return as_IB(this)->onGetBackendTexture(flushPendingGrContextIO, origin); in getBackendTexture()
531 GrBackendTexture SkImage_Base::onGetBackendTexture(bool flushPendingGrContextIO, in onGetBackendTexture() function in SkImage_Base
DSkSurface_Gpu.cpp114 GrBackendTexture SkSurface_Gpu::onGetBackendTexture(BackendHandleAccess access) { in onGetBackendTexture() function in SkSurface_Gpu
DSkImage_Gpu.cpp276 GrBackendTexture SkImage_Gpu::onGetBackendTexture(bool flushPendingGrContextIO, in onGetBackendTexture() function in SkImage_Gpu