Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libEGL/
Dmain.cpp373 EGLSurface EGLAPIENTRY GetCurrentSurface(EGLint readdraw);
532 return egl::GetCurrentSurface(readdraw); in eglGetCurrentSurface()
699 this->eglGetCurrentSurface = egl::GetCurrentSurface; in LibEGLexports()
DlibEGL.cpp1018 EGLSurface EGLAPIENTRY GetCurrentSurface(EGLint readdraw) in GetCurrentSurface() function
/external/angle/src/libGLESv2/
Degl_stubs_autogen.h116 EGLSurface GetCurrentSurface(Thread *thread, EGLint readdraw);
Dentry_points_egl_autogen.cpp251 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()
Degl_stubs.cpp363 EGLSurface GetCurrentSurface(Thread *thread, EGLint readdraw) in GetCurrentSurface() function