HomeSort by relevance Sort by last modified time
    Searched defs:GrContext (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/mojo/cc/
context_provider_mojo.cc 41 class GrContext* ContextProviderMojo::GrContext() { return NULL; }
  /external/chromium_org/cc/test/
test_context_provider.cc 89 class GrContext* TestContextProvider::GrContext() {
93 // TODO(danakj): Make a test GrContext that works with a test Context3d.
test_in_process_context_provider.cc 16 #include "third_party/skia/include/gpu/GrContext.h"
97 class GrContext* TestInProcessContextProvider::GrContext() {
111 gr_context_ = skia::AdoptRef(GrContext::Create(
  /external/chromium_org/content/common/gpu/client/
context_provider_command_buffer.cc 122 class GrContext* ContextProviderCommandBuffer::GrContext() {
  /external/chromium_org/webkit/common/gpu/
context_provider_in_process.cc 147 class GrContext* ContextProviderInProcess::GrContext() {
  /external/chromium_org/third_party/skia/include/gpu/
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/third_party/skia/src/gpu/
GrContext.cpp 10 #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* context
    [all...]
  /external/chromium_org/cc/resources/
resource_provider.cc 27 #include "third_party/skia/include/gpu/GrContext.h"
    [all...]

Completed in 715 milliseconds