Searched refs:findObject (Results 1 – 7 of 7) sorted by relevance
47 GrFakeRefObj *findObject(GrGLuint ID, GrObjTypes type);153 reinterpret_cast<className *>(GrDebugGL::getInstance()->findObject(id, classEnum))
75 GrFakeRefObj *GrDebugGL::findObject(GrGLuint ID, GrObjTypes type) { in findObject() function in GrDebugGL
111 obj = findObject(typename, frame)117 def findObject(typename, frame): function
89 bool findObject(const char name[], Object** = NULL) const;
271 bool SkJSON::Object::findObject(const char name[], SkJSON::Object** value) const { in findObject() function in SkJSON::Object