Searched defs:factor (Results 51 - 52 of 52) sorted by relevance

123

/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp3312 /* void glPolygonOffset ( GLfloat factor, GLfloat units ) */
3315 (JNIEnv *_env, jobject _this, jfloat factor, jfloat units) {
3317 (GLfloat)factor,
3322 /* void glPolygonOffsetx ( GLfixed factor, GLfixed units ) */
3325 (JNIEnv *_env, jobject _this, jint factor, jint units) {
3327 (GLfixed)factor,
3314 android_glPolygonOffset__FF(JNIEnv *_env, jobject _this, jfloat factor, jfloat units) argument
3324 android_glPolygonOffsetx__II(JNIEnv *_env, jobject _this, jint factor, jint units) argument
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1307 // C function void glPolygonOffset ( GLfloat factor, GLfloat units )
1310 float factor,
1309 glPolygonOffset( float factor, float units ) argument

Completed in 133 milliseconds

123