/external/mesa3d/src/glx/ |
dri_common.h | 74 unsigned *major_ver, unsigned *minor_ver,
|
dri_common.c | 459 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 != 2 || *minor_ver != 0)) [all...] |
drisw_glx.c | 433 uint32_t major_ver = 0; local 449 &major_ver, &minor_ver, &flags, &api, &reset, 472 ctx_attribs[num_ctx_attribs++] = major_ver;
|
dri2_glx.c | 241 uint32_t major_ver = 2; local 256 &major_ver, &minor_ver, &flags, &api, &reset, 276 ctx_attribs[num_ctx_attribs++] = major_ver; [all...] |
/external/libcxx/test/libcxx/ |
compiler.py | 24 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)
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/ |
compiler.py | 24 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/ |
vaapimodule.cc | 75 int major_ver, minor_ver; local 77 VAStatus va_status = vaInitialize(va_display, &major_ver, &minor_ver);
|
/hardware/intel/common/libva/test/decode/ |
mpeg2vldemo.cpp | 148 int major_ver, minor_ver; local 159 va_status = vaInitialize(va_dpy, &major_ver, &minor_ver);
|
tinyjpeg.c | 570 int major_ver, minor_ver; local 588 va_status = vaInitialize(va_dpy, &major_ver, &minor_ver);
|
/system/keymaster/ |
android_keymaster_messages.cpp | 417 return sizeof(major_ver) + sizeof(minor_ver) + sizeof(subminor_ver); 422 *buf++ = major_ver; 435 major_ver = *tmp++;
|
android_keymaster_messages_test.cpp | 494 msg.major_ver = 9; 508 EXPECT_EQ(9U, msg.major_ver);
|
android_keymaster.cpp | 43 const uint8_t MAJOR_VER = 1; 98 rsp->major_ver = MAJOR_VER;
|
/system/keymaster/include/keymaster/ |
android_keymaster_messages.h | 70 inline int32_t MessageVersion(uint8_t major_ver, uint8_t minor_ver, uint8_t /* subminor_ver */) { 72 switch (major_ver) { 578 : KeymasterResponse(0 /* not versionable */), major_ver(0), minor_ver(0), subminor_ver(0) {} 584 uint8_t major_ver; member in struct:keymaster::GetVersionResponse
|
/hardware/intel/common/libva/test/putsurface/ |
putsurface_common.c | 515 int major_ver, minor_ver; local 632 va_status = vaInitialize(va_dpy, &major_ver, &minor_ver);
|
/external/libvncserver/libvncclient/ |
h264.c | 210 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);
|
/hardware/intel/common/libva/test/videoprocess/ |
videoprocess.cpp | 818 int32_t major_ver, minor_ver; local 819 va_status = vaInitialize(va_dpy, &major_ver, &minor_ver); [all...] |
/external/e2fsprogs/lib/blkid/ |
probe.h | 733 __u16 major_ver; /* Major Version */ member in struct:f2fs_super_block
|
/external/f2fs-tools/include/ |
f2fs_fs.h | 323 __le16 major_ver; /* Major Version */ member in struct:f2fs_super_block
|
/system/extras/f2fs_utils/ |
f2fs_sparseblock.c | 41 D_DISP_u32(sb, major_ver);
|
/hardware/intel/common/libva/test/encode/ |
mpeg2enc.c | 824 int major_ver, minor_ver; local 828 &major_ver, [all...] |
mpeg2vaenc.c | 824 int major_ver, minor_ver; local 828 &major_ver, [all...] |
avcenc.c | 161 int major_ver, minor_ver; local 165 va_status = vaInitialize(va_dpy, &major_ver, &minor_ver); [all...] |
h264encode.c | 923 int major_ver, minor_ver; local 928 va_status = vaInitialize(va_dpy, &major_ver, &minor_ver); [all...] |
/external/f2fs-tools/mkfs/ |
f2fs_format.c | 173 set_sb(major_ver, F2FS_MAJOR_VERSION);
|
/hardware/intel/img/hwcomposer/merrifield/common/devices/ |
VirtualDevice.cpp | 1807 int major_ver, minor_ver; local [all...] |