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

  /external/skia/src/gpu/
GrContextPriv.h 21 class GrContextPriv {
69 explicit GrContextPriv(GrContext* context) : fContext(context) {}
70 GrContextPriv(const GrContextPriv&); // unimpl
71 GrContextPriv& operator=(const GrContextPriv&); // unimpl
74 const GrContextPriv* operator&() const;
75 GrContextPriv* operator&();
82 inline GrContextPriv GrContext::contextPriv() { return GrContextPriv(this);
    [all...]
GrContext.cpp 11 #include "GrContextPriv.h"
586 sk_sp<GrRenderTargetContext> GrContextPriv::makeWrappedRenderTargetContext(
602 sk_sp<GrSurfaceContext> GrContextPriv::makeWrappedSurfaceContext(sk_sp<GrSurfaceProxy> proxy,
615 sk_sp<GrSurfaceContext> GrContextPriv::makeWrappedSurfaceContext(sk_sp<GrSurface> surface) {
626 sk_sp<GrSurfaceContext> GrContextPriv::makeDeferredSurfaceContext(const GrSurfaceDesc& dstDesc,
639 sk_sp<GrSurfaceContext> GrContextPriv::makeBackendSurfaceContext(const GrBackendTextureDesc& desc,
656 sk_sp<GrRenderTargetContext> GrContextPriv::makeBackendTextureRenderTargetContext(
677 sk_sp<GrRenderTargetContext> GrContextPriv::makeBackendRenderTargetRenderTargetContext(
698 sk_sp<GrRenderTargetContext> GrContextPriv::makeBackendTextureAsRenderTargetRenderTargetContext(
720 void GrContextPriv::addPreFlushCallbackObject(sk_sp<GrPreFlushCallbackObject> preFlushCBObject)
    [all...]
  /external/skia/include/gpu/
GrContext.h 22 class GrContextPriv;
382 GrContextPriv contextPriv();
383 const GrContextPriv contextPriv() const;
420 friend class GrContextPriv;

Completed in 96 milliseconds