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

  /external/skia/src/gpu/
SkGr.h 158 bool GrPixelConfigToColorType(GrPixelConfig, SkColorType*);
GrContext.cpp 235 if (!GrPixelConfigToColorType(srcConfig, &colorType) ||
529 if (!GrPixelConfigToColorType(dstConfig, &colorType) ||
    [all...]
SkGr.cpp 381 bool GrPixelConfigToColorType(GrPixelConfig config, SkColorType* ctOut) {
SkGpuDevice.cpp 129 if (!GrPixelConfigToColorType(context->config(), &colorType)) {
    [all...]
  /external/skia/src/image/
SkImage_Gpu.cpp 59 if (!GrPixelConfigToColorType(fProxy->config(), &ct)) {
    [all...]

Completed in 139 milliseconds