Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/mock/
H A DGrMockGpu.h245 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
H A DGrMockGpu.cpp309 bool GrMockGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { in isTestingOnlyBackendTexture() function in GrMockGpu
/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/
H A DGrMtlGpu.h69 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
H A DGrMtlGpu.mm1146 bool GrMtlGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { function
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DGpu.h69 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
H A DGrD3DGpu.cpp1648 bool GrD3DGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { in isTestingOnlyBackendTexture() function in GrD3DGpu
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkGpu.h147 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
H A DGrVkGpu.cpp2052 bool GrVkGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { in isTestingOnlyBackendTexture() function in GrVkGpu
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrGpu.h638 virtual bool isTestingOnlyBackendTexture(const GrBackendTexture&) const = 0;
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLGpu.h229 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
H A DGrGLGpu.cpp4056 bool GrGLGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { in isTestingOnlyBackendTexture() function in GrGLGpu
/aosp_15_r20/external/skia/tests/
H A DResourceCacheTest.cpp280 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()