Searched refs:isTestingOnlyBackendTexture (Results 1 – 12 of 12) sorted by relevance
245 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
309 bool GrMockGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { in isTestingOnlyBackendTexture() function in GrMockGpu
69 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
1146 bool GrMtlGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { function
1648 bool GrD3DGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { in isTestingOnlyBackendTexture() function in GrD3DGpu
147 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
2052 bool GrVkGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { in isTestingOnlyBackendTexture() function in GrVkGpu
638 virtual bool isTestingOnlyBackendTexture(const GrBackendTexture&) const = 0;
229 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
4056 bool GrGLGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { in isTestingOnlyBackendTexture() function in GrGLGpu
280 bool borrowedIsAlive = gpu->isTestingOnlyBackendTexture(mbet->texture()); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()281 bool adoptedIsAlive = gpu->isTestingOnlyBackendTexture(unmbet); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()