Searched refs:version_minor (Results 1 - 25 of 60) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_cgl.h43 GLint version_major, version_minor; member in struct:apple_cgl_api
44 void (*get_version) (GLint * version_major, GLint * version_minor);
H A Dapple_cgl.c90 apple_cgl.get_version(&apple_cgl.version_major, &apple_cgl.version_minor);
92 apple_glx_diagnostic("CGL major %d minor %d\n", apple_cgl.version_major, apple_cgl.version_minor);
H A Dapple_visual.c77 if(apple_cgl.version_major > 1 || (apple_cgl.version_major == 1 && apple_cgl.version_minor >= 3)) {
/external/mesa3d/src/glx/apple/
H A Dapple_cgl.h43 GLint version_major, version_minor; member in struct:apple_cgl_api
44 void (*get_version) (GLint * version_major, GLint * version_minor);
H A Dapple_cgl.c90 apple_cgl.get_version(&apple_cgl.version_major, &apple_cgl.version_minor);
92 apple_glx_diagnostic("CGL major %d minor %d\n", apple_cgl.version_major, apple_cgl.version_minor);
H A Dapple_visual.c77 if(apple_cgl.version_major > 1 || (apple_cgl.version_major == 1 && apple_cgl.version_minor >= 3)) {
/external/flac/libFLAC/include/private/
H A Dogg_decoder_aspect.h48 unsigned version_major, version_minor; member in struct:FLAC__OggDecoderAspect
/external/ppp/pppd/include/
H A Dpcap-int.h48 int version_minor; member in struct:pcap_sf
/external/chromium_org/remoting/host/installer/linux/
H A Dbuild-deb.sh28 version_minor=$($version_helper -f $remoting_version_path \
34 version_full="$version_major.$version_minor.$version_build.$version_patch"
/external/qemu/android/
H A Dqemu-tcpdump.c49 uint16_t version_minor; member in struct:__anon29167
60 h.version_minor = PCAP_MINOR;
/external/chromium_org/third_party/boringssl/src/ssl/
H A Ds23_clnt.c270 int version = 0, version_major, version_minor; local
316 version_minor = TLS1_2_VERSION_MINOR;
321 version_minor = TLS1_1_VERSION_MINOR;
326 version_minor = TLS1_VERSION_MINOR;
331 version_minor = SSL3_VERSION_MINOR;
336 version_minor = SSL2_VERSION_MINOR;
355 *(p++) = version_minor;
433 *(d++) = version_minor;
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteiOS.cpp36 version_minor(0),
43 version_minor,
374 m_sdk_directory_infos[i].version_minor == minor &&
387 m_sdk_directory_infos[i].version_minor == minor)
436 if (sdk_dir_info.version_minor > result->version_minor)
440 else if (sdk_dir_info.version_minor == result->version_minor)
H A DPlatformRemoteiOS.h115 uint32_t version_minor; member in struct:PlatformRemoteiOS::SDKDirectoryInfo
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
H A Dva_context.c70 ctx->version_minor = 1;
/external/mesa3d/src/gallium/state_trackers/va/
H A Dva_context.c70 ctx->version_minor = 1;
/external/libpcap/
H A Dsf-pcap.c206 hdr.version_minor = SWAPSHORT(hdr.version_minor);
232 p->version_minor = hdr.version_minor;
305 if (hdr.version_minor < 3)
307 else if (hdr.version_minor == 3)
575 hdr.version_minor = PCAP_VERSION_MINOR;
H A Dpcap1.h169 u_short version_minor; member in struct:pcap1_packet_header
/external/openssl/ssl/
H A Ds23_clnt.c304 int version = 0, version_major, version_minor; local
389 version_minor = TLS1_2_VERSION_MINOR;
394 version_minor = TLS1_1_VERSION_MINOR;
399 version_minor = TLS1_VERSION_MINOR;
412 version_minor = SSL3_VERSION_MINOR;
417 version_minor = SSL2_VERSION_MINOR;
437 *(d++) = version_minor;
496 *(p++) = version_minor;
581 *(d++) = version_minor;
/external/flac/libFLAC/
H A Dogg_decoder_aspect.c62 aspect->version_minor = ~(0u);
180 aspect->version_minor = (unsigned)(*b);
/external/chromium_org/third_party/hwcplus/include/hardware/
H A Dhardware.h114 * version_major/version_minor defines are supplied here for temporary
130 #define version_minor hal_api_version macro
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_winsys.c202 version->version_minor < 3) {
207 version->version_minor,
214 ws->info.drm_minor = version->version_minor;
/external/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_winsys.c202 version->version_minor < 3) {
207 version->version_minor,
214 ws->info.drm_minor = version->version_minor;
/external/chromium_org/third_party/webrtc/test/
H A Drtp_file_reader.cc346 uint16_t version_minor; local
348 TRY_PCAP(Read(&version_minor, false));
350 version_minor != kPcapVersionMinor) {
/external/chromium_org/third_party/freetype/src/cff/
H A Dcfftypes.h227 FT_Byte version_minor; member in struct:CFF_FontRec_
/external/freetype/src/cff/
H A Dcfftypes.h227 FT_Byte version_minor; member in struct:CFF_FontRec_

Completed in 844 milliseconds

123