Home
last modified time | relevance | path

Searched refs:onClearBackendTexture (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/gpu/ganesh/mock/
DGrMockGpu.h222 bool onClearBackendTexture(const GrBackendTexture&, in onClearBackendTexture() function
/external/skia/src/gpu/ganesh/mtl/
DGrMtlGpu.h136 bool onClearBackendTexture(const GrBackendTexture&,
DGrMtlGpu.mm933 bool GrMtlGpu::onClearBackendTexture(const GrBackendTexture& backendTexture, function
978 [blitCmdEncoder pushDebugGroup:@"onClearBackendTexture"];
/external/skia/src/gpu/ganesh/d3d/
DGrD3DGpu.h250 bool onClearBackendTexture(const GrBackendTexture&,
DGrD3DGpu.cpp1446 bool GrD3DGpu::onClearBackendTexture(const GrBackendTexture& backendTexture, in onClearBackendTexture() function in GrD3DGpu
/external/skia/src/gpu/ganesh/vk/
DGrVkGpu.h269 bool onClearBackendTexture(const GrBackendTexture&,
DGrVkGpu.cpp1700 bool GrVkGpu::onClearBackendTexture(const GrBackendTexture& backendTexture, in onClearBackendTexture() function in GrVkGpu
/external/skia/src/gpu/ganesh/
DGrGpu.h738 virtual bool onClearBackendTexture(const GrBackendTexture&,
DGrGpu.cpp920 return this->onClearBackendTexture(backendTexture, std::move(finishedCallback), color); in clearBackendTexture()
/external/skia/src/gpu/ganesh/gl/
DGrGLGpu.h300 bool onClearBackendTexture(const GrBackendTexture&,
DGrGLGpu.cpp3987 bool GrGLGpu::onClearBackendTexture(const GrBackendTexture& backendTexture, in onClearBackendTexture() function in GrGLGpu