Home
last modified time | relevance | path

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

/aosp_15_r20/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()
842 static EglOsEglDisplay* sHostDisplay(bool nullEgl = false) { in sHostDisplay()
849 EglEngine(bool nullEgl) in EglEngine()
888 static EglEngine* sHostEngine(bool nullEgl) { in sHostEngine()
894 Engine* getEgl2EglHostInstance(bool nullEgl) { in getEgl2EglHostInstance()
DEglImp.cpp1775 EGLAPI void EGLAPIENTRY eglUseOsEglApi(EGLBoolean enable, EGLBoolean nullEgl) { in eglUseOsEglApi()