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

  /external/skia/bench/
BenchTimer.h 32 double fGpu;
  /external/skia/include/gpu/
GrResource.h 49 bool isValid() const { return NULL != fGpu; }
73 GrGpu* getGpu() const { return fGpu; }
78 GrGpu* fGpu; // not reffed. This can outlive the GrGpu.
GrContext.h 633 GrGpu* getGpu() { return fGpu; }
634 const GrGpu* getGpu() const { return fGpu; }
663 GrGpu* fGpu;
    [all...]
  /external/skia/src/gpu/
GrAtlas.h 77 GrGpu* fGpu;
GrBufferAllocPool.h 66 GrGpu* getGpu() { return fGpu; }
170 GrGpu* fGpu;
GrTextStrike.h 106 GrGpu* fGpu;
GrContext.cpp 49 GrGpu* fGpu = GrGpu::Create(engine, context3D);
50 if (NULL != fGpu) {
51 ctx = new GrContext(fGpu);
52 fGpu->unref();
67 fGpu->unref();
79 fGpu->abandonResources();
99 fGpu->markContextDirty();
103 fGpu->markContextDirty();
229 gen_texture_key_values(fGpu, sampler, key, width, height, 0, false, v);
240 gen_texture_key_values(fGpu, sampler, key, width, height, 0, false, v)
    [all...]

Completed in 42 milliseconds