Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libEGL/
Dmain.cpp365 EGLBoolean EGLAPIENTRY SurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint v…
492 return egl::SurfaceAttrib(dpy, surface, attribute, value); in eglSurfaceAttrib()
691 this->eglSurfaceAttrib = egl::SurfaceAttrib; in LibEGLexports()
DlibEGL.cpp651 EGLBoolean EGLAPIENTRY SurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint v… in SurfaceAttrib() function
/external/angle/src/libGLESv2/
Degl_stubs_autogen.h152 EGLBoolean SurfaceAttrib(Thread *thread,
Dentry_points_egl_autogen.cpp493 EGL_EVENT(SurfaceAttrib, in EGL_SurfaceAttrib()
502 ANGLE_EGL_VALIDATE(thread, SurfaceAttrib, GetDisplayIfValid(dpyPacked), EGLBoolean, dpyPacked, in EGL_SurfaceAttrib()
505 return SurfaceAttrib(thread, dpyPacked, surfacePacked, attribute, value); in EGL_SurfaceAttrib()
Degl_stubs.cpp611 EGLBoolean SurfaceAttrib(Thread *thread, in SurfaceAttrib() function