Home
last modified time | relevance | path

Searched defs:glMaterialx (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/opengl/libagl/
Dlight.cpp751 void glMaterialx(GLenum face, GLenum pname, GLfixed param) in glMaterialx() function
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java670 void glMaterialx( in glMaterialx() method
/frameworks/base/opengl/java/android/opengl/
DGLES10.java854 public static native void glMaterialx( in glMaterialx() method in GLES10
DGLErrorWrapper.java528 public void glMaterialx(int face, int pname, int param) { in glMaterialx() method in GLErrorWrapper
DGLLogWrapper.java2017 public void glMaterialx(int face, int pname, int param) { in glMaterialx() method in GLLogWrapper
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h543 #define glMaterialx wrap_glMaterialx macro
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java682 public native void glMaterialx( in glMaterialx() method in GLImpl