Searched refs:matrixpaletteindex (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11Ext.java | 43 int matrixpaletteindex in glCurrentPaletteMatrixOES() argument
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1ext | 1 void glCurrentPaletteMatrixOES ( GLuint matrixpaletteindex )
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 72 void glCurrentPaletteMatrixOES ( GLuint matrixpaletteindex )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 871 int matrixpaletteindex in glCurrentPaletteMatrixOES() argument
|
D | GLErrorWrapper.java | 1341 public void glCurrentPaletteMatrixOES(int matrixpaletteindex) { in glCurrentPaletteMatrixOES() argument 1343 mgl11Ext.glCurrentPaletteMatrixOES(matrixpaletteindex); in glCurrentPaletteMatrixOES()
|
D | GLLogWrapper.java | 3394 public void glCurrentPaletteMatrixOES(int matrixpaletteindex) { in glCurrentPaletteMatrixOES() argument 3396 arg("matrixpaletteindex", matrixpaletteindex); in glCurrentPaletteMatrixOES() 3398 mgl11Ext.glCurrentPaletteMatrixOES(matrixpaletteindex); in glCurrentPaletteMatrixOES()
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 220 void API_ENTRY(glCurrentPaletteMatrixOES)(GLuint matrixpaletteindex) { 221 CALL_GL_API(glCurrentPaletteMatrixOES, matrixpaletteindex);
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 365 typedef void (GL_APIENTRYP PFNGLCURRENTPALETTEMATRIXOESPROC) (GLuint matrixpaletteindex); 370 GL_API void GL_APIENTRY glCurrentPaletteMatrixOES (GLuint matrixpaletteindex);
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 1725 int matrixpaletteindex in glCurrentPaletteMatrixOES() argument
|
/frameworks/native/opengl/libs/ |
D | entries_gles1.in | 46 GL_ENTRY(void, glCurrentPaletteMatrixOES, GLuint matrixpaletteindex)
|
D | entries.in | 138 GL_ENTRY(void, glCurrentPaletteMatrixOES, GLuint matrixpaletteindex)
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 3155 (JNIEnv *_env, jobject _this, jint matrixpaletteindex) { in android_glCurrentPaletteMatrixOES__I() argument 3157 (GLuint)matrixpaletteindex in android_glCurrentPaletteMatrixOES__I()
|
D | com_google_android_gles_jni_GLImpl.cpp | 7142 (JNIEnv *_env, jobject _this, jint matrixpaletteindex) { in android_glCurrentPaletteMatrixOES__I() argument 7144 (GLuint)matrixpaletteindex in android_glCurrentPaletteMatrixOES__I()
|