Searched refs:isTestingOnlyBackendTexture (Results 1 – 7 of 7) sorted by relevance
88 bool isTestingOnlyBackendTexture(GrBackendObject id) const override;
810 bool GrVkGpu::isTestingOnlyBackendTexture(GrBackendObject id) const { in isTestingOnlyBackendTexture() function in GrVkGpu
423 virtual bool isTestingOnlyBackendTexture(GrBackendObject) const = 0;
401 bool isTestingOnlyBackendTexture(GrBackendObject ) const override { return false; } in isTestingOnlyBackendTexture() function in MockGpu
130 bool isTestingOnlyBackendTexture(GrBackendObject) const override;
3911 bool GrGLGpu::isTestingOnlyBackendTexture(GrBackendObject id) const { in isTestingOnlyBackendTexture() function in GrGLGpu
229 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()