Searched refs:readSurfacePixels (Results 1 – 8 of 8) sorted by relevance
/external/skqp/src/gpu/ |
D | GrSurfaceContext.cpp | 55 return fContext->contextPriv().readSurfacePixels(this, x, y, dstInfo.width(), dstInfo.height(), in readPixels()
|
D | GrContextPriv.h | 168 bool readSurfacePixels(GrSurfaceContext* src, int left, int top, int width, int height,
|
D | GrContext.cpp | 583 bool GrContextPriv::readSurfacePixels(GrSurfaceContext* src, int left, int top, int width, in readSurfacePixels() function in GrContextPriv 697 return this->readSurfacePixels(tempCtx.get(), 0, 0, width, height, dstColorType, in readSurfacePixels()
|
/external/skia/src/gpu/ |
D | GrSurfaceContext.cpp | 72 return direct->priv().readSurfacePixels(this, x, y, dstInfo.width(), dstInfo.height(), in readPixels()
|
D | GrContextPriv.h | 234 bool readSurfacePixels(GrSurfaceContext* src, int left, int top, int width, int height,
|
D | GrContextPriv.cpp | 297 bool GrContextPriv::readSurfacePixels(GrSurfaceContext* src, int left, int top, int width, in readSurfacePixels() function in GrContextPriv 411 return this->readSurfacePixels(tempCtx.get(), 0, 0, width, height, dstColorType, in readSurfacePixels()
|
/external/skia/tests/ |
D | FloatingPointTextureTest.cpp | 60 bool result = context->priv().readSurfacePixels( in runFPTest()
|
/external/skqp/tests/ |
D | FloatingPointTextureTest.cpp | 60 bool result = context->contextPriv().readSurfacePixels( in runFPTest()
|