HomeSort by relevance Sort by last modified time
    Searched defs:VERSION_MAJOR (Results 1 - 7 of 7) sorted by null

  /external/libvpx/
vpx_version.h 1 #define VERSION_MAJOR 0
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /frameworks/base/opengl/libs/EGL/
egldefs.h 26 #define VERSION_MAJOR 1
  /packages/apps/Nfc/src/com/android/nfc/snep/
SnepMessage.java 28 public static final byte VERSION_MAJOR = (byte) 0x1;
30 public static final byte VERSION = (0xF0 & (VERSION_MAJOR << 4)) | (0x0F & VERSION_MINOR);
  /external/mesa3d/test/
egl.cpp 844 #define VERSION_MAJOR 1
    [all...]
  /frameworks/base/opengl/libagl/
egl.cpp 793 #define VERSION_MAJOR 1
    [all...]
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 38 const unsigned VERSION_MAJOR = 4;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 181 #define VERSION_MAJOR 1
    [all...]

Completed in 1414 milliseconds