Searched refs:eglSurfaceAttrib (Results 1 – 5 of 5) sorted by relevance
/device/generic/goldfish/opengl/system/egl/ |
D | egl_ftable.h | 38 {"eglSurfaceAttrib", (void *)eglSurfaceAttrib},
|
D | egl.cpp | 808 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) in eglSurfaceAttrib() function
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | egl_dispatch.h | 40 eglSurfaceAttrib_t eglSurfaceAttrib; member 85 …Attrib(eglSurfaceAttrib_t f) { eglSurfaceAttrib_t retval = eglSurfaceAttrib; eglSurfaceAttrib = f;… in set_eglSurfaceAttrib()
|
D | egl_ftable.h | 38 {"eglSurfaceAttrib", (void *)eglSurfaceAttrib},
|
D | egl.cpp | 441 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) in eglSurfaceAttrib() function 443 return getDispatch()->eglSurfaceAttrib(dpy, surface, attribute, value); in eglSurfaceAttrib()
|