Searched refs:dstConfig (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/ |
D | GrContext.cpp | 372 GrPixelConfig dstConfig, void* buffer, size_t rowBytes, in readSurfacePixels() argument 386 GrBytesPerPixel(dstConfig), &left, in readSurfacePixels() 396 if (unpremul && !GrPixelConfigIs8888(dstConfig)) { in readSurfacePixels() 409 if (!fGpu->getReadPixelsInfo(src, width, height, rowBytes, dstConfig, &drawPreference, in readSurfacePixels() 469 GrPixelConfig configToRead = dstConfig; in readSurfacePixels() 482 if (!GrPixelConfig2ColorAndProfileType(dstConfig, &dstPI.fColorType, nullptr)) { in readSurfacePixels()
|
/external/skia/tests/ |
D | ReadPixelsTest.cpp | 424 GrPixelConfig dstConfig = in test_readpixels_texture() local 434 bmp.height(), dstConfig, bmp.getPixels(), in test_readpixels_texture()
|