Home
last modified time | relevance | path

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

/external/skia/src/gpu/graphite/
DContext.cpp271 uint32_t legalReadChannels = SkColorTypeChannelFlags(supportedColorType); in transferPixels() local
273 if ((~legalReadChannels & dstChannels) & srcChannels) { in transferPixels()
/external/skia/src/gpu/ganesh/
DSurfaceContext.cpp599 uint32_t legalReadChannels = GrColorTypeChannelFlags(readInfo.fColorType); in asyncRescaleAndReadPixels() local
601 if ((~legalReadChannels & dstChannels) & srcChannels) { in asyncRescaleAndReadPixels()
1245 uint32_t legalReadChannels = GrColorTypeChannelFlags(supportedRead.fColorType); in transferPixels() local
1247 if ((~legalReadChannels & dstChannels) & srcChannels) { in transferPixels()