Searched refs:glMaterialx (Results 1 – 11 of 11) sorted by relevance
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
D | importgl.h | 94 FNDEF(void, glMaterialx, (GLenum face, GLenum pname, GLfixed param)); 146 #define glMaterialx FNPTR(glMaterialx) macro
|
D | importgl.c | 137 IMPORT_FUNC(glMaterialx); in importGLInit()
|
D | demo.c | 555 glMaterialx(GL_FRONT_AND_BACK, GL_SHININESS, 60 << 16); in configureLightAndMaterial()
|
/development/ndk/platforms/android-21/arch-arm64/symbols/ |
D | libGLESv1_CM.so.functions.txt | 152 glMaterialx
|
/development/ndk/platforms/android-21/arch-mips64/symbols/ |
D | libGLESv1_CM.so.functions.txt | 152 glMaterialx
|
/development/ndk/platforms/android-4/arch-arm/symbols/ |
D | libGLESv1_CM.so.functions.txt | 152 glMaterialx
|
/development/ndk/platforms/android-21/arch-x86_64/symbols/ |
D | libGLESv1_CM.so.functions.txt | 152 glMaterialx
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
D | libGLESv1_CM.so.functions.txt | 182 glMaterialx
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
D | libGLESv1_CM.so.functions.txt | 182 glMaterialx
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | MatrixTrackingGL.java | 410 public void glMaterialx(int face, int pname, int param) { in glMaterialx() method in MatrixTrackingGL 411 mgl.glMaterialx(face, pname, param); in glMaterialx()
|
/development/ndk/platforms/android-4/include/GLES/ |
D | gl.h | 700 GL_API void GL_APIENTRY glMaterialx (GLenum face, GLenum pname, GLfixed param);
|