Searched refs:isTestingOnlyBackendTexture (Results 1 – 14 of 14) sorted by relevance
204 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
270 bool GrMockGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { in isTestingOnlyBackendTexture() function in GrMockGpu
53 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
465 bool GrDawnGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { in isTestingOnlyBackendTexture() function in GrDawnGpu
68 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
1137 bool GrMtlGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { function
63 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
1586 bool GrD3DGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { in isTestingOnlyBackendTexture() function in GrD3DGpu
98 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
1947 bool GrVkGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { in isTestingOnlyBackendTexture() function in GrVkGpu
583 virtual bool isTestingOnlyBackendTexture(const GrBackendTexture&) const = 0;
170 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
3747 bool GrGLGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { in isTestingOnlyBackendTexture() function in GrGLGpu
222 bool borrowedIsAlive = gpu->isTestingOnlyBackendTexture(mbet->texture()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()223 bool adoptedIsAlive = gpu->isTestingOnlyBackendTexture(unmbet); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()