Home
last modified time | relevance | path

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

/external/deqp/framework/egl/wrapper/
DeglwFuncPtrLibraryImpl.inl152 EGLSurface FuncPtrLibrary::getCurrentSurface (EGLint readdraw) const
154 return m_egl.getCurrentSurface(readdraw);
DeglwFuncPtrLibraryDecl.inl35 EGLSurface getCurrentSurface (EGLint readdraw) const;
DeglwLibrary.inl35 virtual EGLSurface getCurrentSurface (EGLint readdraw) const = 0;
DeglwApi.inl92 EGLSurface eglwGetCurrentSurface (EGLint readdraw);
DeglwFunctionTypes.inl35 …def EGLW_APICALL EGLSurface (EGLW_APIENTRY* eglGetCurrentSurfaceFunc) (EGLint readdraw);
/external/mesa3d/include/EGL/
Degl.h305 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw);
/external/deqp/framework/egl/
DegluCallLogWrapper.inl236 eglw::EGLSurface CallLogWrapper::eglGetCurrentSurface (eglw::EGLint readdraw) argument
239 …m_log << TestLog::Message << "eglGetCurrentSurface(" << getSurfaceTargetStr(readdraw) << ");" << T…
240 eglw::EGLSurface returnValue = m_egl.getCurrentSurface(readdraw);
DegluCallLogWrapperApi.inl28 eglw::EGLSurface eglGetCurrentSurface (eglw::EGLint readdraw);
/external/mesa3d/src/egl/main/
Deglapi.c820 eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface() argument
830 switch (readdraw) { in eglGetCurrentSurface()