Home
last modified time | relevance | path

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

/external/skqp/src/image/
DSkSurface_Gpu.h26 GrBackendTexture onGetBackendTexture(BackendHandleAccess) override;
DSkSurface_Base.h22 virtual GrBackendTexture onGetBackendTexture(BackendHandleAccess);
DSkSurface.cpp74 GrBackendTexture SkSurface_Base::onGetBackendTexture(BackendHandleAccess) { in onGetBackendTexture() function in SkSurface_Base
235 return asSB(this)->onGetBackendTexture(access); in getBackendTexture()
DSkImage_Base.h68 virtual GrBackendTexture onGetBackendTexture(bool flushPendingGrContextIO,
DSkImage_GpuBase.h48 GrBackendTexture onGetBackendTexture(bool flushPendingGrContextIO,
DSkImage.cpp157 return as_IB(this)->onGetBackendTexture(flushPendingGrContextIO, origin); in getBackendTexture()
200 GrBackendTexture SkImage_Base::onGetBackendTexture(bool flushPendingGrContextIO, in onGetBackendTexture() function in SkImage_Base
DSkImage_GpuBase.cpp224 GrBackendTexture SkImage_GpuBase::onGetBackendTexture(bool flushPendingGrContextIO, in onGetBackendTexture() function in SkImage_GpuBase
DSkSurface_Gpu.cpp54 GrBackendTexture SkSurface_Gpu::onGetBackendTexture(BackendHandleAccess access) { in onGetBackendTexture() function in SkSurface_Gpu
/external/skia/src/image/
DSkSurface_Gpu.h30 GrBackendTexture onGetBackendTexture(BackendHandleAccess) override;
DSkSurface_Base.h25 virtual GrBackendTexture onGetBackendTexture(BackendHandleAccess);
DSkImage_Gpu.h46 GrBackendTexture onGetBackendTexture(bool flushPendingGrContextIO,
DSkSurface.cpp54 GrBackendTexture SkSurface_Base::onGetBackendTexture(BackendHandleAccess) { in onGetBackendTexture() function in SkSurface_Base
312 return asSB(this)->onGetBackendTexture(access); in getBackendTexture()
DSkImage_Base.h126 virtual GrBackendTexture onGetBackendTexture(bool flushPendingGrContextIO,
DSkImage.cpp218 return as_IB(this)->onGetBackendTexture(flushPendingGrContextIO, origin); in getBackendTexture()
454 GrBackendTexture SkImage_Base::onGetBackendTexture(bool flushPendingGrContextIO, in onGetBackendTexture() function in SkImage_Base
DSkSurface_Gpu.cpp73 GrBackendTexture SkSurface_Gpu::onGetBackendTexture(BackendHandleAccess access) { in onGetBackendTexture() function in SkSurface_Gpu
DSkImage_Gpu.cpp249 GrBackendTexture SkImage_Gpu::onGetBackendTexture(bool flushPendingGrContextIO, in onGetBackendTexture() function in SkImage_Gpu