HomeSort by relevance Sort by last modified time
    Searched refs:attrib_list (Results 176 - 200 of 336) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/ppapi/api/
ppb_media_stream_video_track.idl 121 * @param[in] attrib_list A list of attribute name-value pairs in which each
136 [in] int32_t[] attrib_list,
  /external/chromium_org/ppapi/shared_impl/
ppb_graphics_3d_shared.cc 32 int32_t PPB_Graphics3D_Shared::GetAttribs(int32_t attrib_list[]) {
37 int32_t PPB_Graphics3D_Shared::SetAttribs(const int32_t attrib_list[]) {
  /external/chromium_org/third_party/libva/va/
va_trace.h 72 VAConfigAttrib *attrib_list,
84 VASurfaceAttrib *attrib_list,
  /external/chromium_org/content/renderer/pepper/
resource_creation_impl.cc 101 const int32_t* attrib_list) {
102 return PPB_Graphics3D_Impl::Create(instance, share_context, attrib_list);
108 const int32_t* attrib_list) {
109 return PPB_Graphics3D_Impl::CreateRaw(instance, share_context, attrib_list);
  /external/chromium_org/ppapi/proxy/
media_stream_audio_track_resource.h 39 virtual int32_t Configure(const int32_t attrib_list[],
media_stream_video_track_resource.h 40 virtual int32_t Configure(const int32_t attrib_list[],
  /external/chromium_org/ppapi/tests/
test_media_stream_audio_track.cc 174 int32_t attrib_list[] = { local
179 audio_track_.Configure(attrib_list, cc_configure.GetCallback()));
212 int32_t attrib_list[] = { local
218 audio_track_.Configure(attrib_list, cc_configure.GetCallback()));
test_media_stream_video_track.cc 154 int32_t attrib_list[] = { local
158 cc1.WaitForResult(video_track_.Configure(attrib_list, cc1.GetCallback()));
201 int32_t attrib_list[] = { local
206 cc1.WaitForResult(video_track_.Configure(attrib_list, cc1.GetCallback()));
  /external/chromium_org/third_party/mesa/src/include/EGL/
eglmesaext.h 56 EGLAPI EGLBoolean EGLAPIENTRY eglChooseModeMESA(EGLDisplay dpy, EGLScreenMESA screen, const EGLint *attrib_list, EGLModeMESA *modes, EGLint modes_size, EGLint *num_modes);
60 EGLAPI EGLSurface EGLAPIENTRY eglCreateScreenSurfaceMESA(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
69 typedef EGLBoolean (EGLAPIENTRYP PFNEGLCHOOSEMODEMESA) (EGLDisplay dpy, EGLScreenMESA screen, const EGLint *attrib_list, EGLModeMESA *modes, EGLint modes_size, EGLint *num_modes);
73 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATESCREENSURFACEMESA) (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglimage.h 70 const EGLint *attrib_list);
eglsync.h 53 const EGLint *attrib_list);
  /external/mesa3d/include/EGL/
eglmesaext.h 56 EGLAPI EGLBoolean EGLAPIENTRY eglChooseModeMESA(EGLDisplay dpy, EGLScreenMESA screen, const EGLint *attrib_list, EGLModeMESA *modes, EGLint modes_size, EGLint *num_modes);
60 EGLAPI EGLSurface EGLAPIENTRY eglCreateScreenSurfaceMESA(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
69 typedef EGLBoolean (EGLAPIENTRYP PFNEGLCHOOSEMODEMESA) (EGLDisplay dpy, EGLScreenMESA screen, const EGLint *attrib_list, EGLModeMESA *modes, EGLint modes_size, EGLint *num_modes);
73 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATESCREENSURFACEMESA) (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
  /external/mesa3d/src/egl/main/
eglimage.h 70 const EGLint *attrib_list);
eglsync.h 53 const EGLint *attrib_list);
  /packages/apps/Gallery2/jni/
jni_egl_fence.cpp 27 EGLenum type, const EGLint *attrib_list);
  /external/chromium_org/third_party/mesa/src/src/glx/
indirect_glx.c 246 int buffer, const int *attrib_list)
258 if (attrib_list) {
259 while (attrib_list[i * 2] != None)
284 if (attrib_list) {
285 while (attrib_list[i * 2] != None) {
286 *attrib_ptr++ = (CARD32) attrib_list[i * 2 + 0];
287 *attrib_ptr++ = (CARD32) attrib_list[i * 2 + 1];
  /external/mesa3d/src/glx/
indirect_glx.c 246 int buffer, const int *attrib_list)
258 if (attrib_list) {
259 while (attrib_list[i * 2] != None)
284 if (attrib_list) {
285 while (attrib_list[i * 2] != None) {
286 *attrib_ptr++ = (CARD32) attrib_list[i * 2 + 0];
287 *attrib_ptr++ = (CARD32) attrib_list[i * 2 + 1];
  /hardware/intel/img/psb_video/src/
pnw_H263ES.c 54 VAConfigAttrib *attrib_list,
62 switch (attrib_list[i].type) {
67 attrib_list[i].value = VA_RC_NONE | VA_RC_CBR | VA_RC_VBR;
71 attrib_list[i].value = VA_ATTRIB_NOT_SUPPORTED;
85 switch (obj_config->attrib_list[i].type) {
119 if (obj_config->attrib_list[i].type == VAConfigAttribRateControl)
126 eRCmode = obj_config->attrib_list[i].value;
pnw_MPEG4ES.c 55 VAConfigAttrib * attrib_list,
64 switch (attrib_list[i].type) {
69 attrib_list[i].value = VA_RC_NONE | VA_RC_CBR | VA_RC_VBR;
73 attrib_list[i].value = VA_ATTRIB_NOT_SUPPORTED;
88 switch (obj_config->attrib_list[i].type) {
121 if (obj_config->attrib_list[i].type == VAConfigAttribRateControl)
128 eRCmode = obj_config->attrib_list[i].value;
tng_MPEG4ES.c 62 VAConfigAttrib *attrib_list,
71 switch (attrib_list[i].type) {
76 attrib_list[i].value = 1;
80 attrib_list[i].value = 2;
84 attrib_list[i].value = VA_RC_NONE | VA_RC_CBR | VA_RC_VBR;
88 attrib_list[i].value = VA_ATTRIB_NOT_SUPPORTED;
102 switch (obj_config->attrib_list[i].type) {
  /external/chromium_org/third_party/mesa/src/include/GL/
glxext.h 529 extern GLXFBConfig * glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements);
532 extern GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
534 extern GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
536 extern GLXPbuffer glXCreatePbuffer (Display *dpy, GLXFBConfig config, const int *attrib_list);
548 typedef GLXFBConfig * ( * PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements);
551 typedef GLXWindow ( * PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
553 typedef GLXPixmap ( * PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
555 typedef GLXPbuffer ( * PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list);
598 extern GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);
600 typedef GLXContext ( * PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);
    [all...]
  /external/mesa3d/include/GL/
glxext.h 529 extern GLXFBConfig * glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nelements);
532 extern GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
534 extern GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
536 extern GLXPbuffer glXCreatePbuffer (Display *dpy, GLXFBConfig config, const int *attrib_list);
548 typedef GLXFBConfig * ( * PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements);
551 typedef GLXWindow ( * PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
553 typedef GLXPixmap ( * PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
555 typedef GLXPbuffer ( * PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list);
598 extern GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);
600 typedef GLXContext ( * PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list);
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
InputSurface.java 91 int[] attrib_list = { local
96 attrib_list, 0);
OutputSurface.java 147 int[] attrib_list = { local
152 attrib_list, 0);
  /external/chromium_org/ppapi/thunk/
ppb_media_stream_video_track_thunk.cc 35 const int32_t attrib_list[],
43 return enter.SetResult(enter.object()->Configure(attrib_list,

Completed in 773 milliseconds

1 2 3 4 5 6 78 91011>>