Home
last modified time | relevance | path

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

/sdk/emulator/opengl/tests/EGL_host_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.cpp154 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) in eglSurfaceAttrib() function
156 return getDispatch()->eglSurfaceAttrib(dpy, surface, attribute, value); in eglSurfaceAttrib()
/sdk/emulator/opengl/host/libs/libOpenglRender/
DEGLDispatch.h40 eglSurfaceAttrib_t eglSurfaceAttrib; member
DEGLDispatch.cpp54 s_egl.eglSurfaceAttrib = (eglSurfaceAttrib_t) lib->findSymbol("eglSurfaceAttrib"); in init_egl_dispatch()
/sdk/emulator/opengl/host/libs/Translator/include/EGL/
Degl.h288 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglImp.cpp595 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay display, EGLSurface surface, in eglSurfaceAttrib() function
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java596 eglSurfaceAttrib(566, 2025), enumConstant
1193 case 2025: return eglSurfaceAttrib; in valueOf()