HomeSort by relevance Sort by last modified time
    Searched refs:GrContext (Results 1 - 25 of 231) 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;
47 virtual GrContext* grContext() = 0;
  /external/chromium_org/third_party/skia/src/effects/
SkGpuBlurUtils.h 13 class GrContext;
35 GrTexture* GaussianBlur(GrContext* context,
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
GaneshUtils.h 37 #include "third_party/skia/include/gpu/GrContext.h"
41 bool PLATFORM_EXPORT ensureTextureBackedSkBitmap(GrContext*, SkBitmap&, const IntSize&, GrSurfaceOrigin, GrPixelConfig);
  /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(); }
33 skia::RefPtr<class GrContext> gr_context_;
  /external/chromium_org/third_party/skia/src/gpu/
GrSoftwarePathRenderer.h 14 class GrContext;
23 GrSoftwarePathRenderer(GrContext* context)
42 GrContext* fContext;
GrTest.cpp 14 void GrTestTarget::init(GrContext* ctx, GrDrawTarget* target) {
25 void GrContext::getTestTarget(GrTestTarget* tar) {
29 // GrDrawTarget and regular drawing. We could also assert or fail in GrContext drawing methods
36 void GrContext::setMaxTextureSizeOverride(int maxTextureSizeOverride) {
40 void GrContext::purgeAllUnlockedResources() {
GrTest.h 12 #include "GrContext.h"
15 /** Allows a test to temporarily draw to a GrDrawTarget owned by a GrContext. Tests that use this
17 GrContext. In the future this object may provide some guards to prevent this. */
22 void init(GrContext*, GrDrawTarget*);
32 SkAutoTUnref<GrContext> fContext;
GrOvalRenderer.h 11 #include "GrContext.h"
14 class GrContext;
34 bool drawOval(GrDrawTarget* target, const GrContext* context, bool useAA,
36 bool drawRRect(GrDrawTarget* target, GrContext* context, bool useAA,
38 bool drawDRRect(GrDrawTarget* target, GrContext* context, bool useAA,
GrStencilAndCoverPathRenderer.h 14 class GrContext;
24 static GrPathRenderer* Create(GrContext*);
GrTextContext.h 17 class GrContext;
37 GrTextContext(GrContext*, const SkDeviceProperties&);
46 GrContext* fContext;
GrSWMaskHelper.h 22 class GrContext;
44 GrSWMaskHelper(GrContext* context)
78 static GrTexture* DrawPathMaskToTexture(GrContext* context,
100 GrContext* fContext;
  /external/chromium_org/cc/resources/
scoped_gpu_raster.cc 9 #include "third_party/skia/include/gpu/GrContext.h"
32 class GrContext* gr_context = context_provider_->GrContext();
33 // TODO(sohanjg): Remove when TestContextProvider gives a GrContext.
41 class GrContext* gr_context = context_provider_->GrContext();
42 // TODO(sohanjg): Remove when TestContextProvider gives a GrContext.
  /external/chromium_org/content/renderer/
webgraphicscontext3d_provider_impl.cc 21 GrContext* WebGraphicsContext3DProviderImpl::grContext() {
22 return provider_->GrContext();
webgraphicscontext3d_provider_impl.h 30 virtual GrContext* grContext() OVERRIDE;
  /external/chromium_org/cc/output/
context_provider.h 13 class GrContext;
33 virtual class GrContext* GrContext() = 0;
render_surface_filters.h 13 class GrContext;
30 GrContext* gr_context);
  /external/chromium_org/third_party/skia/include/gpu/
GrPathRendererChain.h 14 class GrContext;
37 GrPathRendererChain(GrContext* context);
73 GrContext* fOwner;
GrProcessorUnitTest.h 34 class GrContext;
43 GrContext*,
53 GrContext* context,
79 GrContext*, \
86 GrContext*, \
93 * GrContext*,
99 * the GrContext.
113 GrContext*, \
122 GrContext*, \
GrContext.h 49 class SK_API GrContext : public SkRefCnt {
51 SK_DECLARE_INST_COUNT(GrContext)
63 * Creates a GrContext for a backend context.
65 static GrContext* Create(GrBackend, GrBackendContext, const Options* opts = NULL);
67 virtual ~GrContext();
70 * The GrContext normally assumes that no outsider is setting state
80 * Callback function to allow classes to cleanup on GrContext destruction.
83 typedef void (*PFCleanUpFunc)(const GrContext* context, void* info);
86 * Add a function to be called from within GrContext's destructor.
101 * now invalid. Should be called even when GrContext is no longer going t
    [all...]
  /external/chromium_org/cc/test/
test_in_process_context_provider.h 11 class GrContext;
28 virtual class GrContext* GrContext() OVERRIDE;
46 skia::RefPtr<class GrContext> gr_context_;
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkTwoPointConicalGradient_gpu.h 21 GrFragmentProcessor* Create(GrContext* ctx, const SkTwoPointConicalGradient& shader,
  /external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLShaderStringBuilder.h 12 #include "GrContext.h"
20 GrContext::GPUStats* gpuStats);
  /external/chromium_org/third_party/skia/include/core/
SkSurface.h 17 class GrContext;
81 static SkSurface* NewRenderTarget(GrContext*, const SkImageInfo&, int sampleCount,
84 static SkSurface* NewRenderTarget(GrContext* gr, const SkImageInfo& info) {
91 * managed by the GrContext. The scratch texture pool serves the purpose
97 * Note: Scratch textures count against the GrContext's cached resource
100 static SkSurface* NewScratchRenderTarget(GrContext*, const SkImageInfo&, int sampleCount,
103 static SkSurface* NewScratchRenderTarget(GrContext* gr, const SkImageInfo& info) {
122 static SkSurface* NewRenderTarget(GrContext*, const SkImageInfo&, int sampleCount,
124 static SkSurface* NewScratchRenderTarget(GrContext*, const SkImageInfo&, int sampleCount,
  /external/chromium_org/third_party/skia/experimental/SkV8Example/
SkV8Example.h 15 class GrContext;
46 GrContext* fCurContext;
  /external/chromium_org/third_party/skia/include/effects/
SkLumaColorFilter.h 31 virtual GrFragmentProcessor* asFragmentProcessor(GrContext*) const SK_OVERRIDE;

Completed in 1706 milliseconds

1 2 3 4 5 6 7 8 910