Home
last modified time | relevance | path

Searched refs:stencil (Results 1 – 25 of 25) sorted by relevance

/aosp12/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DMosaicRendererSurfaceView.java51 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 DGL2JNIView.java65 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 DGLPerfView.java65 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 DGLDualGL2View.java68 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 Dtypes.hal48 * 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 DMain.java97 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 Dmga_drm.h88 unsigned int stencil; member
/aosp12/art/test/530-checker-loops3/src/
H A DMain.java231 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 DGLES30.spec66 void glClearBufferfi ( GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil )
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java1251 int stencil in glClearBufferfi() argument
/aosp12/frameworks/native/opengl/include/GLES3/
H A Dgl3.h1054 …_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 Dgl31.h1056 …_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 Dgl32.h1056 …_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 Dgl2_api.in604 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 Dandroid_opengl_GLES30.cpp3609 (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 Dentries.in70 GL_ENTRY(void, glClearBufferfi, GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil)
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
H A Dit_wordlist.combined.gz1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ...
H A Dnl_wordlist.combined.gz1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ...
H A Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
H A Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...
H A Dsv_wordlist.combined.gz1dictionary=main:sv,locale=sv,description=Svenska,date=1414726264, ...
H A Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...
H A Dlv_wordlist.combined.gz1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ...