Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DSurfaceContext.cpp590 uint32_t legalReadChannels = GrColorTypeChannelFlags(readInfo.fColorType); in asyncRescaleAndReadPixels() local
592 if ((~legalReadChannels & dstChannels) & srcChannels) { in asyncRescaleAndReadPixels()
1253 uint32_t legalReadChannels = GrColorTypeChannelFlags(supportedRead.fColorType); in transferPixels() local
1255 if ((~legalReadChannels & dstChannels) & srcChannels) { in transferPixels()