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

  /external/skia/src/gpu/
GrGpuObject.cpp 10 #include "GrGpuObject.h"
13 GrGpuObject::GrGpuObject(GrGpu* gpu, bool isWrapped) {
24 GrGpuObject::~GrGpuObject() {
30 void GrGpuObject::release() {
38 void GrGpuObject::abandon() {
46 const GrContext* GrGpuObject::getContext() const {
54 GrContext* GrGpuObject::getContext() {
  /external/skia/include/gpu/
GrGpuObject.h 20 class GrGpuObject : public GrCacheable {
22 SK_DECLARE_INST_COUNT(GrGpuObject)
79 * isWrapped indicates we have wrapped a client-created backend object in a GrGpuObject. If it
83 GrGpuObject(GrGpu* gpu, bool isWrapped);
84 virtual ~GrGpuObject();
102 SK_DECLARE_INTERNAL_LLIST_INTERFACE(GrGpuObject);

Completed in 47 milliseconds