Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLGpu.cpp3406 bool preferCopy = SkToBool(dst->asRenderTarget()); in onCopySurface() local
3407 if (preferCopy && src->asTexture()) { in onCopySurface()
3422 if (!preferCopy && src->asTexture()) { in onCopySurface()