Searched refs:glClearStencil (Results 1 - 20 of 20) sorted by relevance

/frameworks/base/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec11 void glClearStencil ( GLint s )
H A DGLES20.spec19 void glClearStencil ( GLint s )
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java343 // C function void glClearStencil ( GLint s )
345 public static native void glClearStencil( method in class:GLES10
H A DGLErrorWrapper.java130 public void glClearStencil(int s) { method in class:GLErrorWrapper
132 mgl.glClearStencil(s);
H A DGLES20.java464 // C function void glClearStencil ( GLint s )
466 public static native void glClearStencil( method in class:GLES20
H A DGLLogWrapper.java1273 public void glClearStencil(int s) { method in class:GLLogWrapper
1274 begin("glClearStencil");
1278 mgl.glClearStencil(s);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java311 void glClearStencil( method in interface:GL10
/frameworks/base/opengl/libagl/
H A Dstate.cpp594 void glClearStencil(GLint s) { function
/frameworks/base/opengl/include/GLES/
H A Dgl.h643 GL_API void GL_APIENTRY glClearStencil (GLint s);
/frameworks/base/opengl/include/GLES2/
H A Dgl2.h492 GL_APICALL void GL_APIENTRY glClearStencil (GLint s);
/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.h331 static const Function glClearStencil = Message_Function_glClearStencil; member in class:com::android::glesv2debugger::Message
H A Dcaller.cpp203 dbg->hooks->gl.glClearStencil(
H A Ddebugger_message.pb.cpp257 const Message_Function Message::glClearStencil; member in class:com::android::glesv2debugger::Message
H A Dapi.cpp444 _c->glClearStencil(s);
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Dgl.h483 GLAPI void APIENTRY glClearStencil (GLint s);
/frameworks/base/opengl/libs/
H A Dglesv2dbg_functions.h37 GL_ENTRY(void, glClearStencil, GLint s)
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp236 /* void glClearStencil ( GLint s ) */
240 glClearStencil(
3417 {"glClearStencil", "(I)V", (void *) android_glClearStencil__I },
H A Dandroid_opengl_GLES20.cpp362 /* void glClearStencil ( GLint s ) */
366 glClearStencil(
4890 {"glClearStencil", "(I)V", (void *) android_glClearStencil__I },
H A Dcom_google_android_gles_jni_GLImpl.cpp362 /* void glClearStencil ( GLint s ) */
366 glClearStencil(
7291 {"glClearStencil", "(I)V", (void *) android_glClearStencil__I },

Completed in 162 milliseconds