Home
last modified time | relevance | path

Searched refs:StealBackendTexture (Results 1 – 6 of 6) sorted by relevance

/external/skia/include/gpu/
DGrTexture.h42 static bool StealBackendTexture(sk_sp<GrTexture>,
/external/skqp/include/gpu/
DGrTexture.h42 static bool StealBackendTexture(sk_sp<GrTexture>,
/external/skqp/src/gpu/
DGrTexture.cpp49 bool GrTexture::StealBackendTexture(sk_sp<GrTexture> texture, in StealBackendTexture() function in GrTexture
/external/skia/src/gpu/
DGrTexture.cpp49 bool GrTexture::StealBackendTexture(sk_sp<GrTexture> texture, in StealBackendTexture() function in GrTexture
/external/skqp/src/image/
DSkImage_Gpu.cpp632 return GrTexture::StealBackendTexture(std::move(textureRef), backendTexture, releaseProc); in MakeBackendTextureFromSkImage()
/external/skia/src/image/
DSkImage_Gpu.cpp740 return GrTexture::StealBackendTexture(std::move(textureRef), backendTexture, releaseProc); in MakeBackendTextureFromSkImage()