Searched defs:nullEgl (Results 1 – 3 of 3) sorted by relevance
34 static EglGlobalInfo* sSingleton(bool nullEgl = false) { in sSingleton()43 void EglGlobalInfo::setEgl2Egl(EGLBoolean enable, bool nullEgl) { in setEgl2Egl()66 EglGlobalInfo* EglGlobalInfo::getInstance(bool nullEgl) { in getInstance()70 EglGlobalInfo::EglGlobalInfo(bool nullEgl) { in EglGlobalInfo()
331 EglOsEglDisplay::EglOsEglDisplay(bool nullEgl) { in EglOsEglDisplay()820 static EglOsEglDisplay* sHostDisplay(bool nullEgl = false) { in sHostDisplay()827 EglEngine(bool nullEgl) : EglOS::Engine(), mUseNullEgl(nullEgl) {} in EglEngine()858 static EglEngine* sHostEngine(bool nullEgl) { in sHostEngine()864 Engine* getEgl2EglHostInstance(bool nullEgl) { in getEgl2EglHostInstance()
1749 EGLAPI void EGLAPIENTRY eglUseOsEglApi(EGLBoolean enable, EGLBoolean nullEgl) { in eglUseOsEglApi()