Home
last modified time | relevance | path

Searched defs:glClearStencil (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/opengl/libagl/
Dstate.cpp595 void glClearStencil(GLint s) { in glClearStencil() function
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java311 void glClearStencil( in glClearStencil() method
/frameworks/base/opengl/java/android/opengl/
DGLES10.java345 public static native void glClearStencil( in glClearStencil() method in GLES10
DGLErrorWrapper.java130 public void glClearStencil(int s) { in glClearStencil() method in GLErrorWrapper
DGLES20.java470 public static native void glClearStencil( in glClearStencil() method in GLES20
DGLLogWrapper.java1273 public void glClearStencil(int s) { in glClearStencil() method in GLLogWrapper
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto60 glClearStencil = 34; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp866 const GLMessage_Function GLMessage::glClearStencil; member in android::gltrace::GLMessage
Dgltrace.pb.h1214 static const Function glClearStencil = GLMessage_Function_glClearStencil; variable
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java159 public native void glClearStencil( in glClearStencil() method in GLImpl