Home
last modified time | relevance | path

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

/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/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/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/base/libs/hwui/renderstate/
DRenderState.h111 Stencil& stencil() { return *mStencil; } in stencil() function
/frameworks/base/libs/hwui/
DBakedOpRenderer.h131 RenderBuffer* stencil = nullptr; member
/frameworks/base/opengl/java/android/opengl/
DGLES30.java1251 int stencil in glClearBufferfi()
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp3642 (JNIEnv *_env, jobject _this, jint buffer, jint drawbuffer, jfloat depth, jint stencil) { in android_glClearBufferfi__IIFI()
/frameworks/native/vulkan/include/vulkan/
Dvulkan_core.h2616 uint32_t stencil; member