Home
last modified time | relevance | path

Searched refs:EGL_BAD_DISPLAY (Results 1 – 2 of 2) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/include/EGL/
Degl.h85 #define EGL_BAD_DISPLAY 0x3008 macro
/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglImp.cpp101 RETURN_ERROR(ret,EGL_BAD_DISPLAY); \
195 RETURN_ERROR(EGL_FALSE,EGL_BAD_DISPLAY); in eglInitialize()