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 8 #include "GrGpuResource.h"
22 GrGpuResource::GrGpuResource(GrGpu* gpu)
32 void GrGpuResource::registerWithCache(SkBudgeted budgeted) {
39 void GrGpuResource::registerWithCacheWrapped() {
46 GrGpuResource::~GrGpuResource() {
51 void GrGpuResource::release() {
59 void GrGpuResource::abandon() {
70 void GrGpuResource::dumpMemoryStatistics(SkTraceMemoryDump* traceMemoryDump) const
    [all...]
  /external/skia/include/gpu/
GrGpuResource.h 20 * Base class for GrGpuResource. Handles the various types of refs we need. Separated out as a base
22 * GrGpuResource.
27 * GrGpuResource and is itself owned (directly or indirectly) by Skia-client code.
43 * GrIORef and GrGpuResource are separate classes for organizational reasons and to be
48 // Some of the signatures are written to mirror SkRefCnt so that GrGpuResource can work with
144 class SK_API GrGpuResource : public GrIORef<GrGpuResource> {
210 * Gets an id that is unique for this GrGpuResource object. It is static in that it does
211 * not change when the content of the GrGpuResource object changes. This will never return
245 * Dumps memory usage information for this GrGpuResource to traceMemoryDump
    [all...]

Completed in 77 milliseconds