Searched defs:stencil (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/ |
D | GL2JNIView.java | 65 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/native/opengl/tests/gldual/src/com/android/gldual/ |
D | GLDualGL2View.java | 68 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/ |
D | GLPerfView.java | 65 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/base/opengl/java/android/opengl/ |
D | GLES30.java | 1251 int stencil in glClearBufferfi()
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 3609 (JNIEnv *_env, jobject _this, jint buffer, jint drawbuffer, jfloat depth, jint stencil) { in android_glClearBufferfi__IIFI()
|