Searched refs:matrixpaletteindex (Results 1 – 16 of 16) 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 | 211 void API_ENTRY(glCurrentPaletteMatrixOES)(GLuint matrixpaletteindex) { 212 CALL_GL_API(glCurrentPaletteMatrixOES, matrixpaletteindex);
|
/frameworks/native/opengl/libs/ |
D | debug.in | 35 …OID(glCurrentPaletteMatrixOES, (GLuint matrixpaletteindex), (matrixpaletteindex), 1, "GLuint", mat…
|
D | trace.in | 85 …OID(glCurrentPaletteMatrixOES, (GLuint matrixpaletteindex), (matrixpaletteindex), 1, "GLuint", mat…
|
D | entries.in | 85 GL_ENTRY(void, glCurrentPaletteMatrixOES, GLuint matrixpaletteindex)
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 758 GL_API void GL_APIENTRY glCurrentPaletteMatrixOES (GLuint matrixpaletteindex); 763 typedef void (GL_APIENTRYP PFNGLCURRENTPALETTEMATRIXOESPROC) (GLuint matrixpaletteindex);
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 1725 int matrixpaletteindex in glCurrentPaletteMatrixOES() argument
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 2755 (JNIEnv *_env, jobject _this, jint matrixpaletteindex) { in android_glCurrentPaletteMatrixOES__I() argument 2757 (GLuint)matrixpaletteindex in android_glCurrentPaletteMatrixOES__I()
|
D | com_google_android_gles_jni_GLImpl.cpp | 6766 (JNIEnv *_env, jobject _this, jint matrixpaletteindex) { in android_glCurrentPaletteMatrixOES__I() argument 6768 (GLuint)matrixpaletteindex in android_glCurrentPaletteMatrixOES__I()
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_api.h | 552 void GLTrace_glCurrentPaletteMatrixOES(GLuint matrixpaletteindex);
|
D | gltrace_api.cpp | 21608 void GLTrace_glCurrentPaletteMatrixOES(GLuint matrixpaletteindex) { in GLTrace_glCurrentPaletteMatrixOES() argument 21618 arg_matrixpaletteindex->add_intvalue(matrixpaletteindex); in GLTrace_glCurrentPaletteMatrixOES() 21623 glContext->hooks->gl.glCurrentPaletteMatrixOES(matrixpaletteindex); in GLTrace_glCurrentPaletteMatrixOES()
|