Home
last modified time | relevance | path

Searched defs:attrib_list (Results 1 – 6 of 6) sorted by relevance

/development/tools/emulator/opengl/tests/EGL_host_wrapper/
Degl.cpp94 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint co… in eglChooseConfig()
104 …WindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list) in eglCreateWindowSurface()
109 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) in eglCreatePbufferSurface()
114 …mapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list) in eglCreatePixmapSurface()
149 …LDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) in eglCreatePbufferFromClientBuffer()
174 …reateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list) in eglCreateContext()
229 EGLBoolean eglLockSurfaceKHR(EGLDisplay display, EGLSurface surface, const EGLint *attrib_list) in eglLockSurfaceKHR()
239 …(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) in eglCreateImageKHR()
249 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) in eglCreateSyncKHR()
/development/tools/emulator/opengl/tests/gles_android_wrapper/
Degl.cpp294 static EGLint * filter_es2_bit(const EGLint *attrib_list, bool *isES2) in filter_es2_bit()
324 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint co… in eglChooseConfig()
359 …WindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list) in eglCreateWindowSurface()
371 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) in eglCreatePbufferSurface()
383 …mapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list) in eglCreatePixmapSurface()
436 …LDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) in eglCreatePbufferFromClientBuffer()
461 …reateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list) in eglCreateContext()
613 EGLBoolean eglLockSurfaceKHR(EGLDisplay display, EGLSurface surface, const EGLint *attrib_list) in eglLockSurfaceKHR()
623 …(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) in eglCreateImageKHR()
635 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) in eglCreateSyncKHR()
/development/tools/emulator/opengl/system/egl/
Degl.cpp610 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint co… in eglChooseConfig()
645 …WindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list) in eglCreateWindowSurface()
676 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) in eglCreatePbufferSurface()
736 …mapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list) in eglCreatePixmapSurface()
827 …LDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) in eglCreatePbufferFromClientBuffer()
888 …reateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list) in eglCreateContext()
1166 EGLBoolean eglLockSurfaceKHR(EGLDisplay display, EGLSurface surface, const EGLint *attrib_list) in eglLockSurfaceKHR()
1178 …(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) in eglCreateImageKHR()
1229 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) in eglCreateSyncKHR()
/development/tools/emulator/opengl/host/libs/Translator/EGL/
DEglImp.cpp275 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay display, const EGLint *attrib_list, in eglChooseConfig()
482 const EGLint *attrib_list) { in eglCreateWindowSurface()
511 const EGLint *attrib_list) { in eglCreatePbufferSurface()
556 const EGLint *attrib_list) { in eglCreatePixmapSurface()
615 const EGLint *attrib_list) { in eglCreateContext()
967 EGLConfig config, const EGLint *attrib_list) { in eglCreatePbufferFromClientBuffer()
1031 …lay display, EGLContext context, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) in eglCreateImageKHR()
/development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
DGL2JNIView.java115 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; in createContext() local
/development/tools/emulator/opengl/tests/translator_tests/GLES_V2/
DtriangleV2.cpp389 int attrib_list[] ={ in WinMain() local