Home
last modified time | relevance | path

Searched refs:stencil (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/sustainedperf/shadertoy_android/src/
DGLtestView.java76 public GLtestView(Context context, boolean translucent, int depth, int stencil) { in GLtestView() argument
78 init(translucent, depth, stencil); in GLtestView()
81 private void init(boolean translucent, int depth, int stencil) { in init() argument
103 new ConfigChooser(8, 8, 8, 8, depth, stencil) : in init()
104 new ConfigChooser(5, 6, 5, 0, depth, stencil) ); in init()
135 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { in ConfigChooser() argument
141 mStencilSize = stencil; in ConfigChooser()
/cts/tests/tests/nativehardware/jni/
DAHardwareBufferGLTest.cpp1133 AttachmentType depth = kNone, AttachmentType stencil = kNone,
1583 AttachmentType stencil, in SetUpFramebuffer() argument
1586 AttachmentType attachment_types[] = { color, depth, stencil, depth_stencil }; in SetUpFramebuffer()