Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_egl.cpp840 static EglOsEglDisplay* sHostDisplay(bool nullEgl = false) { in sHostDisplay() function
850 mDisplay(sHostDisplay(nullEgl)), in EglEngine()
860 return sHostDisplay(mUseNullEgl); in getDefaultDisplay()
866 void* eglGetProcAddress(const char* func) { return sHostDisplay()->eglGetProcAddress(func); } in eglGetProcAddress()
869 return sHostDisplay()->createWindowSurface(pf, wnd); in createWindowSurface()
873 return sHostDisplay()->eglDebugMessageControlKHR(callback, attribs); in eglDebugMessageControlKHR()