Searched refs:stencil (Results 1 – 6 of 6) sorted by relevance
/development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/ |
D | GL2JNIView.java | 76 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/ |
D | gl3stub.h | 451 …id (* GL_APIENTRY glClearBufferfi) (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil);
|
D | gl3stub.c | 386 GLint stencil );
|
/development/ndk/platforms/android-18/samples/gles3jni/jni/ |
D | gl3stub.c | 299 … (* GL_APIENTRY glClearBufferfi) (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil);
|
D | gl3stub.h | 441 … (* GL_APIENTRY glClearBufferfi) (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil);
|
/development/ndk/platforms/android-18/include/GLES3/ |
D | gl3.h | 1011 … GL_APIENTRY glClearBufferfi (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil);
|