Searched refs:major_ver (Results 1 - 11 of 11) sorted by relevance

/external/mesa3d/src/glx/
H A Ddri_common.h74 unsigned *major_ver, unsigned *minor_ver,
H A Ddri_common.c459 unsigned *major_ver, unsigned *minor_ver,
480 *major_ver = 1;
487 *major_ver = attribs[i * 2 + 1];
525 if (*major_ver > 3 || (*major_ver == 3 && *minor_ver >= 2))
537 *api = (*major_ver > 3 || (*major_ver == 3 && *minor_ver >= 2))
566 if (*major_ver < 3 && (*flags & __DRI_CTX_FLAG_FORWARD_COMPATIBLE) != 0) {
571 if (*major_ver >= 3 && render_type == GLX_COLOR_INDEX_TYPE) {
584 if (*api == __DRI_API_GLES2 && (*major_ver !
458 dri2_convert_glx_attribs(unsigned num_attribs, const uint32_t *attribs, unsigned *major_ver, unsigned *minor_ver, uint32_t *flags, unsigned *api, int *reset, unsigned *error) argument
[all...]
H A Ddrisw_glx.c433 uint32_t major_ver = 0; local
449 &major_ver, &minor_ver, &flags, &api, &reset,
472 ctx_attribs[num_ctx_attribs++] = major_ver;
H A Ddri2_glx.c241 uint32_t major_ver = 2; local
256 &major_ver, &minor_ver, &flags, &api, &reset,
276 ctx_attribs[num_ctx_attribs++] = major_ver;
/external/libcxx/test/libcxx/
H A Dcompiler.py24 major_ver = minor_ver = patchlevel = None
30 major_ver = macros['__clang_major__']
35 major_ver = macros['__GNUC__']
39 self.version = (major_ver, minor_ver, patchlevel)
/external/autotest/client/site_tests/hardware_VideoDecodeCapable/src/
H A Dvaapimodule.cc75 int major_ver, minor_ver; local
77 VAStatus va_status = vaInitialize(va_display, &major_ver, &minor_ver);
/external/libvncserver/libvncclient/
H A Dh264.c210 int major_ver, minor_ver; local
212 va_status = vaInitialize(va_dpy, &major_ver, &minor_ver);
214 rfbClientLog("%s: libva version %d.%d found\n", __FUNCTION__, major_ver, minor_ver);
/external/e2fsprogs/lib/blkid/
H A Dprobe.h733 __u16 major_ver; /* Major Version */ member in struct:f2fs_super_block
/external/f2fs-tools/include/
H A Df2fs_fs.h323 __le16 major_ver; /* Major Version */ member in struct:f2fs_super_block
/external/f2fs-tools/mkfs/
H A Df2fs_format.c173 set_sb(major_ver, F2FS_MAJOR_VERSION);
/external/f2fs-tools/fsck/
H A Dmount.c114 DISP_u32(sb, major_ver);

Completed in 116 milliseconds