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

  /external/skia/src/gpu/
GrGpu.cpp 10 #include "GrGpu.h"
29 GrGpu::GrGpu()
56 GrGpu::~GrGpu() {
60 void GrGpu::abandonResources() {
79 void GrGpu::releaseResources() {
98 void GrGpu::insertResource(GrResource* resource) {
105 void GrGpu::removeResource(GrResource* resource) {
113 void GrGpu::unimpl(const char msg[])
    [all...]
GrGpu.h 29 class GrGpu : public GrDrawTarget {
49 * Create an instance of GrGpu that matches the specified backend. If the requested backend is
52 static GrGpu* Create(GrBackend, GrBackendContext);
56 GrGpu();
57 virtual ~GrGpu();
69 * The GrGpu object normally assumes that no outsider is setting state
71 * the GrGpu that the state was modified and it shouldn't make assumptions
293 // After the client interacts directly with the 3D context state the GrGpu
295 // Each time this occurs the GrGpu bumps a timestamp.
320 * which (called as part of GrGpu's implementation of onDraw an
    [all...]

Completed in 2578 milliseconds