HomeSort by relevance Sort by last modified time
    Searched refs:vinfo (Results 51 - 75 of 100) sorted by null

1 23 4

  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c 362 struct GLX_egl_display *GLX_dpy, XVisualInfo *vinfo,
370 err = GLX_drv->glXGetConfig(dpy, vinfo, GLX_USE_GL, &val);
372 err = GLX_drv->glXGetConfig(dpy, vinfo, GLX_RGBA, &val);
377 err = GLX_drv->glXGetConfig(dpy, vinfo, GLX_DOUBLEBUFFER, &val);
389 GLX_conf->Base.NativeVisualID = vinfo->visualid;
390 GLX_conf->Base.NativeVisualType = vinfo->class;
401 err = GLX_drv->glXGetConfig(dpy, vinfo, attr, &val);
906 XVisualInfo *vinfo; local
908 vinfo = GLX_drv->glXGetVisualFromFBConfig(GLX_dpy->dpy, fbconfig);
909 if (vinfo) {
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 235 static struct fb_var_screeninfo vinfo; variable in typeref:struct:fb_var_screeninfo
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
fakeglx.c 146 is_usable_visual( XVisualInfo *vinfo )
148 switch (vinfo->CLASS) {
218 * vinfo - the XVisualInfo to test
225 level_of_visual( Display *dpy, XVisualInfo *vinfo )
230 overlay_info = GetOverlayInfo(dpy, vinfo->screen, &numOverlaysPerScreen);
238 if (ov->overlay_visual == vinfo->visualid) {
265 save_glx_visual( Display *dpy, XVisualInfo *vinfo,
327 if ((!comparePointers && v->visinfo->visualid == vinfo->visualid)
328 || (comparePointers && v->vishandle == vinfo)) {
336 xmvis = XMesaCreateVisual( dpy, vinfo, GL_TRUE, alphaFlag, dbFlag
485 XVisualInfo *vinfo = glxvis->visinfo; local
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
fakeglx.c 146 is_usable_visual( XVisualInfo *vinfo )
148 switch (vinfo->CLASS) {
218 * vinfo - the XVisualInfo to test
225 level_of_visual( Display *dpy, XVisualInfo *vinfo )
230 overlay_info = GetOverlayInfo(dpy, vinfo->screen, &numOverlaysPerScreen);
238 if (ov->overlay_visual == vinfo->visualid) {
265 save_glx_visual( Display *dpy, XVisualInfo *vinfo,
327 if ((!comparePointers && v->visinfo->visualid == vinfo->visualid)
328 || (comparePointers && v->vishandle == vinfo)) {
336 xmvis = XMesaCreateVisual( dpy, vinfo, GL_TRUE, alphaFlag, dbFlag
485 XVisualInfo *vinfo = glxvis->visinfo; local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 362 static struct fb_var_screeninfo vinfo; variable in typeref:struct:fb_var_screeninfo
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_render/test/testAPI/
testAPI.cc 170 XVisualInfo vinfo; // screen visual info struct
179 // put desired visual info for the screen in vinfo
180 if( XMatchVisualInfo(_display, screen, 24, TrueColor, &vinfo) != 0 )
186 xswa.colormap = XCreateColormap(_display, DefaultRootWindow(_display), vinfo.visual, AllocNone);
213 0, vinfo.depth,
215 vinfo.visual,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_setup.c 611 const struct vertex_info *vinfo = softpipe_get_vertex_info(softpipe); local
630 const uint vertSlot = vinfo->attrib[fragSlot].src_index;
633 switch (vinfo->attrib[fragSlot].interp_mode) {
951 const struct vertex_info *vinfo = softpipe_get_vertex_info(softpipe); local
986 const uint vertSlot = vinfo->attrib[fragSlot].src_index;
989 switch (vinfo->attrib[fragSlot].interp_mode) {
1208 const struct vertex_info *vinfo = softpipe_get_vertex_info(softpipe); local
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 611 const struct vertex_info *vinfo = softpipe_get_vertex_info(softpipe); local
630 const uint vertSlot = vinfo->attrib[fragSlot].src_index;
633 switch (vinfo->attrib[fragSlot].interp_mode) {
951 const struct vertex_info *vinfo = softpipe_get_vertex_info(softpipe); local
986 const uint vertSlot = vinfo->attrib[fragSlot].src_index;
989 switch (vinfo->attrib[fragSlot].interp_mode) {
1208 const struct vertex_info *vinfo = softpipe_get_vertex_info(softpipe); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
glx_api.c 132 is_usable_visual( XVisualInfo *vinfo )
134 switch (vinfo->CLASS) {
142 if (vinfo->depth>=4) {
164 save_glx_visual( Display *dpy, XVisualInfo *vinfo,
230 if ((!comparePointers && v->visinfo->visualid == vinfo->visualid)
231 || (comparePointers && v->vishandle == vinfo)) {
239 xmvis = XMesaCreateVisual( dpy, vinfo, rgbFlag, alphaFlag, dbFlag,
249 xmvis->vishandle = vinfo;
350 find_glx_visual( Display *dpy, XVisualInfo *vinfo )
357 && VisualTable[i]->visinfo->visualid == vinfo->visualid)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c 132 is_usable_visual( XVisualInfo *vinfo )
134 switch (vinfo->CLASS) {
142 if (vinfo->depth>=4) {
164 save_glx_visual( Display *dpy, XVisualInfo *vinfo,
230 if ((!comparePointers && v->visinfo->visualid == vinfo->visualid)
231 || (comparePointers && v->vishandle == vinfo)) {
239 xmvis = XMesaCreateVisual( dpy, vinfo, rgbFlag, alphaFlag, dbFlag,
249 xmvis->vishandle = vinfo;
350 find_glx_visual( Display *dpy, XVisualInfo *vinfo )
357 && VisualTable[i]->visinfo->visualid == vinfo->visualid)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
native_ximage.c 352 choose_format(const XVisualInfo *vinfo)
356 switch (vinfo->depth) {
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
native_ximage.c 352 choose_format(const XVisualInfo *vinfo)
356 switch (vinfo->depth) {
  /hardware/intel/common/libmix/videoencoder/
PVSoftMPEG4Encoder.cpp 412 ValueInfo vinfo; local
413 ValueInfo *pvinfo = &vinfo;
  /external/jpeg/
ltmain.sh 392 vinfo=
538 prev=vinfo
805 if test -n "$vinfo" && test -n "$release"; then
888 set dummy $vinfo
906 $echo "$modename: \`$vinfo' is not valid version information" 1>&2
915 $echo "$modename: \`$vinfo' is not valid version information" 1>&2
924 $echo "$modename: \`$vinfo' is not valid version information" 1>&2
931 $echo "$modename: \`$vinfo' is not valid version information" 1>&2
1077 if test -n "$vinfo"; then
1149 if test -n "$vinfo"; the
    [all...]
  /external/qemu/distrib/jpeg-6b/
ltmain.sh 392 vinfo=
538 prev=vinfo
805 if test -n "$vinfo" && test -n "$release"; then
888 set dummy $vinfo
906 $echo "$modename: \`$vinfo' is not valid version information" 1>&2
915 $echo "$modename: \`$vinfo' is not valid version information" 1>&2
924 $echo "$modename: \`$vinfo' is not valid version information" 1>&2
931 $echo "$modename: \`$vinfo' is not valid version information" 1>&2
1077 if test -n "$vinfo"; then
1149 if test -n "$vinfo"; the
    [all...]
  /external/chromium_org/third_party/libevent/
ltmain.sh 1169 vinfo=
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_state_derived.c 137 struct vertex_info *vinfo = &r300->vertex_info; local
147 attrib_count = vinfo->num_attribs;
155 format = draw_translate_vinfo_format(vinfo->attrib[i].emit);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/config/
ltmain.sh 1161 vinfo=
    [all...]
  /external/cmockery/cmockery_0_1_2/
libtool     [all...]
ltmain.sh 1132 vinfo=
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_state_derived.c 137 struct vertex_info *vinfo = &r300->vertex_info; local
147 attrib_count = vinfo->num_attribs;
155 format = draw_translate_vinfo_format(vinfo->attrib[i].emit);
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 224 struct fb_var_screeninfo vinfo; member in struct:__anon4431
  /external/chromium_org/sdch/open-vcdiff/
ltmain.sh     [all...]
  /external/chromium_org/third_party/libxml/src/
ltmain.sh     [all...]
  /external/chromium_org/third_party/sqlite/src/
ltmain.sh     [all...]

Completed in 1451 milliseconds

1 23 4