Home
last modified time | relevance | path

Searched refs:readSurfacePixels (Results 1 – 8 of 8) sorted by relevance

/external/skqp/src/gpu/
DGrSurfaceContext.cpp55 return fContext->contextPriv().readSurfacePixels(this, x, y, dstInfo.width(), dstInfo.height(), in readPixels()
DGrContextPriv.h168 bool readSurfacePixels(GrSurfaceContext* src, int left, int top, int width, int height,
DGrContext.cpp583 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/skqp/tests/
DFloatingPointTextureTest.cpp60 bool result = context->contextPriv().readSurfacePixels( in runFPTest()
/external/skia/tests/
DFloatingPointTextureTest.cpp60 bool result = context->priv().readSurfacePixels( in runFPTest()
/external/skia/src/gpu/
DGrSurfaceContext.cpp72 return direct->priv().readSurfacePixels(this, x, y, dstInfo.width(), dstInfo.height(), in readPixels()
DGrContextPriv.h234 bool readSurfacePixels(GrSurfaceContext* src, int left, int top, int width, int height,
DGrContextPriv.cpp297 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()