Home
last modified time | relevance | path

Searched refs:onStealBackendTexture (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/gpu/ganesh/dawn/
DGrDawnTexture.h53 bool onStealBackendTexture(GrBackendTexture*, SkImage::BackendTextureReleaseProc*) override { in onStealBackendTexture() function
/external/skia/src/gpu/ganesh/
DGrTexture.h74 virtual bool onStealBackendTexture(GrBackendTexture*, SkImage::BackendTextureReleaseProc*) = 0;
DGrTexture.cpp66 if (!texture->onStealBackendTexture(backendTexture, releaseProc)) { in StealBackendTexture()
/external/skia/src/gpu/ganesh/mtl/
DGrMtlTexture.h64 bool onStealBackendTexture(GrBackendTexture*, SkImage::BackendTextureReleaseProc*) override { in onStealBackendTexture() function
/external/skia/src/gpu/ganesh/gl/
DGrGLTexture.h84 bool onStealBackendTexture(GrBackendTexture*, SkImage::BackendTextureReleaseProc*) override;
DGrGLTexture.cpp155 bool GrGLTexture::onStealBackendTexture(GrBackendTexture* backendTexture, in onStealBackendTexture() function in GrGLTexture
/external/skia/src/gpu/ganesh/vk/
DGrVkTexture.h73 bool onStealBackendTexture(GrBackendTexture*, SkImage::BackendTextureReleaseProc*) override { in onStealBackendTexture() function
/external/skia/src/gpu/ganesh/d3d/
DGrD3DTexture.h62 bool onStealBackendTexture(GrBackendTexture*, SkImage::BackendTextureReleaseProc*) override { in onStealBackendTexture() function
/external/skia/src/gpu/ganesh/mock/
DGrMockTexture.h74 bool onStealBackendTexture(GrBackendTexture*, SkImage::BackendTextureReleaseProc*) override { in onStealBackendTexture() function