Home
last modified time | relevance | path

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

/sdk/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()
/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglImp.cpp267 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay display, const EGLint *attrib_list, in eglChooseConfig()
477 const EGLint *attrib_list) { in eglCreateWindowSurface()
506 const EGLint *attrib_list) { in eglCreatePbufferSurface()
551 const EGLint *attrib_list) { in eglCreatePixmapSurface()
610 const EGLint *attrib_list) { in eglCreateContext()
962 EGLConfig config, const EGLint *attrib_list) { in eglCreatePbufferFromClientBuffer()
1025 …lay display, EGLContext context, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) in eglCreateImageKHR()
/sdk/emulator/opengl/tests/translator_tests/GLES_V2/
DtriangleV2.cpp391 int attrib_list[] ={ in WinMain() local