Searched refs:readdraw (Results 1 – 9 of 9) sorted by relevance
152 EGLSurface FuncPtrLibrary::getCurrentSurface (EGLint readdraw) const154 return m_egl.getCurrentSurface(readdraw);
35 EGLSurface getCurrentSurface (EGLint readdraw) const;
35 virtual EGLSurface getCurrentSurface (EGLint readdraw) const = 0;
92 EGLSurface eglwGetCurrentSurface (EGLint readdraw);
35 …def EGLW_APICALL EGLSurface (EGLW_APIENTRY* eglGetCurrentSurfaceFunc) (EGLint readdraw);
305 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw);
236 eglw::EGLSurface CallLogWrapper::eglGetCurrentSurface (eglw::EGLint readdraw) argument239 …m_log << TestLog::Message << "eglGetCurrentSurface(" << getSurfaceTargetStr(readdraw) << ");" << T…240 eglw::EGLSurface returnValue = m_egl.getCurrentSurface(readdraw);
28 eglw::EGLSurface eglGetCurrentSurface (eglw::EGLint readdraw);
820 eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface() argument830 switch (readdraw) { in eglGetCurrentSurface()