Searched defs:major (Results 1 - 12 of 12) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A Degldefs.h43 EGLint major; member in struct:android::egl_connection_t
H A Degl_display.cpp137 EGLBoolean egl_display_t::initialize(EGLint *major, EGLint *minor) { argument
142 if (major != NULL)
143 *major = VERSION_MAJOR;
166 cnx->major = -1;
185 if (cnx->egl.eglInitialize(idpy, &cnx->major, &cnx->minor)) {
187 // idpy, cnx->major, cnx->minor, cnx);
254 if (major != NULL)
255 *major = VERSION_MAJOR;
H A DeglApi.cpp132 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) argument
139 EGLBoolean res = dp->initialize(major, minor);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/
H A DH264SwDecApi.h134 u32 major; /* Decoder API major version */ member in struct:__anon686
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java185 // Draw an oval. When angle is 0 radians, orients the major axis vertically,
186 // angles less than or greater than 0 radians rotate the major axis left or right.
188 private void drawOval(Canvas canvas, float x, float y, float major, float minor, argument
194 mReusableOvalRect.top = y - major / 2;
195 mReusableOvalRect.bottom = y + major / 2;
/frameworks/base/tests/CoreTests/android/core/
H A DTestEventHandler.java152 * @param major_version The HTTP major version
160 Log.v(LOGTAG, "TestEventHandler:status() major: " + major_version +
622 public void expectStatus(int major, int minor, int code) { argument
624 expectMajor = major;
/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp154 /* EGLBoolean eglInitialize ( EGLDisplay dpy, EGLint *major, EGLint *minor ) */
165 EGLint *major = (EGLint *) 0; local
173 _exceptionMessage = "major == null";
191 major = major_base + majorOffset;
218 (EGLint *)major,
/frameworks/av/libvideoeditor/vss/3gpwriter/src/
H A DM4MP4W_Writer.c386 M4OSA_ERR M4MP4W_getVersion(M4OSA_UInt8 *major, M4OSA_UInt8 *minor, argument
390 ERR_CHECK(M4OSA_NULL != major, M4ERR_PARAMETER);
394 *major = MAJOR_VERSION;
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorClasses.h269 jfieldID major; member in struct:__anon18
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java164 // C function EGLBoolean eglInitialize ( EGLDisplay dpy, EGLint *major, EGLint *minor )
168 int[] major,
166 eglInitialize( EGLDisplay dpy, int[] major, int majorOffset, int[] minor, int minorOffset ) argument
/frameworks/native/opengl/libagl/
H A Degl.cpp1397 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) argument
1412 if (major != NULL) *major = VERSION_MAJOR;
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java144 public int major; field in class:MediaArtistNativeHelper.Version
152 /** VIDEOEDITOR major version number */
165 version.major = Version.VIDEOEDITOR_MAJOR_VERSION;

Completed in 119 milliseconds