HomeSort by relevance Sort by last modified time
    Searched refs:readSurfacePixels (Results 1 - 9 of 9) sorted by null

  /external/skqp/tests/
IntTextureTest.cpp 98 bool success = context->contextPriv().readSurfacePixels(sContext.get(),
106 bool success = context->contextPriv().readSurfacePixels(sContext.get(),
117 bool success = context->contextPriv().readSurfacePixels(sContext.get(),
128 bool success = context->contextPriv().readSurfacePixels(
147 bool success = context->contextPriv().readSurfacePixels(dstContext.get(), 0, 0, kS, kS,
212 success = context->contextPriv().readSurfacePixels(sContext.get(),
FloatingPointTextureTest.cpp 67 bool result = context->contextPriv().readSurfacePixels(sContext.get(),
  /external/skia/src/gpu/
GrSurfaceContext.cpp 59 return fContext->contextPriv().readSurfacePixels(this, x, y, dstInfo.width(), dstInfo.height(),
GrContextPriv.h 146 bool readSurfacePixels(GrSurfaceContext* src, int left, int top, int width, int height,
GrContext.cpp     [all...]
  /external/skqp/src/gpu/
GrSurfaceContext.cpp 59 return fContext->contextPriv().readSurfacePixels(this, x, y,
GrContextPriv.h 142 bool readSurfacePixels(GrSurfaceContext* src,
GrContext.cpp 632 bool GrContextPriv::readSurfacePixels(GrSurfaceContext* src,
642 GR_CREATE_TRACE_MARKER_CONTEXT("GrContextPriv", "readSurfacePixels", fContext);
    [all...]
  /external/skia/tests/
FloatingPointTextureTest.cpp 67 bool result = context->contextPriv().readSurfacePixels(

Completed in 385 milliseconds