Home
last modified time | relevance | path

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

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