Home
last modified time | relevance | path

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

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