Home
last modified time | relevance | path

Searched refs:mantissa (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/core/jni/
Dandroid_opengl_GLES10Ext.cpp135 GLfixed *mantissa = (GLfixed *) 0; in android_glQueryMatrixxOES___3II_3II() local
158 mantissa = mantissa_base + mantissaOffset; in android_glQueryMatrixxOES___3II_3II()
181 (GLfixed *)mantissa, in android_glQueryMatrixxOES___3II_3II()
206 GLfixed *mantissa = (GLfixed *) 0; in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() local
210 mantissa = (GLfixed *)getPointer(_env, mantissa_buf, &_mantissaArray, &_mantissaRemaining); in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
223 (GLfixed *)mantissa, in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
232 releasePointer(_env, _exponentArray, mantissa, _exception ? JNI_FALSE : JNI_TRUE); in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp3474 GLfixed *mantissa = (GLfixed *) 0; in android_glQueryMatrixxOES___3II_3II() local
3497 mantissa = mantissa_base + mantissaOffset; in android_glQueryMatrixxOES___3II_3II()
3520 (GLfixed *)mantissa, in android_glQueryMatrixxOES___3II_3II()
3545 GLfixed *mantissa = (GLfixed *) 0; in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2() local
3549 mantissa = (GLfixed *)getPointer(_env, mantissa_buf, &_mantissaArray, &_mantissaRemaining); in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
3562 (GLfixed *)mantissa, in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
3571 releasePointer(_env, _exponentArray, mantissa, _exception ? JNI_FALSE : JNI_TRUE); in android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2()
/frameworks/base/opengl/java/android/opengl/
DGLES10Ext.java31 int[] mantissa, in glQueryMatrixxOES() argument
40 java.nio.IntBuffer mantissa, in glQueryMatrixxOES() argument
DGLErrorWrapper.java946 public int glQueryMatrixxOES(int[] mantissa, int mantissaOffset, in glQueryMatrixxOES() argument
949 int valid = mgl10Ext.glQueryMatrixxOES(mantissa, mantissaOffset, in glQueryMatrixxOES()
955 public int glQueryMatrixxOES(IntBuffer mantissa, IntBuffer exponent) { in glQueryMatrixxOES() argument
957 int valid = mgl10Ext.glQueryMatrixxOES(mantissa, exponent); in glQueryMatrixxOES()
DGLLogWrapper.java2744 public int glQueryMatrixxOES(int[] mantissa, int mantissaOffset, in glQueryMatrixxOES() argument
2747 arg("mantissa", Arrays.toString(mantissa)); in glQueryMatrixxOES()
2750 int valid = mgl10Ext.glQueryMatrixxOES(mantissa, mantissaOffset, in glQueryMatrixxOES()
2752 returns(toString(16, FORMAT_FIXED, mantissa, mantissaOffset)); in glQueryMatrixxOES()
2758 public int glQueryMatrixxOES(IntBuffer mantissa, IntBuffer exponent) { in glQueryMatrixxOES() argument
2760 arg("mantissa", mantissa.toString()); in glQueryMatrixxOES()
2763 int valid = mgl10Ext.glQueryMatrixxOES(mantissa, exponent); in glQueryMatrixxOES()
2764 returns(toString(16, FORMAT_FIXED, mantissa)); in glQueryMatrixxOES()
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10Ext.java25 int[] mantissa, in glQueryMatrixxOES() argument
32 java.nio.IntBuffer mantissa, in glQueryMatrixxOES() argument
/frameworks/base/opengl/tools/glgen/specs/gles11/
DGLES10Ext.spec1 GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent )
Dchecks.spec29 glQueryMatrixxOES check mantissa 16 check exponent 16 return -1
/frameworks/base/opengl/tools/glgen/specs/jsr239/
Dglspec-1.0ext1 GLbitfield glQueryMatrixxOES ( GLfixed *mantissa, GLint *exponent )
Dglspec-checks27 glQueryMatrixxOES check mantissa 16 check exponent 16 return -1
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
DResourceHelper.java339 int mantissa = (int)( in stringToFloat()
342 mantissa = (-mantissa) & TypedValue.COMPLEX_MANTISSA_MASK; in stringToFloat()
346 | (mantissa<<TypedValue.COMPLEX_MANTISSA_SHIFT); in stringToFloat()
/frameworks/base/opengl/libagl/
Dfp.h54 inline int32_t mantissa(GLfloat) CONST;
153 int32_t mantissa(GLfloat v) { in mantissa() function
Dmatrix.cpp1102 m[i] = mantissa(f[i]); in glQueryMatrixxOES()
/frameworks/base/opengl/libs/GLES_CM/
Dglext_api.in223 GLbitfield API_ENTRY(glQueryMatrixxOES)(GLfixed mantissa[16], GLint exponent[16]) {
224 CALL_GL_API_RETURN(glQueryMatrixxOES, mantissa, exponent);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1143 int[] mantissa, in glQueryMatrixxOES() argument
1152 java.nio.IntBuffer mantissa, in glQueryMatrixxOES() argument
/frameworks/base/opengl/include/GLES/
Dglext.h495 GL_API GLbitfield GL_APIENTRY glQueryMatrixxOES (GLfixed mantissa[16], GLint exponent[16]);
497 typedef GLbitfield (GL_APIENTRYP PFNGLQUERYMATRIXXOESPROC) (GLfixed mantissa[16], GLint exponent[16…
/frameworks/base/libs/utils/
DResourceTypes.cpp2703 int32_t mantissa = (int32_t)( in stringToFloat() local
2706 mantissa = (-mantissa) & Res_value::COMPLEX_MANTISSA_MASK; in stringToFloat()
2710 | (mantissa<<Res_value::COMPLEX_MANTISSA_SHIFT); in stringToFloat()
/frameworks/base/opengl/libs/
Dentries.in259 GL_ENTRY(GLbitfield, glQueryMatrixxOES, GLfixed mantissa[16], GLint exponent[16])