Home
last modified time | relevance | path

Searched defs:stencil (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
DGLDualGL2View.java68 public GLDualGL2View(Context context, boolean translucent, int depth, int stencil) { in GLDualGL2View()
73 private void init(boolean translucent, int depth, int stencil) { in init()
115 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { in ConfigChooser()
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
DGLPerfView.java65 public GLPerfView(Context context, boolean translucent, int depth, int stencil) { in GLPerfView()
70 private void init(boolean translucent, int depth, int stencil) { in init()
112 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { in ConfigChooser()
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
DGL2JNIView.java65 public GL2JNIView(Context context, boolean translucent, int depth, int stencil) { in GL2JNIView()
70 private void init(boolean translucent, int depth, int stencil) { in init()
112 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { in ConfigChooser()
/frameworks/base/libs/hwui/
DLayer.h340 RenderBuffer* stencil; variable
DCaches.h350 Stencil stencil; variable
/frameworks/base/opengl/java/android/opengl/
DGLES30.java1228 int stencil in glClearBufferfi()
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp3062 (JNIEnv *_env, jobject _this, jint buffer, jint drawbuffer, jfloat depth, jint stencil) { in android_glClearBufferfi__IIFI()
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_api.cpp8435 void GLTrace_glClearBufferfi(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) { in GLTrace_glClearBufferfi()