Searched refs:isTestingOnlyBackendTexture (Results 1 - 7 of 7) sorted by relevance

/external/skia/src/gpu/vk/
H A DGrVkGpu.h88 bool isTestingOnlyBackendTexture(GrBackendObject id) const override;
H A DGrVkGpu.cpp810 bool GrVkGpu::isTestingOnlyBackendTexture(GrBackendObject id) const { function in class:GrVkGpu
/external/skia/src/gpu/
H A DGrGpu.h423 virtual bool isTestingOnlyBackendTexture(GrBackendObject) const = 0;
H A DGrTest.cpp401 bool isTestingOnlyBackendTexture(GrBackendObject ) const override { return false; }
/external/skia/src/gpu/gl/
H A DGrGLGpu.h130 bool isTestingOnlyBackendTexture(GrBackendObject) const override;
H A DGrGLGpu.cpp3911 bool GrGLGpu::isTestingOnlyBackendTexture(GrBackendObject id) const { function in class:GrGLGpu
/external/skia/tests/
H A DResourceCacheTest.cpp229 bool borrowedIsAlive = gpu->isTestingOnlyBackendTexture(texHandles[0]);
230 bool adoptedIsAlive = gpu->isTestingOnlyBackendTexture(texHandles[1]);

Completed in 434 milliseconds