/aosp12/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
H A D | MosaicRendererSurfaceView.java | 51 int depth, int stencil) { in MosaicRendererSurfaceView() argument 53 initialize(context, translucent, depth, stencil); in MosaicRendererSurfaceView() 56 private void initialize(Context context, boolean translucent, int depth, int stencil) { in initialize() argument 58 init(translucent, depth, stencil); in initialize() 68 private void init(boolean translucent, int depth, int stencil) { in init() argument 90 translucent ? new ConfigChooser(8, 8, 8, 8, depth, stencil) : in init() 91 new ConfigChooser(5, 6, 5, 0, depth, stencil)); in init() 126 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { in ConfigChooser() argument 132 mStencilSize = stencil; in ConfigChooser()
|
/aosp12/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/ |
H A 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()
|
/aosp12/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/ |
H A 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()
|
/aosp12/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
H A 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()
|
/aosp12/hardware/interfaces/graphics/common/1.1/ |
H A D | types.hal | 48 * 32-bit format that has a 24-bit depth component and an 8-bit stencil 52 * whose interpretation is defined by the dataspace. The stencil values are 66 * Two-component format that has a 32-bit depth component, an 8-bit stencil 70 * defined by the dataspace. The stencil bits are unsigned integers, whose 76 * 8-bit format that has a single 8-bit stencil component.
|
/aosp12/art/test/656-checker-simd-opt/src/ |
H A D | Main.java | 97 private static void stencil(int[] a, int[] b, int n) { in stencil() method in Main 355 stencil(a, b, 100); in testStencil1()
|
/aosp12/bionic/libc/kernel/uapi/drm/ |
H A D | mga_drm.h | 88 unsigned int stencil; member
|
/aosp12/art/test/530-checker-loops3/src/ |
H A D | Main.java | 231 public static void stencil(int[] array, int start, int end) { in stencil() method in Main
|
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/ |
H A D | GLES30.spec | 66 void glClearBufferfi ( GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil )
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES30.java | 1251 int stencil in glClearBufferfi() argument
|
/aosp12/frameworks/native/opengl/include/GLES3/ |
H A 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);
|
H A 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);
|
H A 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);
|
/aosp12/frameworks/native/opengl/libs/GLES2/ |
H A 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);
|
/aosp12/frameworks/base/core/jni/ |
H A 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()
|
/aosp12/frameworks/native/opengl/libs/ |
H A D | entries.in | 70 GL_ENTRY(void, glClearBufferfi, GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil)
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | it_wordlist.combined.gz | 1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ... |
H A D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
H A D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
H A D | sv_wordlist.combined.gz | 1dictionary=main:sv,locale=sv,description=Svenska,date=1414726264, ... |
H A D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
H A D | lv_wordlist.combined.gz | 1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ... |