Searched defs:GrSurfaceProxy (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/
H A DGrSurfaceProxy.cpp8 #include "GrSurfaceProxy.h"
23 GrSurfaceProxy::GrSurfaceProxy(sk_sp<GrSurface> surface, SkBackingFit fit) function in class:GrSurfaceProxy
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
[all...]
/external/skia/include/private/
H A DGrSurfaceProxy.h174 class GrSurfaceProxy : public GrIORefProxy { class in inherits: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) function in class:GrSurfaceProxy
356 GrSurfaceProxy(sk_sp<GrSurface> surface, SkBackingFit fit);
358 virtual ~GrSurfaceProxy();

Completed in 392 milliseconds