HomeSort by relevance Sort by last modified time
    Searched refs:fWriteColorType (Results 1 - 6 of 6) sorted by null

  /external/skia/src/gpu/
GrOpFlushState.cpp 112 tempInfo.fWriteColorType, buffer, rowBytes)) {
GrGpu.h 242 GrColorType fWriteColorType;
GrGpu.cpp 340 tempDrawInfo->fWriteColorType = srcColorType;
GrContext.cpp 857 tempDrawInfo.fWriteColorType, buffer, rowBytes)) {
    [all...]
  /external/skia/src/gpu/vk/
GrVkGpu.cpp 349 SkASSERT(tempDrawInfo->fWriteColorType == srcColorType);
382 tempDrawInfo->fWriteColorType = GrPixelConfigToColorType(dstSurface->config());
    [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp 672 SkASSERT(tempDrawInfo->fWriteColorType == srcColorType);
721 tempDrawInfo->fWriteColorType = dstColorType;
727 tempDrawInfo->fWriteColorType = dstColorType;
735 tempDrawInfo->fWriteColorType = dstColorType;
    [all...]

Completed in 158 milliseconds