Searched refs:readdraw (Results 1 – 18 of 18) sorted by relevance
153 static EGLSurface CurrentSurface(EGLint readdraw) { in CurrentSurface() argument155 switch (readdraw) { in CurrentSurface()
973 EGLSurface GetCurrentSurface(EGLint readdraw) in GetCurrentSurface() argument975 TRACE("(EGLint readdraw = %d)", readdraw); in GetCurrentSurface()977 if(readdraw == EGL_READ) in GetCurrentSurface()982 else if(readdraw == EGL_DRAW) in GetCurrentSurface()
54 EGLSurface (*eglGetCurrentSurface)(EGLint readdraw);
363 EGLSurface GetCurrentSurface(EGLint readdraw);520 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface() argument522 return egl::GetCurrentSurface(readdraw); in eglGetCurrentSurface()
152 EGLSurface FuncPtrLibrary::getCurrentSurface (EGLint readdraw) const154 return m_egl.getCurrentSurface(readdraw);
183 EGLSurface eglwGetCurrentSurface (EGLint readdraw) argument188 return egl->getCurrentSurface(readdraw);
35 EGLSurface getCurrentSurface (EGLint readdraw) const;
35 virtual EGLSurface getCurrentSurface (EGLint readdraw) const = 0;
35 …def EGLW_APICALL EGLSurface (EGLW_APIENTRY* eglGetCurrentSurfaceFunc) (EGLint readdraw);
94 EGLSurface eglwGetCurrentSurface (EGLint readdraw);
306 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw);
132 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);
35 eglw::EGLSurface eglGetCurrentSurface (eglw::EGLint readdraw);
306 eglw::EGLSurface CallLogWrapper::eglGetCurrentSurface (eglw::EGLint readdraw) argument309 …m_log << TestLog::Message << "eglGetCurrentSurface(" << getSurfaceTargetStr(readdraw) << ");" << T…310 eglw::EGLSurface returnValue = m_egl.getCurrentSurface(readdraw);
471 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface() argument473 return libEGL->eglGetCurrentSurface(readdraw); in eglGetCurrentSurface()
1505 eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface() argument1517 switch (readdraw) { in eglGetCurrentSurface()