Searched refs:stencil (Results 1 - 4 of 4) sorted by relevance

/development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
H A DGL2JNIView.java76 public GL2JNIView(Context context, boolean translucent, int depth, int stencil) { argument
78 init(translucent, depth, stencil);
81 private void init(boolean translucent, int depth, int stencil) { argument
103 new ConfigChooser(8, 8, 8, 8, depth, stencil) :
104 new ConfigChooser(5, 6, 5, 0, depth, stencil) );
135 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { argument
141 mStencilSize = stencil;
/development/ndk/platforms/android-18/samples/gles3jni/jni/
H A Dgl3stub.c299 GL_APICALL void (* GL_APIENTRY glClearBufferfi) (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil);
H A Dgl3stub.h441 extern GL_APICALL void (* GL_APIENTRY glClearBufferfi) (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil);
/development/ndk/platforms/android-18/include/GLES3/
H A Dgl3.h1011 GL_APICALL void GL_APIENTRY glClearBufferfi (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil);

Completed in 162 milliseconds