Home
last modified time | relevance | path

Searched defs:nullEgl (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglGlobalInfo.cpp34 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()
DEglOsApi_egl.cpp340 EglOsEglDisplay::EglOsEglDisplay(bool nullEgl) { in EglOsEglDisplay()
840 static EglOsEglDisplay* sHostDisplay(bool nullEgl = false) { in sHostDisplay()
847 EglEngine(bool nullEgl) in EglEngine()
886 static EglEngine* sHostEngine(bool nullEgl) { in sHostEngine()
892 Engine* getEgl2EglHostInstance(bool nullEgl) { in getEgl2EglHostInstance()
DEglImp.cpp1762 EGLAPI void EGLAPIENTRY eglUseOsEglApi(EGLBoolean enable, EGLBoolean nullEgl) { in eglUseOsEglApi()