Searched refs:glMaterialxv (Results 1 – 8 of 8) sorted by relevance
/development/ndk/platforms/android-21/arch-arm64/symbols/ |
D | libGLESv1_CM.so.functions.txt | 154 glMaterialxv
|
/development/ndk/platforms/android-9/arch-arm/symbols/ |
D | libGLESv1_CM.so.functions.txt | 154 glMaterialxv
|
/development/ndk/platforms/android-21/arch-x86_64/symbols/ |
D | libGLESv1_CM.so.functions.txt | 154 glMaterialxv
|
/development/ndk/platforms/android-21/arch-mips64/symbols/ |
D | libGLESv1_CM.so.functions.txt | 154 glMaterialxv
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
D | libGLESv1_CM.so.functions.txt | 184 glMaterialxv
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
D | libGLESv1_CM.so.functions.txt | 184 glMaterialxv
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | MatrixTrackingGL.java | 414 public void glMaterialxv(int face, int pname, int[] params, int offset) { in glMaterialxv() method in MatrixTrackingGL 415 mgl.glMaterialxv(face, pname, params, offset); in glMaterialxv() 418 public void glMaterialxv(int face, int pname, IntBuffer params) { in glMaterialxv() method in MatrixTrackingGL 419 mgl.glMaterialxv(face, pname, params); in glMaterialxv()
|
/development/ndk/platforms/android-9/include/GLES/ |
D | gl.h | 701 GL_API void GL_APIENTRY glMaterialxv (GLenum face, GLenum pname, const GLfixed *params);
|