Home
last modified time | relevance | path

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

/external/skia/tests/
DGrSurfaceTest.cpp70 context->getGpu()->deleteTestingOnlyBackendTexture(backendTex); in DEF_GPUTEST_FOR_NULL_CONTEXT()
DEGLImageTest.cpp24 gpu1->deleteTestingOnlyBackendTexture(handle, false); in cleanup()
DSurfaceTest.cpp150 gpu->deleteTestingOnlyBackendTexture(texHandle); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
448 context->getGpu()->deleteTestingOnlyBackendTexture(textureObject); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
908 context->getGpu()->deleteTestingOnlyBackendTexture(textureObject); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DResourceCacheTest.cpp235 gpu->deleteTestingOnlyBackendTexture(texHandles[0], !borrowedIsAlive); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
236 gpu->deleteTestingOnlyBackendTexture(texHandles[1], !adoptedIsAlive); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DGrPorterDuffTest.cpp1216 ctx->getGpu()->deleteTestingOnlyBackendTexture(backendTex);
/external/skia/gm/
Dimagefromyuvtextures.cpp120 gpu->deleteTestingOnlyBackendTexture(yuvHandles[i]); in deleteYUVTextures()
/external/skia/src/gpu/vk/
DGrVkGpu.h89 void deleteTestingOnlyBackendTexture(GrBackendObject id, bool abandonTexture) override;
DGrVkGpu.cpp827 void GrVkGpu::deleteTestingOnlyBackendTexture(GrBackendObject id, bool abandon) { in deleteTestingOnlyBackendTexture() function in GrVkGpu
/external/skia/src/gpu/
DGrGpu.h427 virtual void deleteTestingOnlyBackendTexture(GrBackendObject,
DGrTest.cpp402 void deleteTestingOnlyBackendTexture(GrBackendObject, bool abandonTexture) override {} in deleteTestingOnlyBackendTexture() function in MockGpu
/external/skia/src/gpu/gl/
DGrGLGpu.h131 void deleteTestingOnlyBackendTexture(GrBackendObject, bool abandonTexture) override;
DGrGLGpu.cpp3924 void GrGLGpu::deleteTestingOnlyBackendTexture(GrBackendObject id, bool abandonTexture) { in deleteTestingOnlyBackendTexture() function in GrGLGpu