Searched refs:glMaterialxvOES (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 532 public static native void glMaterialxvOES( in glMaterialxvOES() method in GLES11Ext 541 public static native void glMaterialxvOES( in glMaterialxvOES() method in GLES11Ext
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 36 void glMaterialxvOES ( GLenum face, GLenum pname, const GLfixed *params )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 100 void API_ENTRY(glMaterialxvOES)(GLenum face, GLenum pname, const GLfixed *param) { 101 CALL_GL_API(glMaterialxvOES, face, pname, param);
|
/frameworks/base/libs/hwui/debug/ |
D | wrap_gles.h | 548 #define glMaterialxvOES wrap_glMaterialxvOES macro
|
D | unwrap_gles.h | 548 #undef glMaterialxvOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 689 GL_API void GL_APIENTRY glMaterialxvOES (GLenum face, GLenum pname, const GLfixed *params);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 1810 glMaterialxvOES( in android_glMaterialxvOES__II_3II() 1840 glMaterialxvOES( in android_glMaterialxvOES__IILjava_nio_IntBuffer_2()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 529 GL_ENTRY(void, glMaterialxvOES, GLenum face, GLenum pname, const GLfixed *param)
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19533 method public static void glMaterialxvOES(int, int, int[], int); 19534 method public static void glMaterialxvOES(int, int, java.nio.IntBuffer);
|
/frameworks/base/api/ |
D | current.txt | 26043 method public static void glMaterialxvOES(int, int, int[], int); 26044 method public static void glMaterialxvOES(int, int, java.nio.IntBuffer);
|
D | system-current.txt | 28483 method public static void glMaterialxvOES(int, int, int[], int); 28484 method public static void glMaterialxvOES(int, int, java.nio.IntBuffer);
|
D | test-current.txt | 26112 method public static void glMaterialxvOES(int, int, int[], int); 26113 method public static void glMaterialxvOES(int, int, java.nio.IntBuffer);
|