Searched defs:NULL (Results 1 - 1 of 1) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
H A DEglImp.cpp52 EglGlobalInfo* g_eglInfo = NULL;
153 EglDisplay* dpy = NULL;
154 EGLNativeInternalDisplayType internalDisplay = NULL;
180 if(!libGLES) return NULL;
182 if(!func) return NULL;
201 __translator_getGLESIfaceFunc func = NULL;
238 RETURN_ERROR(NULL,EGL_BAD_PARAMETER);
248 return NULL;
258 if(configs == NULL) {
630 GLEScontext* glesCtx = NULL;
687 thread->updateInfo(ContextPtr(NULL),dpy,NULL,ShareGroupPtr(NULL),dpy->getManager(prevCtx->version())); local
[all...]

Completed in 32 milliseconds