Home
last modified time | relevance | path

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

/external/skia/src/gpu/mock/
DGrMockGpu.h72 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&, in onWrapBackendTexture() function
/external/skia/src/gpu/mtl/
DGrMtlGpu.h75 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&, in onWrapBackendTexture() function
/external/skia/src/gpu/vk/
DGrVkGpu.h179 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&,
DGrVkGpu.cpp858 sk_sp<GrTexture> GrVkGpu::onWrapBackendTexture(const GrBackendTexture& backendTex, in onWrapBackendTexture() function in GrVkGpu
/external/skia/src/gpu/
DGrGpu.h547 virtual sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&,
DGrGpu.cpp193 sk_sp<GrTexture> tex = this->onWrapBackendTexture(backendTex, origin, flags, sampleCnt, in wrapBackendTexture()
/external/skia/src/gpu/gl/
DGrGLGpu.h194 sk_sp<GrTexture> onWrapBackendTexture(const GrBackendTexture&,
DGrGLGpu.cpp526 sk_sp<GrTexture> GrGLGpu::onWrapBackendTexture(const GrBackendTexture& backendTex, in onWrapBackendTexture() function in GrGLGpu