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
34 GrSurfaceProxy::~GrSurfaceProxy() {
41 GrSurface* GrSurfaceProxy::instantiate(GrResourceProvider* resourceProvider) {
67 int GrSurfaceProxy::worstCaseWidth(const GrCaps& caps) const {
83 int GrSurfaceProxy::worstCaseHeight(const GrCaps& caps) const {
99 void GrSurfaceProxy::setLastOpList(GrOpList* opList) {
111 GrRenderTargetOpList* GrSurfaceProxy
[all...]
/external/skia/include/private/
H A DGrSurfaceProxy.h168 class GrSurfaceProxy : public GrIORefProxy { class in inherits:GrIORefProxy
170 static sk_sp<GrSurfaceProxy> MakeWrapped(sk_sp<GrSurface>);
183 static sk_sp<GrSurfaceProxy> MakeWrappedBackend(GrContext*, GrBackendTextureDesc&);
286 static sk_sp<GrTextureProxy> Copy(GrContext*, GrSurfaceProxy* src,
291 static sk_sp<GrTextureProxy> Copy(GrContext* context, GrSurfaceProxy* src,
296 GrSurfaceProxy* srcProxy);
308 GrSurfaceProxy(const GrSurfaceDesc& desc, SkBackingFit fit, SkBudgeted budgeted, uint32_t flags) function in class:GrSurfaceProxy
321 GrSurfaceProxy(sk_sp<GrSurface> surface, SkBackingFit fit);
323 virtual ~GrSurfaceProxy();

Completed in 91 milliseconds