Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLGpu.cpp1176 const bool usesMips = texelsShallowCopy.count() > 1; in uploadTexData() local
1177 if (caps.unpackRowLengthSupport() && !swFlipY && !usesMips) { in uploadTexData()