HomeSort by relevance Sort by last modified time
    Searched defs:srcConfig (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]
  /external/skqp/src/gpu/gl/
GrGLGpu.cpp 664 GrPixelConfig srcConfig,
696 if (GrPixelConfigIsSRGB(dstSurface->config()) != GrPixelConfigIsSRGB(srcConfig)) {
702 tempDrawInfo->fWriteConfig = srcConfig;
705 // to srcConfig, though that may be modified if we decide to do a R/G swap.
707 tempDrawInfo->fTempSurfaceDesc.fConfig = srcConfig;
713 bool configsAreRBSwaps = GrPixelConfigSwapRAndB(srcConfig) == dstSurface->config();
716 if (!this->caps()->isConfigTexturable(srcConfig)) {
722 kRGBA_8888_GrPixelConfig == srcConfig) {
    [all...]

Completed in 498 milliseconds