Lines Matching defs:object
267 _eglSetFuncName(const char *funcName, _EGLDisplay *disp, EGLenum objectType, _EGLResource *object)
277 else if (object)
278 thr->CurrentObjectLabel = object->Label;
283 #define _EGL_FUNC_START(disp, objectType, object, ret) \
285 if (!_eglSetFuncName(__func__, disp, objectType, (_EGLResource *) object)) { \
354 * It associates a private _EGLDisplay object to the native display.
2421 eglLabelObjectKHR(EGLDisplay dpy, EGLenum objectType, EGLObjectKHR object,
2441 if (dpy != (EGLDisplay) object)
2466 if (_eglCheckResource(object, type, disp)) {
2467 _EGLResource *res = (_EGLResource *) object;