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

  /external/skia/src/gpu/
GrGpuResource.cpp 8 #include "GrGpuResource.h"
23 GrGpuResource::GrGpuResource(GrGpu* gpu)
33 void GrGpuResource::registerWithCache(SkBudgeted budgeted) {
40 void GrGpuResource::registerWithCacheWrapped() {
47 GrGpuResource::~GrGpuResource() {
52 void GrGpuResource::release() {
60 void GrGpuResource::abandon() {
71 void GrGpuResource::dumpMemoryStatistics(SkTraceMemoryDump* traceMemoryDump) const
    [all...]
  /external/skqp/src/gpu/
GrGpuResource.cpp 8 #include "GrGpuResource.h"
23 GrGpuResource::GrGpuResource(GrGpu* gpu)
33 void GrGpuResource::registerWithCache(SkBudgeted budgeted) {
40 void GrGpuResource::registerWithCacheWrapped() {
47 GrGpuResource::~GrGpuResource() {
52 void GrGpuResource::release() {
60 void GrGpuResource::abandon() {
71 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
145 class SK_API GrGpuResource : public GrIORef<GrGpuResource> {
211 * Gets an id that is unique for this GrGpuResource object. It is static in that it does
212 * not change when the content of the GrGpuResource object changes. This will never return
246 * Dumps memory usage information for this GrGpuResource to traceMemoryDump
    [all...]
  /external/skqp/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
145 class SK_API GrGpuResource : public GrIORef<GrGpuResource> {
211 * Gets an id that is unique for this GrGpuResource object. It is static in that it does
212 * not change when the content of the GrGpuResource object changes. This will never return
246 * Dumps memory usage information for this GrGpuResource to traceMemoryDump
    [all...]

Completed in 81 milliseconds