Searched refs:GetCurrentSurface (Results 1 – 5 of 5) sorted by relevance
373 EGLSurface EGLAPIENTRY GetCurrentSurface(EGLint readdraw);532 return egl::GetCurrentSurface(readdraw); in eglGetCurrentSurface()699 this->eglGetCurrentSurface = egl::GetCurrentSurface; in LibEGLexports()
1018 EGLSurface EGLAPIENTRY GetCurrentSurface(EGLint readdraw) in GetCurrentSurface() function
116 EGLSurface GetCurrentSurface(Thread *thread, EGLint readdraw);
251 EGL_EVENT(GetCurrentSurface, "readdraw = %d", readdraw); in EGL_GetCurrentSurface()255 ANGLE_EGL_VALIDATE(thread, GetCurrentSurface, nullptr, EGLSurface, readdraw); in EGL_GetCurrentSurface()257 return GetCurrentSurface(thread, readdraw); in EGL_GetCurrentSurface()
363 EGLSurface GetCurrentSurface(Thread *thread, EGLint readdraw) in GetCurrentSurface() function