Searched refs:transferPixels (Results 1 – 5 of 5) sorted by relevance
/external/skqp/tests/ |
D | TransferPixelsTest.cpp | 127 result = gpu->transferPixels(tex.get(), 0, 0, kTextureWidth, kTextureHeight, colorType, in basic_transfer_test() 163 result = gpu->transferPixels(tex.get(), kLeft, kTop, kWidth, kHeight, colorType, in basic_transfer_test()
|
/external/skia/src/gpu/ |
D | GrSurfaceContext.h | 230 PixelTransferResult transferPixels(GrColorType colorType, const SkIRect& rect);
|
D | GrSurfaceContext.cpp | 817 auto transferResult = this->transferPixels(SkColorTypeToGrColorType(colorType), rect); in asyncReadPixels() 980 yTransfer = yFC->transferPixels(GrColorType::kAlpha_8, in asyncRescaleAndReadPixelsYUV420() 1005 uTransfer = uFC->transferPixels(GrColorType::kAlpha_8, in asyncRescaleAndReadPixelsYUV420() 1029 vTransfer = vFC->transferPixels(GrColorType::kAlpha_8, in asyncRescaleAndReadPixelsYUV420() 1310 GrSurfaceContext::PixelTransferResult GrSurfaceContext::transferPixels(GrColorType dstCT, in transferPixels() function in GrSurfaceContext
|
/external/skqp/src/gpu/ |
D | GrGpu.h | 219 bool transferPixels(GrTexture* texture, int left, int top, int width, int height,
|
D | GrGpu.cpp | 305 bool GrGpu::transferPixels(GrTexture* texture, int left, int top, int width, int height, in transferPixels() function in GrGpu
|