/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
D | GLDualGL2View.java | 68 public GLDualGL2View(Context context, boolean translucent, int depth, int stencil) { in GLDualGL2View() argument 70 init(translucent, depth, stencil); in GLDualGL2View() 73 private void init(boolean translucent, int depth, int stencil) { in init() argument 76 new ConfigChooser(8,8,8,8, depth, stencil) : in init() 77 new ConfigChooser(5,6,5,0, depth, stencil)); in init() 115 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { in ConfigChooser() argument 121 mStencilSize = stencil; in ConfigChooser()
|
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/ |
D | GL2JNIView.java | 65 public GL2JNIView(Context context, boolean translucent, int depth, int stencil) { in GL2JNIView() argument 67 init(translucent, depth, stencil); in GL2JNIView() 70 private void init(boolean translucent, int depth, int stencil) { in init() argument 73 new ConfigChooser(8,8,8,8, depth, stencil) : in init() 74 new ConfigChooser(5,6,5,0, depth, stencil)); in init() 112 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { in ConfigChooser() argument 118 mStencilSize = stencil; in ConfigChooser()
|
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/ |
D | GLPerfView.java | 65 public GLPerfView(Context context, boolean translucent, int depth, int stencil) { in GLPerfView() argument 67 init(translucent, depth, stencil); in GLPerfView() 70 private void init(boolean translucent, int depth, int stencil) { in init() argument 73 new ConfigChooser(8,8,8,8, depth, stencil) : in init() 74 new ConfigChooser(5,6,5,0, depth, stencil)); in init() 112 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { in ConfigChooser() argument 118 mStencilSize = stencil; in ConfigChooser()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES30.spec | 66 void glClearBufferfi ( GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES30.java | 1251 int stencil in glClearBufferfi() argument
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 1054 …_APIENTRYP PFNGLCLEARBUFFERFIPROC) (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil); 1159 …L void GL_APIENTRY glClearBufferfi (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil);
|
D | gl31.h | 1056 …_APIENTRYP PFNGLCLEARBUFFERFIPROC) (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil); 1161 …L void GL_APIENTRY glClearBufferfi (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil);
|
D | gl32.h | 1056 …_APIENTRYP PFNGLCLEARBUFFERFIPROC) (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil); 1161 …L void GL_APIENTRY glClearBufferfi (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil);
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 604 void API_ENTRY(glClearBufferfi)(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) { 605 CALL_GL_API(glClearBufferfi, buffer, drawbuffer, depth, stencil);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 3610 (JNIEnv *_env, jobject _this, jint buffer, jint drawbuffer, jfloat depth, jint stencil) { in android_glClearBufferfi__IIFI() argument 3615 (GLint)stencil in android_glClearBufferfi__IIFI()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 70 GL_ENTRY(void, glClearBufferfi, GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil)
|