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

  /external/skqp/src/android/
SkBitmapRegionCodec.cpp 53 SkColorType dstColorType = fCodec->computeOutputColorType(prefColorType);
55 sk_sp<SkColorSpace> dstColorSpace = fCodec->computeOutputColorSpace(dstColorType,
58 dstColorType, dstAlphaType, dstColorSpace);
77 if (kGray_8_SkColorType == dstColorType) {
  /external/mesa3d/src/mesa/swrast/
s_span.c     [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp 713 auto dstColorType = GrPixelConfigToColorType(dstSurface->config());
721 tempDrawInfo->fWriteColorType = dstColorType;
727 tempDrawInfo->fWriteColorType = dstColorType;
735 tempDrawInfo->fWriteColorType = dstColorType;
    [all...]

Completed in 94 milliseconds