Home
last modified time | relevance | path

Searched refs:retVal (Results 1 – 3 of 3) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglWindowsApi.cpp551 bool retVal = false; in makeCurrent() local
560 retVal = s_wglExtProcs->wglMakeContextCurrentARB(hdcDraw,hdcRead,ctx); in makeCurrent()
562 return retVal; in makeCurrent()
DEglX11Api.cpp249 …EGLNativeContextType retVal = glXCreateNewContext(dpy,cfg->nativeConfig(),GLX_RGBA_TYPE,sharedCont… in createContext() local
250 return handler.getLastError() == 0 ? retVal : NULL; in createContext()
DEglImp.cpp938 __eglMustCastToProperFunctionPointerType retVal = NULL; in eglGetProcAddress() local
945 retVal = s_eglExtentions[i].address; in eglGetProcAddress()
953 retVal = ClientAPIExts::getProcAddress(procname); in eglGetProcAddress()
955 return retVal; in eglGetProcAddress()