HomeSort by relevance Sort by last modified time
    Searched refs:GrContext (Results 1 - 25 of 244) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3DProvider.h 36 class GrContext;
46 virtual GrContext* grContext() = 0;
  /external/chromium_org/third_party/skia/src/gpu/
GrAddPathRenderers_none.cpp 13 void GrPathRenderer::AddPathRenderers(GrContext*,
GrSoftwarePathRenderer.h 14 class GrContext;
23 GrSoftwarePathRenderer(GrContext* context)
42 GrContext* fContext;
GrStencilAndCoverPathRenderer.h 14 class GrContext;
24 static GrPathRenderer* Create(GrContext*);
  /external/skia/src/gpu/
GrAddPathRenderers_none.cpp 13 void GrPathRenderer::AddPathRenderers(GrContext*,
GrSoftwarePathRenderer.h 14 class GrContext;
23 GrSoftwarePathRenderer(GrContext* context)
42 GrContext* fContext;
GrStencilAndCoverPathRenderer.h 14 class GrContext;
24 static GrPathRenderer* Create(GrContext*);
  /external/chromium_org/third_party/skia/src/effects/
SkGpuBlurUtils.h 13 class GrContext;
35 GrTexture* GaussianBlur(GrContext* context,
  /external/skia/src/effects/
SkGpuBlurUtils.h 13 class GrContext;
35 GrTexture* GaussianBlur(GrContext* context,
  /external/chromium_org/cc/output/
context_provider.h 11 class GrContext;
25 virtual class GrContext* GrContext() = 0;
render_surface_filters.h 12 class GrContext;
28 GrContext* gr_context);
  /external/chromium_org/webkit/common/gpu/
grcontext_for_webgraphicscontext3d.h 12 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_;
webgraphicscontext3d_provider_impl.cc 22 GrContext* WebGraphicsContext3DProviderImpl::grContext() {
23 return provider_->GrContext();
  /external/chromium_org/third_party/skia/include/gpu/
GrTextContext.h 11 #include "GrContext.h"
15 class GrContext;
22 GrTextContext(GrContext*, const GrPaint&);
32 GrContext* fContext;
54 GrContext::AutoMatrix fAutoMatrix;
GrPathRendererChain.h 16 class GrContext;
39 GrPathRendererChain(GrContext* context);
76 GrContext* fOwner;
GrEffectUnitTest.h 34 class GrContext;
42 GrContext*,
52 GrContext* context,
71 GrContext*, \
78 * GrContext*,
84 * the GrContext.
95 GrContext*, \
GrOvalRenderer.h 11 #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,
GrResource.h 18 class GrContext;
22 * Base class for the GPU resources created by a GrContext.
36 * them. Used when the API context has been torn down before the GrContext.
42 * will be in this state after their creating GrContext is destroyed or has
45 * ~GrContext, freeResources with the force flag, or contextLost.
64 * GrContext automatically releases all its resources.
66 const GrContext* getContext() const;
67 GrContext* getContext();
  /external/skia/include/gpu/
GrTextContext.h 11 #include "GrContext.h"
15 class GrContext;
22 GrTextContext(GrContext*, const GrPaint&);
32 GrContext* fContext;
54 GrContext::AutoMatrix fAutoMatrix;
GrPathRendererChain.h 16 class GrContext;
39 GrPathRendererChain(GrContext* context);
76 GrContext* fOwner;
GrEffectUnitTest.h 34 class GrContext;
42 GrContext*,
52 GrContext* context,
71 GrContext*, \
78 * GrContext*,
84 * the GrContext.
95 GrContext*, \
GrOvalRenderer.h 11 #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,
GrResource.h 18 class GrContext;
22 * Base class for the GPU resources created by a GrContext.
36 * them. Used when the API context has been torn down before the GrContext.
42 * will be in this state after their creating GrContext is destroyed or has
45 * ~GrContext, freeResources with the force flag, or contextLost.
64 * GrContext automatically releases all its resources.
66 const GrContext* getContext() const;
67 GrContext* getContext();
  /external/chromium_org/third_party/skia/include/core/
SkSurface.h 16 class GrContext;
59 static SkSurface* NewRenderTargetDirect(GrContext*, GrRenderTarget*);
65 static SkSurface* NewRenderTarget(GrContext*, const SkImage::Info&, int sampleCount = 0);
  /external/skia/include/core/
SkSurface.h 16 class GrContext;
59 static SkSurface* NewRenderTargetDirect(GrContext*, GrRenderTarget*);
65 static SkSurface* NewRenderTarget(GrContext*, const SkImage::Info&, int sampleCount = 0);

Completed in 686 milliseconds

1 2 3 4 5 6 7 8 910