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"
21 GrGpuResource::GrGpuResource(GrGpu* gpu, LifeCycle lifeCycle)
29 void GrGpuResource::registerWithCache() {
33 GrGpuResource::~GrGpuResource() {
38 void GrGpuResource::release() {
46 void GrGpuResource::abandon() {
54 const SkData* GrGpuResource::setCustomData(const SkData* data) {
60 const GrContext* GrGpuResource::getContext() const
    [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
51 // Some of the signatures are written to mirror SkRefCnt so that GrGpuResource can work with
142 class SK_API GrGpuResource : public GrIORef<GrGpuResource> {
144 SK_DECLARE_INST_COUNT(GrGpuResource)
203 * Gets an id that is unique for this GrGpuResource object. It is static in that it does
204 * not change when the content of the GrGpuResource object changes. This will never retur
    [all...]

Completed in 182 milliseconds