Home
last modified time | relevance | path

Searched refs:eglSurfaceAttrib (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish-opengl/system/egl/
Degl_ftable.h38 {"eglSurfaceAttrib", (void *)eglSurfaceAttrib},
Degl.cpp1173 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) in eglSurfaceAttrib() function
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Degl_ftable.h38 {"eglSurfaceAttrib", (void *)eglSurfaceAttrib},
Degl_dispatch.h40 eglSurfaceAttrib_t eglSurfaceAttrib; member
85 …Attrib(eglSurfaceAttrib_t f) { eglSurfaceAttrib_t retval = eglSurfaceAttrib; eglSurfaceAttrib = f;… in set_eglSurfaceAttrib()
Degl.cpp405 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) in eglSurfaceAttrib() function
407 return getDispatch()->eglSurfaceAttrib(dpy, surface, attribute, value); in eglSurfaceAttrib()
/device/generic/goldfish-opengl/system/include/EGL/
Degl.h288 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,