Searched defs:GrContext (Results 1 - 12 of 12) sorted by path

/external/chromium_org/cc/resources/
H A Dresource_provider.cc27 #include "third_party/skia/include/gpu/GrContext.h"
1956 class GrContext* gr_context = GrContext();
1957 // TODO(alokp): Implement TestContextProvider::GrContext().
2079 class GrContext* ResourceProvider::GrContext() const { function in class:cc::ResourceProvider
2081 return context_provider ? context_provider->GrContext() : NULL;
/external/chromium_org/cc/test/
H A Dtest_context_provider.cc89 class GrContext* TestContextProvider::GrContext() { function in class:cc::TestContextProvider
93 // TODO(danakj): Make a test GrContext that works with a test Context3d.
H A Dtest_in_process_context_provider.cc16 #include "third_party/skia/include/gpu/GrContext.h"
97 class GrContext* TestInProcessContextProvider::GrContext() { function in class:cc::TestInProcessContextProvider
111 gr_context_ = skia::AdoptRef(GrContext::Create(
/external/chromium_org/content/common/gpu/client/
H A Dcontext_provider_command_buffer.cc122 class GrContext* ContextProviderCommandBuffer::GrContext() { function in class:content::ContextProviderCommandBuffer
/external/chromium_org/mojo/cc/
H A Dcontext_provider_mojo.cc41 class GrContext* ContextProviderMojo::GrContext() { return NULL; } function in class:mojo::ContextProviderMojo
/external/chromium_org/third_party/skia/include/gpu/
H A DGrContext.h49 class SK_API GrContext : public SkRefCnt { class in inherits: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 i
1092 GrAutoScratchTexture(GrContext* context, const GrTextureDesc& desc, GrContext::ScratchTexMatch match = GrContext::kApprox_ScratchTexMatch) argument
1143 set(GrContext* context, const GrTextureDesc& desc, GrContext::ScratchTexMatch match = GrContext::kApprox_ScratchTexMatch) argument
[all...]
/external/chromium_org/third_party/skia/src/gpu/
H A DGrContext.cpp10 #include "GrContext.h"
49 "Defers rendering in GrContext via GrInOrderDrawBuffer.");
71 // Glorified typedef to avoid including GrDrawState.h in GrContext.h
72 class GrContext::AutoRestoreEffects : public GrDrawState::AutoRestoreEffects {};
74 class GrContext::AutoCheckFlush {
76 AutoCheckFlush(GrContext* context) : fContext(context) { SkASSERT(context); }
85 GrContext* fContext;
88 GrContext* GrContext::Create(GrBackend backend, GrBackendContext backendContext,
90 GrContext* contex
105 GrContext::GrContext(const Options& opts) : fOptions(opts) { function in class:GrContext
[all...]
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrTextureStripAtlas.cpp37 void GrTextureStripAtlas::CleanUp(const GrContext*, void* info) { argument
164 GrContext::kDontFlush_PixelOpsFlag);
/external/chromium_org/webkit/common/gpu/
H A Dcontext_provider_in_process.cc147 class GrContext* ContextProviderInProcess::GrContext() { function in class:webkit::gpu::ContextProviderInProcess
/external/skia/include/gpu/
H A DGrContext.h48 class SK_API GrContext : public SkRefCnt { class in inherits:SkRefCnt
50 SK_DECLARE_INST_COUNT(GrContext)
53 * Creates a GrContext for a backend context.
55 static GrContext* Create(GrBackend, GrBackendContext);
57 virtual ~GrContext();
60 * The GrContext normally assumes that no outsider is setting state
70 * Callback function to allow classes to cleanup on GrContext destruction.
73 typedef void (*PFCleanUpFunc)(const GrContext* context, void* info);
76 * Add a function to be called from within GrContext's destructor.
91 * GrContext i
1067 GrAutoScratchTexture(GrContext* context, const GrTextureDesc& desc, GrContext::ScratchTexMatch match = GrContext::kApprox_ScratchTexMatch) argument
1118 set(GrContext* context, const GrTextureDesc& desc, GrContext::ScratchTexMatch match = GrContext::kApprox_ScratchTexMatch) argument
[all...]
/external/skia/src/gpu/
H A DGrContext.cpp10 #include "GrContext.h"
46 "Defers rendering in GrContext via GrInOrderDrawBuffer.");
68 // Glorified typedef to avoid including GrDrawState.h in GrContext.h
69 class GrContext::AutoRestoreEffects : public GrDrawState::AutoRestoreEffects {};
71 class GrContext::AutoCheckFlush {
73 AutoCheckFlush(GrContext* context) : fContext(context) { SkASSERT(NULL != context); }
82 GrContext* fContext;
85 GrContext* GrContext::Create(GrBackend backend, GrBackendContext backendContext) {
86 GrContext* contex
95 GrContext::GrContext() { function in class:GrContext
[all...]
/external/skia/src/gpu/effects/
H A DGrTextureStripAtlas.cpp37 void GrTextureStripAtlas::CleanUp(const GrContext*, void* info) { argument
164 GrContext::kDontFlush_PixelOpsFlag);

Completed in 915 milliseconds