Searched refs:retVal (Results 1 – 3 of 3) sorted by relevance
551 bool retVal = false; in makeCurrent() local560 retVal = s_wglExtProcs->wglMakeContextCurrentARB(hdcDraw,hdcRead,ctx); in makeCurrent()562 return retVal; in makeCurrent()
249 …EGLNativeContextType retVal = glXCreateNewContext(dpy,cfg->nativeConfig(),GLX_RGBA_TYPE,sharedCont… in createContext() local250 return handler.getLastError() == 0 ? retVal : NULL; in createContext()
938 __eglMustCastToProperFunctionPointerType retVal = NULL; in eglGetProcAddress() local945 retVal = s_eglExtentions[i].address; in eglGetProcAddress()953 retVal = ClientAPIExts::getProcAddress(procname); in eglGetProcAddress()955 return retVal; in eglGetProcAddress()