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

/frameworks/native/opengl/libagl/
H A Dstate.cpp595 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.java468 // C function void glClearStencil ( GLint s )
470 public static native void glClearStencil( method in class:GLES20
/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/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java311 void glClearStencil( method in interface:GL10
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h95 #define glClearStencil wrap_glClearStencil macro
H A Dgles_undefine.h95 #undef glClearStencil macro

Completed in 43 milliseconds