HomeSort by relevance Sort by last modified time
    Searched full:attrib_list (Results 51 - 75 of 198) sorted by null

1 23 4 5 6 7 8

  /hardware/intel/img/psb_video/src/mrst/
lnc_MPEG4ES.c 56 VAConfigAttrib *attrib_list,
65 switch (attrib_list[i].type) {
70 attrib_list[i].value = VA_RC_NONE | VA_RC_CBR | VA_RC_VBR;
74 attrib_list[i].value = 0;
78 attrib_list[i].value = VA_ATTRIB_NOT_SUPPORTED;
93 switch (obj_config->attrib_list[i].type) {
131 if (obj_config->attrib_list[i].type == VAConfigAttribEncMaxSliceSize)
132 ctx->max_slice_size = obj_config->attrib_list[i].value;
133 else if (obj_config->attrib_list[i].type == VAConfigAttribRateControl)
134 eRCmode = obj_config->attrib_list[i].value
    [all...]
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11EglDisplayFactory.cpp 54 typedef EGLW_APICALL eglw::EGLSurface (EGLW_APIENTRY* eglX11CreatePixmapSurfaceFunc) (eglw::EGLDisplay dpy, eglw::EGLConfig config, EGLNativePixmapType pixmap, const eglw::EGLint* attrib_list);
55 typedef EGLW_APICALL eglw::EGLSurface (EGLW_APIENTRY* eglX11CreateWindowSurfaceFunc) (eglw::EGLDisplay dpy, eglw::EGLConfig config, EGLNativeWindowType win, const eglw::EGLint* attrib_list);
87 eglw::EGLSurface createPixmapSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativePixmapType pixmap, const eglw::EGLint *attrib_list) const
89 return ((eglX11CreatePixmapSurfaceFunc)m_egl.createPixmapSurface)(dpy, config, reinterpret_cast<EGLNativePixmapType>(pixmap), attrib_list);
92 eglw::EGLSurface createWindowSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativeWindowType win, const eglw::EGLint *attrib_list) const
94 return ((eglX11CreateWindowSurfaceFunc)m_egl.createWindowSurface)(dpy, config, reinterpret_cast<EGLNativeWindowType>(win), attrib_list);
  /external/mesa3d/src/egl/drivers/haiku/
egl_haiku.cpp 84 _EGLConfig *conf, void *native_window, const EGLint *attrib_list)
96 conf, attrib_list)) {
121 _EGLConfig *conf, void *native_pixmap, const EGLint *attrib_list)
129 _EGLConfig *conf, const EGLint *attrib_list)
242 _EGLContext *share_list, const EGLint *attrib_list)
253 if (!_eglInitContext(&context->ctx, disp, conf, attrib_list))
  /frameworks/native/opengl/include/EGL/
egl.h 121 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);
123 EGLAPI EGLContext EGLAPIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list);
124 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
125 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
126 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list);
204 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list);
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2_fallbacks.h 35 const EGLint *attrib_list)
43 const EGLint *attrib_list)
platform_x11_dri3.c 166 const EGLint *attrib_list)
185 if (!_eglInitSurface(&dri3_surf->base, disp, type, conf, attrib_list))
244 const EGLint *attrib_list)
250 native_window, attrib_list);
260 const EGLint *attrib_list)
263 native_pixmap, attrib_list);
268 _EGLConfig *conf, const EGLint *attrib_list)
271 XCB_WINDOW_NONE, attrib_list);
platform_surfaceless.c 110 _EGLConfig *conf, const EGLint *attrib_list)
127 if (!_eglInitSurface(&dri2_surf->base, disp, type, conf, attrib_list))
174 _EGLConfig *conf, const EGLint *attrib_list)
177 attrib_list);
  /external/mesa3d/src/glx/apple/
glx_empty.c 197 int *attrib_list)
203 (void) attrib_list;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glxext.h 525 extern GLXFBConfig * glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements);
528 extern GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
530 extern GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
532 extern GLXPbuffer glXCreatePbuffer (Display *dpy, GLXFBConfig config, const int *attrib_list);
544 typedef GLXFBConfig * ( * PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements);
547 typedef GLXWindow ( * PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
549 typedef GLXPixmap ( * PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
551 typedef GLXPbuffer ( * PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list);
594 extern GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);
596 typedef GLXContext ( * PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);
    [all...]
  /device/generic/goldfish-opengl/system/egl/
egl.cpp 443 const EGLint* attrib_list,
454 (EGLint*)(num_actual_attribs == 0 ? NULL : attrib_list);
913 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config)
922 if (attrib_list) {
923 const EGLint * attrib_p = attrib_list;
937 memcpy(local_attrib_list, attrib_list, attribs_size * sizeof(EGLint));
950 local_attrib_list ? local_attrib_list:(EGLint*)attrib_list,
991 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list)
993 (void)attrib_list;
1021 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list)
    [all...]
  /external/mesa3d/src/egl/main/
egldisplay.h 260 _eglGetX11Display(Display *native_display, const EGLint *attrib_list);
268 const EGLint *attrib_list);
276 const EGLint *attrib_list);
282 const EGLint *attrib_list);
eglsurface.c 68 _eglParseSurfaceAttribList(_EGLSurface *surf, const EGLint *attrib_list)
77 if (!attrib_list)
83 for (i = 0; attrib_list[i] != EGL_NONE; i++) {
84 attr = attrib_list[i++];
85 val = attrib_list[i];
261 _EGLConfig *conf, const EGLint *attrib_list)
323 err = _eglParseSurfaceAttribList(surf, attrib_list);
  /external/mesa3d/src/glx/
indirect_glx.c 239 int buffer, const int *attrib_list)
251 if (attrib_list) {
252 while (attrib_list[i * 2] != None)
277 if (attrib_list) {
278 while (attrib_list[i * 2] != None) {
279 *attrib_ptr++ = (CARD32) attrib_list[i * 2 + 0];
280 *attrib_ptr++ = (CARD32) attrib_list[i * 2 + 1];
g_glxglvnddispatchfuncs.c 110 int buffer, const int *attrib_list)
123 (*pBindTexImageEXT)(dpy, drawable, buffer, attrib_list);
129 const int *attrib_list,
144 ret = (*pChooseFBConfigSGIX)(dpy, screen, attrib_list, nelements);
159 const int *attrib_list)
173 ret = (*pCreateContextAttribsARB)(dpy, config, share_list, direct, attrib_list);
221 const int *attrib_list)
235 ret = (*pCreateGLXPbufferSGIX)(dpy, config, width, height, attrib_list);
  /external/mesa3d/include/GL/
glxext.h 113 typedef GLXFBConfig *( *PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements);
116 typedef GLXWindow ( *PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
118 typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
120 typedef GLXPbuffer ( *PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list);
131 GLXFBConfig *glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements);
134 GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
136 GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
138 GLXPbuffer glXCreatePbuffer (Display *dpy, GLXFBConfig config, const int *attrib_list);
175 typedef GLXContext ( *PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);
177 GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);
    [all...]
  /external/swiftshader/include/GL/
glxext.h 111 typedef GLXFBConfig *( *PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements);
114 typedef GLXWindow ( *PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
116 typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
118 typedef GLXPbuffer ( *PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list);
129 GLXFBConfig *glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements);
132 GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
134 GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
136 GLXPbuffer glXCreatePbuffer (Display *dpy, GLXFBConfig config, const int *attrib_list);
173 typedef GLXContext ( *PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);
175 GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
glxext.h 113 typedef GLXFBConfig *( *PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements);
116 typedef GLXWindow ( *PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
118 typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
120 typedef GLXPbuffer ( *PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list);
131 GLXFBConfig *glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements);
134 GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
136 GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
138 GLXPbuffer glXCreatePbuffer (Display *dpy, GLXFBConfig config, const int *attrib_list);
175 typedef GLXContext ( *PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);
177 GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);
    [all...]
  /cts/tests/vr/src/android/vr/cts/
OpenGLESActivity.java 236 int[] attrib_list = { EGL_CONTEXT_CLIENT_VERSION, mEGLContextClientVersion, local
241 attrib_list);
262 int[] attrib_list = { EGL_CONTEXT_CLIENT_VERSION, mEGLContextClientVersion, local
267 attrib_list);
289 int[] attrib_list = { highPerf ? EGL_PROTECTED_CONTENT_EXT : EGL10.EGL_NONE, local
291 result = egl.eglCreateWindowSurface(display, config, nativeWindow, attrib_list);
  /device/generic/goldfish-opengl/system/include/EGL/
egl.h 259 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list,
267 const EGLint *attrib_list);
269 const EGLint *attrib_list);
272 const EGLint *attrib_list);
286 EGLConfig config, const EGLint *attrib_list);
299 const EGLint *attrib_list);
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
egl.h 260 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list,
268 const EGLint *attrib_list);
270 const EGLint *attrib_list);
273 const EGLint *attrib_list);
287 EGLConfig config, const EGLint *attrib_list);
300 const EGLint *attrib_list);
  /hardware/intel/common/libva/va/
va_backend.h 75 VAConfigAttrib *attrib_list, /* in/out */
83 VAConfigAttrib *attrib_list,
98 VAConfigAttrib *attrib_list, /* out */
399 VASurfaceAttrib *attrib_list,
411 VASurfaceAttrib *attrib_list,
419 VASurfaceAttrib *attrib_list,
va.c 595 VAConfigAttrib *attrib_list, /* in/out */
603 return ctx->vtable->vaGetConfigAttributes ( ctx, profile, entrypoint, attrib_list, num_attribs );
623 VAConfigAttrib *attrib_list,
634 vaStatus = ctx->vtable->vaCreateConfig ( ctx, profile, entrypoint, attrib_list, num_attribs, config_id );
637 VA_TRACE_ALL(va_TraceCreateConfig, dpy, profile, entrypoint, attrib_list, num_attribs, config_id);
638 VA_FOOL_FUNC(va_FoolCreateConfig, dpy, profile, entrypoint, attrib_list, num_attribs, config_id);
660 VAConfigAttrib *attrib_list,/* out */
668 return ctx->vtable->vaQueryConfigAttributes( ctx, config_id, profile, entrypoint, attrib_list, num_attribs);
811 VASurfaceAttrib *attrib_list,
825 attrib_list, num_attribs)
    [all...]
va_fool.h 55 VAConfigAttrib *attrib_list,
  /hardware/intel/img/psb_video/src/
psb_drv_video.c 273 VAConfigAttrib *attrib_list, /* in/out */
293 CHECK_INVALID_PARAM(attrib_list == NULL);
298 switch (attrib_list[i].type) {
300 attrib_list[i].value = VA_RT_FORMAT_YUV420;
302 attrib_list[i].value |= VA_RT_FORMAT_YUV422;
304 attrib_list[i].value |= VA_RT_FORMAT_YUV444;
308 attrib_list[i].value = VA_ATTRIB_NOT_SUPPORTED;
313 format_vtable->queryConfigAttributes(profile, entrypoint, attrib_list, num_attribs);
323 if (obj_config->attrib_list[i].type == attrib->type) {
325 obj_config->attrib_list[i].value = attrib->value
    [all...]
  /external/mesa3d/docs/specs/
MESA_drm_image.spec 46 const EGLint *attrib_list);
56 Accepted in the <attrib_list> parameter of eglCreateDRMImageMESA:
85 const EGLint *attrib_list);

Completed in 5383 milliseconds

1 23 4 5 6 7 8