Searched defs:glShadeModel (Results 1 - 8 of 8) sorted by last modified time

/frameworks/native/opengl/libagl/
H A Dlight.cpp633 void glShadeModel(GLenum mode) function
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java1108 // C function void glShadeModel ( GLenum mode )
1110 public static native void glShadeModel( method in class:GLES10
H A DGLErrorWrapper.java712 public void glShadeModel(int mode) { method in class:GLErrorWrapper
714 mgl.glShadeModel(mode);
H A DGLLogWrapper.java2345 public void glShadeModel(int mode) { method in class:GLLogWrapper
2346 begin("glShadeModel");
2350 mgl.glShadeModel(mode);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java933 // C function void glShadeModel ( GLenum mode )
935 public native void glShadeModel( method in class:GLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java845 void glShadeModel( method in interface:GL10
/frameworks/base/libs/hwui/debug/
H A Dunwrap_gles.h756 #undef glShadeModel macro
H A Dwrap_gles.h756 #define glShadeModel wrap_glShadeModel macro

Completed in 5482 milliseconds