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

  /external/skia/src/gpu/
GrContextPriv.h 183 void flushSurfaceWrites(GrSurfaceProxy*);
GrContextPriv.cpp 201 void GrContextPriv::flushSurfaceWrites(GrSurfaceProxy* proxy) {
    [all...]
  /external/skqp/src/gpu/
GrContextPriv.h 117 void flushSurfaceWrites(GrSurfaceProxy*);
GrContext.cpp 786 void GrContextPriv::flushSurfaceWrites(GrSurfaceProxy* proxy) {
    [all...]
  /external/skia/src/image/
SkImage_GpuBase.cpp 378 ctx->priv().flushSurfaceWrites(renderTargetContext->asSurfaceProxy());
  /external/skqp/src/image/
SkImage_GpuBase.cpp 363 ctx->contextPriv().flushSurfaceWrites(renderTargetContext->asSurfaceProxy());

Completed in 2357 milliseconds