Lines Matching full:self
272 static inline TYPE* getSelf(NATIVE_TYPE* self) {
273 return static_cast<TYPE*>(self);
275 static inline TYPE const* getSelf(NATIVE_TYPE const* self) {
276 return static_cast<TYPE const *>(self);
285 EGLNativeBase* self = getSelf(base);
286 self->incStrong(self);
289 EGLNativeBase* self = getSelf(base);
290 self->decStrong(self);