Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkGpu.cpp365 bool configsAreRBSwaps = GrPixelConfigSwapRAndB(srcConfig) == dstSurface->config(); in onGetWritePixelsInfo() local
367 if (!this->vkCaps().isConfigTexturable(srcConfig) && configsAreRBSwaps) { in onGetWritePixelsInfo()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp720 bool configsAreRBSwaps = GrPixelConfigSwapRAndB(srcConfig) == dstSurface->config(); in onGetWritePixelsInfo() local
722 if (configsAreRBSwaps) { in onGetWritePixelsInfo()