Searched defs:glClearStencil (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/opengl/libagl/
H A Dstate.cpp594 void glClearStencil(GLint s) { function
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java130 public void glClearStencil(int s) { method in class:GLErrorWrapper
132 mgl.glClearStencil(s);
H A DGLES10.java343 // C function void glClearStencil ( GLint s )
345 public static native void glClearStencil( method in class:GLES10
H A DGLLogWrapper.java1273 public void glClearStencil(int s) { method in class:GLLogWrapper
1274 begin("glClearStencil");
1278 mgl.glClearStencil(s);
H A DGLES20.java464 // C function void glClearStencil ( GLint s )
466 public static native void glClearStencil( method in class:GLES20
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java156 // C function void glClearStencil ( GLint s )
158 public native void glClearStencil( method in class:GLImpl
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.cpp257 const Message_Function Message::glClearStencil; member in class:com::android::glesv2debugger::Message
H A Ddebugger_message.pb.h331 static const Function glClearStencil = Message_Function_glClearStencil; member in class:com::android::glesv2debugger::Message
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java311 void glClearStencil( method in interface:GL10

Completed in 77 milliseconds