Searched defs:GrGpuResource (Results 1 - 2 of 2) sorted by path

/external/skia/include/gpu/
H A DGrGpuResource.h21 * 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> { class in inherits:GrIORef
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 objec
[all...]
/external/skia/src/gpu/
H A DGrGpuResource.cpp9 #include "GrGpuResource.h"
21 GrGpuResource::GrGpuResource(GrGpu* gpu, LifeCycle lifeCycle) function in class:GrGpuResource
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
[all...]

Completed in 204 milliseconds