HomeSort by relevance Sort by last modified time
    Searched defs:GrSurfaceProxy (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrSurfaceProxy.cpp 8 #include "GrSurfaceProxy.h"
23 GrSurfaceProxy::GrSurfaceProxy(sk_sp<GrSurface> surface, SkBackingFit fit)
37 GrSurfaceProxy::~GrSurfaceProxy() {
43 sk_sp<GrSurface> GrSurfaceProxy::createSurfaceImpl(
72 void GrSurfaceProxy::assign(sk_sp<GrSurface> surface) {
84 bool GrSurfaceProxy::instantiateImpl(GrResourceProvider* resourceProvider, int sampleCnt,
101 void GrSurfaceProxy::setLastOpList(GrOpList* opList) {
112 GrRenderTargetOpList* GrSurfaceProxy::getLastRenderTargetOpList()
    [all...]
  /external/skia/include/private/
GrSurfaceProxy.h 174 class GrSurfaceProxy : public GrIORefProxy {
176 static sk_sp<GrSurfaceProxy> MakeWrapped(sk_sp<GrSurface>);
318 static sk_sp<GrTextureProxy> Copy(GrContext*, GrSurfaceProxy* src,
323 static sk_sp<GrTextureProxy> Copy(GrContext* context, GrSurfaceProxy* src,
328 GrSurfaceProxy* srcProxy);
341 GrSurfaceProxy(const GrSurfaceDesc& desc, SkBackingFit fit, SkBudgeted budgeted, uint32_t flags)
356 GrSurfaceProxy(sk_sp<GrSurface> surface, SkBackingFit fit);
358 virtual ~GrSurfaceProxy();

Completed in 1942 milliseconds