Searched refs:isTestingOnlyBackendTexture (Results 1 – 7 of 7) sorted by relevance
87 bool isTestingOnlyBackendTexture(GrBackendObject id) const override;
1239 bool GrVkGpu::isTestingOnlyBackendTexture(GrBackendObject id) const { in isTestingOnlyBackendTexture() function in GrVkGpu
250 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()
392 bool isTestingOnlyBackendTexture(GrBackendObject ) const override { return false; } in isTestingOnlyBackendTexture() function in MockGpu
454 virtual bool isTestingOnlyBackendTexture(GrBackendObject) const = 0;
138 bool isTestingOnlyBackendTexture(GrBackendObject) const override;
4369 bool GrGLGpu::isTestingOnlyBackendTexture(GrBackendObject id) const { in isTestingOnlyBackendTexture() function in GrGLGpu