Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
Degl_ftable.h38 {"eglSurfaceAttrib", (void *)eglSurfaceAttrib},
Degl.cpp1364 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/google/cuttlefish_common/guest/libs/eglwrapper/
Degl_wrapper_context.h39 eglSurfaceAttrib_wrapper_proc_t eglSurfaceAttrib; member
Degl.lds53 eglSurfaceAttrib;
Degl_wrapper_entry.cpp34 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value);
212 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) in eglSurfaceAttrib() function
215 return ctx->eglSurfaceAttrib( dpy, surface, attribute, value); in eglSurfaceAttrib()
Degl_wrapper_context.cpp39 eglSurfaceAttrib = (eglSurfaceAttrib_wrapper_proc_t) getProc("eglSurfaceAttrib", userData); in initDispatchByName()
Degl.in29 GL_ENTRY(EGLBoolean, eglSurfaceAttrib, EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint…
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Degl.entries35 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value);
/device/generic/goldfish-opengl/system/include/EGL/
Degl.h288 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,