Searched defs:matrixpaletteindex (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp3187 /* void glCurrentPaletteMatrixOES ( GLuint matrixpaletteindex ) */
3190 (JNIEnv *_env, jobject _this, jint matrixpaletteindex) {
3192 (GLuint)matrixpaletteindex
3189 android_glCurrentPaletteMatrixOES__I(JNIEnv *_env, jobject _this, jint matrixpaletteindex) argument
H A Dcom_google_android_gles_jni_GLImpl.cpp7195 /* void glCurrentPaletteMatrixOES ( GLuint matrixpaletteindex ) */
7198 (JNIEnv *_env, jobject _this, jint matrixpaletteindex) {
7200 (GLuint)matrixpaletteindex
7197 android_glCurrentPaletteMatrixOES__I(JNIEnv *_env, jobject _this, jint matrixpaletteindex) argument
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java1341 public void glCurrentPaletteMatrixOES(int matrixpaletteindex) { argument
1343 mgl11Ext.glCurrentPaletteMatrixOES(matrixpaletteindex);
H A DGLLogWrapper.java3394 public void glCurrentPaletteMatrixOES(int matrixpaletteindex) { argument
3396 arg("matrixpaletteindex", matrixpaletteindex);
3398 mgl11Ext.glCurrentPaletteMatrixOES(matrixpaletteindex);

Completed in 500 milliseconds