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

/frameworks/base/libs/hwui/renderstate/
H A DStencil.cpp60 glClearStencil(0);
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec11 void glClearStencil ( GLint s )
H A DGLES20.spec19 void glClearStencil ( GLint s )
/frameworks/base/libs/hwui/debug/
H A Dnullgles.cpp182 void glClearStencil(GLint s) {} function
H A Dunwrap_gles.h98 #undef glClearStencil macro
H A Dwrap_gles.h98 #define glClearStencil wrap_glClearStencil macro
/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.java468 // C function void glClearStencil ( GLint s )
470 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/native/opengl/libagl/
H A Dstate.cpp595 void glClearStencil(GLint s) { function
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java157 // C function void glClearStencil ( GLint s )
159 public native void glClearStencil( method in class:GLImpl
/frameworks/native/opengl/include/GLES/
H A Dgl.h643 GL_API void GL_APIENTRY glClearStencil (GLint s);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h483 GLAPI void APIENTRY glClearStencil (GLint s);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h546 GL_APICALL void GL_APIENTRY glClearStencil (GLint s);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp545 /* void glClearStencil ( GLint s ) */
549 glClearStencil(
3199 {"glClearStencil", "(I)V", (void *) android_glClearStencil__I },
H A Dandroid_opengl_GLES20.cpp711 /* void glClearStencil ( GLint s ) */
715 glClearStencil(
6157 {"glClearStencil", "(I)V", (void *) android_glClearStencil__I },
H A Dcom_google_android_gles_jni_GLImpl.cpp365 /* void glClearStencil ( GLint s ) */
369 glClearStencil(
8505 {"glClearStencil", "(I)V", (void *) android_glClearStencil__I },
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h546 GL_APICALL void GL_APIENTRY glClearStencil (GLint s);
H A Dgl31.h546 GL_APICALL void GL_APIENTRY glClearStencil (GLint s);
H A Dgl32.h546 GL_APICALL void GL_APIENTRY glClearStencil (GLint s);

Completed in 2827 milliseconds