Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLCaps.h495 bool canCopyAsDraw(GrGLFormat dstFormat, bool srcIsTexturable, bool scalingCopy) const;
H A DGrGLCaps.cpp3805 bool GrGLCaps::canCopyAsDraw(GrGLFormat dstFormat, bool srcIsTexturable, bool scalingCopy) const { in canCopyAsDraw() argument
3807 srcIsTexturable && in canCopyAsDraw()