Home
last modified time | relevance | path

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

/external/skia/src/gpu/mock/
DGrMockGpu.h204 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
DGrMockGpu.cpp270 bool GrMockGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { in isTestingOnlyBackendTexture() function in GrMockGpu
/external/skia/src/gpu/dawn/
DGrDawnGpu.h53 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
DGrDawnGpu.cpp465 bool GrDawnGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { in isTestingOnlyBackendTexture() function in GrDawnGpu
/external/skia/src/gpu/mtl/
DGrMtlGpu.h68 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
DGrMtlGpu.mm1137 bool GrMtlGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { function
/external/skia/src/gpu/d3d/
DGrD3DGpu.h63 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
DGrD3DGpu.cpp1586 bool GrD3DGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { in isTestingOnlyBackendTexture() function in GrD3DGpu
/external/skia/src/gpu/vk/
DGrVkGpu.h98 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
DGrVkGpu.cpp1947 bool GrVkGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { in isTestingOnlyBackendTexture() function in GrVkGpu
/external/skia/src/gpu/
DGrGpu.h583 virtual bool isTestingOnlyBackendTexture(const GrBackendTexture&) const = 0;
/external/skia/src/gpu/gl/
DGrGLGpu.h170 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
DGrGLGpu.cpp3747 bool GrGLGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { in isTestingOnlyBackendTexture() function in GrGLGpu
/external/skia/tests/
DResourceCacheTest.cpp222 bool borrowedIsAlive = gpu->isTestingOnlyBackendTexture(mbet->texture()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
223 bool adoptedIsAlive = gpu->isTestingOnlyBackendTexture(unmbet); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()