/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11Ext.java | 42 void glCurrentPaletteMatrixOES( in glCurrentPaletteMatrixOES() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1ext | 1 void glCurrentPaletteMatrixOES ( GLuint matrixpaletteindex )
|
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 47 glCurrentPaletteMatrixOES;
|
D | entries_gles1.in | 46 GL_ENTRY(void, glCurrentPaletteMatrixOES, GLuint matrixpaletteindex)
|
D | entries.in | 138 GL_ENTRY(void, glCurrentPaletteMatrixOES, GLuint matrixpaletteindex)
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 64 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCurrentPaletteMatrixOES); 344 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glCurrentPaletteMatrixOES); in init_stub_library()
|
D | stubs_arm.cc | 64 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCurrentPaletteMatrixOES); 344 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glCurrentPaletteMatrixOES); in init_stub_library()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 72 void glCurrentPaletteMatrixOES ( GLuint matrixpaletteindex )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 870 public static native void glCurrentPaletteMatrixOES( in glCurrentPaletteMatrixOES() method in GLES11Ext
|
D | GLErrorWrapper.java | 1341 public void glCurrentPaletteMatrixOES(int matrixpaletteindex) { in glCurrentPaletteMatrixOES() method in GLErrorWrapper 1343 mgl11Ext.glCurrentPaletteMatrixOES(matrixpaletteindex); in glCurrentPaletteMatrixOES()
|
D | GLLogWrapper.java | 3394 public void glCurrentPaletteMatrixOES(int matrixpaletteindex) { in glCurrentPaletteMatrixOES() method in GLLogWrapper 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/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 1727 public native void glCurrentPaletteMatrixOES( in glCurrentPaletteMatrixOES() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 370 GL_API void GL_APIENTRY glCurrentPaletteMatrixOES (GLuint matrixpaletteindex);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 3156 glCurrentPaletteMatrixOES( in android_glCurrentPaletteMatrixOES__I()
|
D | com_google_android_gles_jni_GLImpl.cpp | 7143 glCurrentPaletteMatrixOES( in android_glCurrentPaletteMatrixOES__I()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19463 method public static void glCurrentPaletteMatrixOES(int); 52366 method public abstract void glCurrentPaletteMatrixOES(int);
|
/frameworks/base/api/ |
D | current.txt | 33554 method public static void glCurrentPaletteMatrixOES(int); 79241 method public void glCurrentPaletteMatrixOES(int);
|