Searched defs:dstConfig (Results 1 - 2 of 2) sorted by last modified time

/external/skia/tests/
H A DReadPixelsTest.cpp455 GrPixelConfig dstConfig = local
463 bmp.height(), dstConfig, bmp.getPixels(),
/external/skia/src/gpu/
H A DGrContext.cpp407 GrPixelConfig dstConfig, SkColorSpace* dstColorSpace,
422 GrBytesPerPixel(dstConfig), &left,
432 if (unpremul && !valid_unpremul_config(dstConfig)) {
437 if (GrPixelConfigIsSint(src->config()) != GrPixelConfigIsSint(dstConfig)) {
449 if (!fGpu->getReadPixelsInfo(src, width, height, rowBytes, dstConfig, &drawPreference,
516 GrPixelConfig configToRead = dstConfig;
529 if (!GrPixelConfigToColorType(dstConfig, &colorType) ||
405 readSurfacePixels(GrSurface* src, SkColorSpace* srcColorSpace, int left, int top, int width, int height, GrPixelConfig dstConfig, SkColorSpace* dstColorSpace, void* buffer, size_t rowBytes, uint32_t flags) argument

Completed in 228 milliseconds