Home
last modified time | relevance | path

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

12

/external/skqp/src/gpu/mock/
DGrMockGpu.h112 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
DGrMockGpu.cpp217 bool GrMockGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { in isTestingOnlyBackendTexture() function in GrMockGpu
/external/skia/src/gpu/mock/
DGrMockGpu.h190 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
DGrMockGpu.cpp270 bool GrMockGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { in isTestingOnlyBackendTexture() function in GrMockGpu
/external/skqp/src/gpu/mtl/
DGrMtlGpu.h62 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
DGrMtlGpu.mm527 bool GrMtlGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { function
/external/skqp/tests/
DEGLImageTest.cpp94 if (!backendTexture1.isValid() || !gpu1->isTestingOnlyBackendTexture(backendTexture1)) { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
DSurfaceTest.cpp689 if (!outTexture->isValid() || !gpu->isTestingOnlyBackendTexture(*outTexture)) { in create_gpu_surface_backend_texture()
716 if (!outTexture->isValid() || !gpu->isTestingOnlyBackendTexture(*outTexture)) { in create_gpu_surface_backend_texture_as_render_target()
DDeferredDisplayListTest.cpp394 if (!backend->isValid() || !gpu->isTestingOnlyBackendTexture(*backend)) { in make()
DResourceCacheTest.cpp241 bool borrowedIsAlive = gpu->isTestingOnlyBackendTexture(backendTextures[0]); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
242 bool adoptedIsAlive = gpu->isTestingOnlyBackendTexture(backendTextures[1]); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/src/gpu/dawn/
DGrDawnGpu.h53 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
DGrDawnGpu.cpp459 bool GrDawnGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { in isTestingOnlyBackendTexture() function in GrDawnGpu
/external/skia/src/gpu/mtl/
DGrMtlGpu.h64 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
DGrMtlGpu.mm1146 bool GrMtlGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { function
/external/skqp/src/gpu/vk/
DGrVkGpu.h82 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
DGrVkGpu.cpp1691 bool GrVkGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { in isTestingOnlyBackendTexture() function in GrVkGpu
/external/skia/src/gpu/d3d/
DGrD3DGpu.h63 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
DGrD3DGpu.cpp1384 bool GrD3DGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { in isTestingOnlyBackendTexture() function in GrD3DGpu
/external/skqp/src/gpu/
DGrGpu.h366 virtual bool isTestingOnlyBackendTexture(const GrBackendTexture&) const = 0;
/external/skia/src/gpu/vk/
DGrVkGpu.h98 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
DGrVkGpu.cpp1919 bool GrVkGpu::isTestingOnlyBackendTexture(const GrBackendTexture& tex) const { in isTestingOnlyBackendTexture() function in GrVkGpu
/external/skqp/src/gpu/gl/
DGrGLGpu.h143 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
/external/skia/src/gpu/
DGrGpu.h568 virtual bool isTestingOnlyBackendTexture(const GrBackendTexture&) const = 0;
/external/skia/src/gpu/gl/
DGrGLGpu.h156 bool isTestingOnlyBackendTexture(const GrBackendTexture&) const override;
/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()

12