Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkGpu.h87 bool isTestingOnlyBackendTexture(GrBackendObject id) const override;
DGrVkGpu.cpp1239 bool GrVkGpu::isTestingOnlyBackendTexture(GrBackendObject id) const { in isTestingOnlyBackendTexture() function in GrVkGpu
/external/skia/tests/
DResourceCacheTest.cpp250 bool borrowedIsAlive = gpu->isTestingOnlyBackendTexture(texHandles[0]); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
251 bool adoptedIsAlive = gpu->isTestingOnlyBackendTexture(texHandles[1]); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
252 bool adoptedAndCachedIsAlive = gpu->isTestingOnlyBackendTexture(texHandles[2]); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
266 adoptedAndCachedIsAlive = gpu->isTestingOnlyBackendTexture(texHandles[2]); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/tools/gpu/
DGrTest.cpp392 bool isTestingOnlyBackendTexture(GrBackendObject ) const override { return false; } in isTestingOnlyBackendTexture() function in MockGpu
/external/skia/src/gpu/
DGrGpu.h454 virtual bool isTestingOnlyBackendTexture(GrBackendObject) const = 0;
/external/skia/src/gpu/gl/
DGrGLGpu.h138 bool isTestingOnlyBackendTexture(GrBackendObject) const override;
DGrGLGpu.cpp4369 bool GrGLGpu::isTestingOnlyBackendTexture(GrBackendObject id) const { in isTestingOnlyBackendTexture() function in GrGLGpu