Home
last modified time | relevance | path

Searched refs:clearBackendTexture (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrDirectContext.cpp498 if (!dContext->priv().getGpu()->clearBackendTexture(beTex, in create_and_clear_backend_texture()
664 return fGpu->clearBackendTexture(backendTexture, std::move(finishedCallback), color.array()); in updateBackendTexture()
688 return fGpu->clearBackendTexture(backendTexture, in updateBackendTexture()
DGrGpu.h521 bool clearBackendTexture(const GrBackendTexture&,
DGrGpu.cpp798 bool GrGpu::clearBackendTexture(const GrBackendTexture& backendTexture, in clearBackendTexture() function in GrGpu