/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/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/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/vulkan/api/ |
D | vulkan.api | 732 … = 0x00000003, /// Optimal layout when image is only used for depth/stencil attachment read/w… 733 … 0x00000004, /// Optimal layout when image is used for read only depth/stencil attachment and sh… 2603 …ATTACHMENT_BIT = 0x00000020, /// Can be used as framebuffer depth/stencil attachment 2716 …ATTACHMENT_BIT = 0x00000200, /// Format can be used for depth/stencil attachment images 2856 …STAGE_EARLY_FRAGMENT_TESTS_BIT = 0x00000100, /// Early fragment (depth/stencil) tests 2857 …_STAGE_LATE_FRAGMENT_TESTS_BIT = 0x00000200, /// Late fragment (depth/stencil) tests 3028 /// Depth/stencil state creation flags 4390 u32 stencil 4394 /// Union allowing specification of color, depth, and stencil color values. Actual value selected i… 4412 VkAttachmentLoadOp stencilLoadOp /// Load op for stencil data [all …]
|
/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/libs/hwui/debug/ |
D | gles_stubs.in | 604 void API_ENTRY(glClearBufferfi)(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) { 605 CALL_GL_API(glClearBufferfi, buffer, drawbuffer, depth, stencil);
|
D | gles_decls.in | 202 GL_ENTRY(void, glClearBufferfi, GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil)
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 3609 (JNIEnv *_env, jobject _this, jint buffer, jint drawbuffer, jfloat depth, jint stencil) { in android_glClearBufferfi__IIFI() argument 3614 (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)
|