HomeSort by: relevance | last modified time | path
    Searched defs:thr (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/egl/main/
eglcurrent.c 305 _EGLThreadInfo *thr = _eglGetCurrentThread(); local
310 funcName = thr->CurrentFuncName;
327 callback(error, funcName, type, thr->Label, thr->CurrentObjectLabel,
333 /* Note: _eglError() is often called with msg == thr->currentFuncName */
eglcurrent.c 305 _EGLThreadInfo *thr = _eglGetCurrentThread(); local
310 funcName = thr->CurrentFuncName;
327 callback(error, funcName, type, thr->Label, thr->CurrentObjectLabel,
333 /* Note: _eglError() is often called with msg == thr->currentFuncName */
eglapi.c 270 _EGLThreadInfo *thr = _eglGetCurrentThread(); local
272 thr->CurrentFuncName = funcName;
273 thr->CurrentObjectLabel = NULL;
276 thr->CurrentObjectLabel = thr->Label;
278 thr->CurrentObjectLabel = disp->Label;
280 thr->CurrentObjectLabel = object->Label;
eglapi.c 270 _EGLThreadInfo *thr = _eglGetCurrentThread(); local
272 thr->CurrentFuncName = funcName;
273 thr->CurrentObjectLabel = NULL;
276 thr->CurrentObjectLabel = thr->Label;
278 thr->CurrentObjectLabel = disp->Label;
280 thr->CurrentObjectLabel = object->Label;
  /xsrc/external/mit/MesaLib.old/dist/src/egl/main/
eglcurrent.c 298 _EGLThreadInfo *thr = _eglGetCurrentThread(); local
303 funcName = thr->CurrentFuncName;
320 callback(error, funcName, type, thr->Label, thr->CurrentObjectLabel,
326 /* Note: _eglError() is often called with msg == thr->currentFuncName */
eglcurrent.c 298 _EGLThreadInfo *thr = _eglGetCurrentThread(); local
303 funcName = thr->CurrentFuncName;
320 callback(error, funcName, type, thr->Label, thr->CurrentObjectLabel,
326 /* Note: _eglError() is often called with msg == thr->currentFuncName */
eglapi.c 271 _EGLThreadInfo *thr = _eglGetCurrentThread(); local
273 thr->CurrentFuncName = funcName;
274 thr->CurrentObjectLabel = NULL;
277 thr->CurrentObjectLabel = thr->Label;
279 thr->CurrentObjectLabel = disp->Label;
281 thr->CurrentObjectLabel = object->Label;
eglapi.c 271 _EGLThreadInfo *thr = _eglGetCurrentThread(); local
273 thr->CurrentFuncName = funcName;
274 thr->CurrentObjectLabel = NULL;
277 thr->CurrentObjectLabel = thr->Label;
279 thr->CurrentObjectLabel = disp->Label;
281 thr->CurrentObjectLabel = object->Label;

Completed in 29 milliseconds