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

  /external/chromium_org/third_party/skia/src/gpu/
GrGpu.cpp 10 #include "GrGpu.h"
30 GrGpu::GrGpu(GrContext* context)
56 GrGpu::~GrGpu() {
60 void GrGpu::abandonResources() {
76 void GrGpu::releaseResources() {
92 void GrGpu::insertResource(GrResource* resource) {
99 void GrGpu::removeResource(GrResource* resource) {
107 void GrGpu::unimpl(const char msg[])
    [all...]
GrGpu.h 25 class GrGpu : public GrDrawTarget {
44 * Create an instance of GrGpu that matches the specified backend. If the requested backend is
46 * fully constructed and should not be used by GrGpu until after this function returns.
48 static GrGpu* Create(GrBackend, GrBackendContext, GrContext* context);
52 GrGpu(GrContext* context);
53 virtual ~GrGpu();
59 * The GrGpu object normally assumes that no outsider is setting state
61 * the GrGpu that the state was modified and it shouldn't make assumptions
277 // After the client interacts directly with the 3D context state the GrGpu
279 // Each time this occurs the GrGpu bumps a timestamp
    [all...]
  /external/skia/src/gpu/
GrGpu.cpp 10 #include "GrGpu.h"
30 GrGpu::GrGpu(GrContext* context)
56 GrGpu::~GrGpu() {
60 void GrGpu::abandonResources() {
76 void GrGpu::releaseResources() {
92 void GrGpu::insertResource(GrResource* resource) {
99 void GrGpu::removeResource(GrResource* resource) {
107 void GrGpu::unimpl(const char msg[])
    [all...]
GrGpu.h 25 class GrGpu : public GrDrawTarget {
44 * Create an instance of GrGpu that matches the specified backend. If the requested backend is
46 * fully constructed and should not be used by GrGpu until after this function returns.
48 static GrGpu* Create(GrBackend, GrBackendContext, GrContext* context);
52 GrGpu(GrContext* context);
53 virtual ~GrGpu();
59 * The GrGpu object normally assumes that no outsider is setting state
61 * the GrGpu that the state was modified and it shouldn't make assumptions
277 // After the client interacts directly with the 3D context state the GrGpu
279 // Each time this occurs the GrGpu bumps a timestamp
    [all...]

Completed in 44 milliseconds