Searched refs:GrContext (Results 1 - 25 of 244) sorted by relevance

12345678910

/external/chromium_org/third_party/skia/src/gpu/
H A DGrAddPathRenderers_none.cpp13 void GrPathRenderer::AddPathRenderers(GrContext*,
H A DGrSoftwarePathRenderer.h14 class GrContext;
23 GrSoftwarePathRenderer(GrContext* context)
42 GrContext* fContext;
H A DGrStencilAndCoverPathRenderer.h14 class GrContext;
24 static GrPathRenderer* Create(GrContext*);
H A DGrSWMaskHelper.h21 class GrContext;
43 GrSWMaskHelper(GrContext* context)
75 static GrTexture* DrawPathMaskToTexture(GrContext* context,
98 GrContext* fContext;
/external/skia/src/gpu/
H A DGrAddPathRenderers_none.cpp13 void GrPathRenderer::AddPathRenderers(GrContext*,
H A DGrSoftwarePathRenderer.h14 class GrContext;
23 GrSoftwarePathRenderer(GrContext* context)
42 GrContext* fContext;
H A DGrStencilAndCoverPathRenderer.h14 class GrContext;
24 static GrPathRenderer* Create(GrContext*);
H A DGrSWMaskHelper.h21 class GrContext;
43 GrSWMaskHelper(GrContext* context)
75 static GrTexture* DrawPathMaskToTexture(GrContext* context,
98 GrContext* fContext;
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3DProvider.h36 class GrContext;
46 virtual GrContext* grContext() = 0;
/external/chromium_org/webkit/common/gpu/
H A Dgrcontext_for_webgraphicscontext3d.h12 class GrContext;
18 // This class binds an offscreen GrContext to an offscreen context3d. The
19 // context3d is used by the GrContext so must be valid as long as this class
27 GrContext* get() { return gr_context_.get(); }
32 skia::RefPtr<class GrContext> gr_context_;
H A Dwebgraphicscontext3d_provider_impl.cc22 GrContext* WebGraphicsContext3DProviderImpl::grContext() {
23 return provider_->GrContext();
/external/chromium_org/third_party/skia/src/effects/
H A DSkGpuBlurUtils.h13 class GrContext;
35 GrTexture* GaussianBlur(GrContext* context,
/external/skia/src/effects/
H A DSkGpuBlurUtils.h13 class GrContext;
35 GrTexture* GaussianBlur(GrContext* context,
/external/chromium_org/cc/output/
H A Dcontext_provider.h11 class GrContext;
25 virtual class GrContext* GrContext() = 0;
H A Drender_surface_filters.h12 class GrContext;
28 GrContext* gr_context);
/external/chromium_org/third_party/skia/include/gpu/
H A DGrTextContext.h11 #include "GrContext.h"
15 class GrContext;
22 GrTextContext(GrContext*, const GrPaint&);
32 GrContext* fContext;
54 GrContext::AutoMatrix fAutoMatrix;
H A DGrEffectUnitTest.h34 class GrContext;
42 GrContext*,
52 GrContext* context,
71 GrContext*, \
78 * GrContext*,
84 * the GrContext.
95 GrContext*, \
H A DGrOvalRenderer.h11 #include "GrContext.h"
15 class GrContext;
35 bool drawOval(GrDrawTarget* target, const GrContext* context, bool useAA,
37 bool drawSimpleRRect(GrDrawTarget* target, GrContext* context, bool useAA,
H A DGrPathRendererChain.h16 class GrContext;
39 GrPathRendererChain(GrContext* context);
76 GrContext* fOwner;
H A DGrContext.h42 class GR_API GrContext : public GrRefCnt { class in inherits:GrRefCnt
44 SK_DECLARE_INST_COUNT(GrContext)
47 * Creates a GrContext for a backend context.
49 static GrContext* Create(GrBackend, GrBackendContext);
52 * Returns the number of GrContext instances for the current thread.
56 virtual ~GrContext();
59 * The GrContext normally assumes that no outsider is setting state
69 * Callback function to allow classes to cleanup on GrContext destruction.
72 typedef void (*PFCleanUpFunc)(const GrContext* context, void* info);
75 * Add a function to be called from within GrContext'
946 GrAutoScratchTexture(GrContext* context, const GrTextureDesc& desc, GrContext::ScratchTexMatch match = GrContext::kApprox_ScratchTexMatch) argument
997 set(GrContext* context, const GrTextureDesc& desc, GrContext::ScratchTexMatch match = GrContext::kApprox_ScratchTexMatch) argument
[all...]
/external/skia/include/gpu/
H A DGrTextContext.h11 #include "GrContext.h"
15 class GrContext;
22 GrTextContext(GrContext*, const GrPaint&);
32 GrContext* fContext;
54 GrContext::AutoMatrix fAutoMatrix;
H A DGrEffectUnitTest.h34 class GrContext;
42 GrContext*,
52 GrContext* context,
71 GrContext*, \
78 * GrContext*,
84 * the GrContext.
95 GrContext*, \
H A DGrOvalRenderer.h11 #include "GrContext.h"
15 class GrContext;
35 bool drawOval(GrDrawTarget* target, const GrContext* context, bool useAA,
37 bool drawSimpleRRect(GrDrawTarget* target, GrContext* context, bool useAA,
H A DGrPathRendererChain.h16 class GrContext;
39 GrPathRendererChain(GrContext* context);
76 GrContext* fOwner;
H A DGrContext.h42 class GR_API GrContext : public GrRefCnt { class in inherits:GrRefCnt
44 SK_DECLARE_INST_COUNT(GrContext)
47 * Creates a GrContext for a backend context.
49 static GrContext* Create(GrBackend, GrBackendContext);
52 * Returns the number of GrContext instances for the current thread.
56 virtual ~GrContext();
59 * The GrContext normally assumes that no outsider is setting state
69 * Callback function to allow classes to cleanup on GrContext destruction.
72 typedef void (*PFCleanUpFunc)(const GrContext* context, void* info);
75 * Add a function to be called from within GrContext'
946 GrAutoScratchTexture(GrContext* context, const GrTextureDesc& desc, GrContext::ScratchTexMatch match = GrContext::kApprox_ScratchTexMatch) argument
997 set(GrContext* context, const GrTextureDesc& desc, GrContext::ScratchTexMatch match = GrContext::kApprox_ScratchTexMatch) argument
[all...]

Completed in 853 milliseconds

12345678910