Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrYUVProvider.cpp98 bool needsExactTexture = (yuvDesc.fWidth != yuvInfo.fSize[0].fWidth) || in refAsTexture() local
100 if (needsExactTexture) { in refAsTexture()