/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
glx_api.c | [all...] |
xm_api.h | 262 const int *attrib_list);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/ |
glxext.h | 442 typedef GLXFBConfig * ( * PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements); 445 typedef GLXWindow ( * PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list); 447 typedef GLXPixmap ( * PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list); 449 typedef GLXPbuffer ( * PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list); 564 typedef GLXFBConfigSGIX * ( * PFNGLXCHOOSEFBCONFIGSGIXPROC) (Display *dpy, int screen, int *attrib_list, int *nelements); 580 typedef GLXPbufferSGIX ( * PFNGLXCREATEGLXPBUFFERSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, unsigned int width, unsigned int height, int *attrib_list); 776 typedef void ( * PFNGLXBINDTEXIMAGEEXTPROC) (Display *dpy, GLXDrawable drawable, int buffer, const int *attrib_list);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/ |
glxext.h | 442 typedef GLXFBConfig * ( * PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements); 445 typedef GLXWindow ( * PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list); 447 typedef GLXPixmap ( * PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list); 449 typedef GLXPbuffer ( * PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list); 564 typedef GLXFBConfigSGIX * ( * PFNGLXCHOOSEFBCONFIGSGIXPROC) (Display *dpy, int screen, int *attrib_list, int *nelements); 580 typedef GLXPbufferSGIX ( * PFNGLXCREATEGLXPBUFFERSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, unsigned int width, unsigned int height, int *attrib_list); 776 typedef void ( * PFNGLXBINDTEXIMAGEEXTPROC) (Display *dpy, GLXDrawable drawable, int buffer, const int *attrib_list);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/ |
glxext.h | 442 typedef GLXFBConfig * ( * PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements); 445 typedef GLXWindow ( * PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list); 447 typedef GLXPixmap ( * PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list); 449 typedef GLXPbuffer ( * PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list); 564 typedef GLXFBConfigSGIX * ( * PFNGLXCHOOSEFBCONFIGSGIXPROC) (Display *dpy, int screen, int *attrib_list, int *nelements); 580 typedef GLXPbufferSGIX ( * PFNGLXCREATEGLXPBUFFERSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, unsigned int width, unsigned int height, int *attrib_list); 776 typedef void ( * PFNGLXBINDTEXIMAGEEXTPROC) (Display *dpy, GLXDrawable drawable, int buffer, const int *attrib_list);
|
/external/chromium_org/content/common/gpu/media/ |
vaapi_wrapper.cc | 50 VAConfigAttrib *attrib_list, 77 VASurfaceAttrib *attrib_list, 91 VAConfigAttrib *attrib_list,
|
/external/chromium_org/ppapi/proxy/ |
resource_creation_proxy.cc | 236 const int32_t* attrib_list) { 238 instance, share_context, attrib_list); 244 const int32_t* attrib_list) {
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/ |
xm_api.h | 262 const int *attrib_list);
|
/external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/ |
graphics_3d.cc | 325 const int32_t attrib_list[] = { local 333 context_ = pp::Graphics3D(this, attrib_list);
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/ |
cube.cc | 328 const int32_t attrib_list[] = { local 336 context_ = pp::Graphics3D(this, attrib_list);
|
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/ |
platform_x11.c | 179 const EGLint *attrib_list) 197 if (!_eglInitSurface(&dri2_surf->base, disp, type, conf, attrib_list)) 273 const EGLint *attrib_list) 276 window, attrib_list); 282 const EGLint *attrib_list) 285 pixmap, attrib_list); 290 _EGLConfig *conf, const EGLint *attrib_list) 293 XCB_WINDOW_NONE, attrib_list); [all...] |
platform_wayland.c | 119 const EGLint *attrib_list) 134 if (!_eglInitSurface(&dri2_surf->base, disp, type, conf, attrib_list)) 196 const EGLint *attrib_list) 199 window, attrib_list);
|
/external/mesa3d/src/egl/drivers/dri2/ |
platform_x11.c | 179 const EGLint *attrib_list) 197 if (!_eglInitSurface(&dri2_surf->base, disp, type, conf, attrib_list)) 273 const EGLint *attrib_list) 276 window, attrib_list); 282 const EGLint *attrib_list) 285 pixmap, attrib_list); 290 _EGLConfig *conf, const EGLint *attrib_list) 293 XCB_WINDOW_NONE, attrib_list); [all...] |
platform_wayland.c | 119 const EGLint *attrib_list) 134 if (!_eglInitSurface(&dri2_surf->base, disp, type, conf, attrib_list)) 196 const EGLint *attrib_list) 199 window, attrib_list);
|
/packages/screensavers/Basic/src/com/android/dreams/basic/ |
ColorsGLRenderer.java | 200 int[] attrib_list = { EGL14.EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; local 201 return egl.eglCreateContext(eglDisplay, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list);
|
/sdk/emulator/opengl/tests/translator_tests/GLES_V2/ |
triangleV2.cpp | 405 int attrib_list[] ={ local 418 ctx = eglCreateContext(d,configs[0],EGL_NO_CONTEXT,attrib_list);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
glxapi.c | 772 glXChooseFBConfigSGIX(Display *dpy, int screen, int *attrib_list, int *nelements) 778 return (t->ChooseFBConfigSGIX)(dpy, screen, attrib_list, nelements); 826 glXCreateGLXPbufferSGIX(Display *dpy, GLXFBConfigSGIX config, unsigned int width, unsigned int height, int *attrib_list) 832 return (t->CreateGLXPbufferSGIX)(dpy, config, width, height, attrib_list); 1117 const int *attrib_list) 1122 t->BindTexImageEXT(dpy, drawable, buffer, attrib_list); [all...] |
glxapi.h | 202 const int *attrib_list);
|
/external/mesa3d/src/mesa/drivers/x11/ |
glxapi.c | 772 glXChooseFBConfigSGIX(Display *dpy, int screen, int *attrib_list, int *nelements) 778 return (t->ChooseFBConfigSGIX)(dpy, screen, attrib_list, nelements); 826 glXCreateGLXPbufferSGIX(Display *dpy, GLXFBConfigSGIX config, unsigned int width, unsigned int height, int *attrib_list) 832 return (t->CreateGLXPbufferSGIX)(dpy, config, width, height, attrib_list); 1117 const int *attrib_list) 1122 t->BindTexImageEXT(dpy, drawable, buffer, attrib_list); [all...] |
glxapi.h | 202 const int *attrib_list);
|
/external/chromium_org/third_party/libva/va/ |
va.h | 518 * The caller must provide an "attrib_list" with all attributes to be 519 * retrieved. Upon return, the attributes in "attrib_list" have been 528 VAConfigAttrib *attrib_list, /* in/out */ 546 VAConfigAttrib *attrib_list, 563 * The caller must provide an "attrib_list" array that can hold at least 565 * returned in "attrib_list" is returned in "num_attribs" 572 VAConfigAttrib *attrib_list,/* out */ 746 * The \c attrib_list array is allocated by the user and \c 754 * Note: it is perfectly valid to pass NULL to the \c attrib_list 761 * @param[out] attrib_list the output array of #VASurfaceAttrib element [all...] |
/external/chromium_org/third_party/mesa/src/docs/ |
WL_bind_wayland_display.spec | 69 Accepted in the <attrib_list> parameter of eglCreateImageKHR:
|
/external/mesa3d/docs/ |
WL_bind_wayland_display.spec | 69 Accepted in the <attrib_list> parameter of eglCreateImageKHR:
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
RenderTarget.java | 384 int[] attrib_list = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; local 385 EGLContext ctxt = egl.eglCreateContext(display, config, EGL10.EGL_NO_CONTEXT, attrib_list);
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
GLTextureViewActivity.java | 405 int[] attrib_list = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; local 406 return egl.eglCreateContext(eglDisplay, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list);
|