Home
last modified time | relevance | path

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

/development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
DGL2JNIView.java76 public GL2JNIView(Context context, boolean translucent, int depth, int stencil) { in GL2JNIView() argument
78 init(translucent, depth, stencil); in GL2JNIView()
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()
/development/ndk/sources/android/ndk_helper/
Dgl3stub.h451 …id (* GL_APIENTRY glClearBufferfi) (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil);
Dgl3stub.c386 GLint stencil );
/development/ndk/platforms/android-18/samples/gles3jni/jni/
Dgl3stub.c299 … (* GL_APIENTRY glClearBufferfi) (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil);
Dgl3stub.h441 … (* GL_APIENTRY glClearBufferfi) (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil);
/development/ndk/platforms/android-18/include/GLES3/
Dgl3.h1011 … GL_APIENTRY glClearBufferfi (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil);