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

  /external/skia/src/gpu/
GrGpuResource.cpp 9 #include "GrGpuResource.h"
23 GrGpuResource::GrGpuResource(GrGpu* gpu, LifeCycle lifeCycle)
31 void GrGpuResource::registerWithCache() {
35 GrGpuResource::~GrGpuResource() {
40 void GrGpuResource::release() {
48 void GrGpuResource::abandon() {
59 void GrGpuResource::dumpMemoryStatistics(SkTraceMemoryDump* traceMemoryDump) const {
76 const SkData* GrGpuResource::setCustomData(const SkData* data)
    [all...]
  /external/skia/include/gpu/
GrGpuResource.h 21 * Base class for GrGpuResource. Handles the various types of refs we need. Separated out as a base
23 * GrGpuResource.
28 * GrGpuResource and is itself owned (directly or indirectly) by Skia-client code.
44 * GrIORef and GrGpuResource are separate classes for organizational reasons and to be
49 // Some of the signatures are written to mirror SkRefCnt so that GrGpuResource can work with
140 class SK_API GrGpuResource : public GrIORef<GrGpuResource> {
208 * Gets an id that is unique for this GrGpuResource object. It is static in that it does
209 * not change when the content of the GrGpuResource object changes. This will never return
257 * Dumps memory usage information for this GrGpuResource to traceMemoryDump
    [all...]

Completed in 1143 milliseconds