Home
last modified time | relevance | path

Searched refs:createCopyProgram (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/ganesh/gl/
DGrGLGpu.h604 bool createCopyProgram(GrTexture* srcTexture);
DGrGLGpu.cpp3282 bool GrGLGpu::createCopyProgram(GrTexture* srcTex) { in createCopyProgram() function in GrGLGpu
3637 if (!this->createCopyProgram(srcTex)) { in copySurfaceAsDraw()