Home
last modified time | relevance | path

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

123456

/frameworks/base/tests/RenderScriptTests/SceneGraph/res/raw/
Dpaintf.glsl17 lowp vec4 col = texture2D(UNI_diffuse, t0).rgba;
18 col.xyz = col.xyz * light0_Diffuse * 1.1;
19 col.xyz += light0_Specular * vec3(0.8, 0.8, 1.0);
22 col.xyz = mix(col.xyz, textureCube(UNI_reflection, -light0R).rgb * 2.4, fresnel);
23 col.w = 0.8;
24 gl_FragColor = col;
Dblur_v.glsl6 vec3 col = texture2D(UNI_color, blurCoord).rgb;
8 col += texture2D(UNI_color, blurCoord).rgb;
10 col += texture2D(UNI_color, blurCoord).rgb;
12 col += texture2D(UNI_color, blurCoord).rgb;
14 col = col * 0.25;
16 gl_FragColor = vec4(col, 0.0);
Dselect_color.glsl4 vec3 col = texture2D(UNI_color, varTex0).rgb;
7 float lum = dot(desat, col);
9 col = mix(col, vec3(0.0), stepVal)*0.5;
11 gl_FragColor = vec4(col, 0.0);
Dblur_h.glsl6 vec3 col = texture2D(UNI_color, blurCoord).rgb;
8 col += texture2D(UNI_color, blurCoord).rgb;
10 col += texture2D(UNI_color, blurCoord).rgb;
12 col += texture2D(UNI_color, blurCoord).rgb;
14 gl_FragColor = vec4(col * 0.25, 0.0);
Dplastic.glsl17 lowp vec4 col = texture2D(UNI_diffuse, t0).rgba;
18 col.xyz = col.xyz * light0_Diffuse * 1.2;
19 col.xyz += light0_Specular * vec3(0.8, 0.8, 1.0);
20 gl_FragColor = col;
Dmetal.glsl17 lowp vec4 col = texture2D(UNI_diffuse, t0).rgba;
18 col.xyz = col.xyz * (textureCube(UNI_reflection, worldNorm).rgb * 0.5 + vec3(light0_Diffuse));
19 col.xyz += light0_Specular * vec3(0.8, 0.8, 1.0);
21 gl_FragColor = col;
Dplastic_lights.glsl23 lowp vec4 col = UNI_diffuse;
24 col.xyz = col.xyz * (light0_Diffuse * UNI_lightColor_0.xyz +
26 col.xyz += (light0_Specular + light1_Specular);
27 gl_FragColor = col;
Ddiffuse.glsl15 lowp vec4 col = texture2D(UNI_diffuse, t0).rgba;
16 col.xyz = col.xyz * light0_Diffuse * 1.2;
17 gl_FragColor = col;
Ddiffuse_lights.glsl17 lowp vec4 col = UNI_diffuse;
18 col.xyz = col.xyz * (light0_Diffuse * UNI_lightColor_0.xyz +
20 gl_FragColor = col;
/frameworks/compile/slang/
Dslangdata.py53 col = 0
60 if col == 0:
63 col += 1
64 if col == 16:
66 col = 0
67 elif col % 4 == 0:
73 if col != 0:
/frameworks/base/tests/RenderScriptTests/MiscSamples/res/raw/
Dshaderf.glsl10 lowp vec4 col = texture2D(UNI_Tex0, t0).rgba;
11col.xyz = col.xyz * (light0_Diffuse * UNI_light0_DiffuseColor.xyz + light1_Diffuse * UNI_light1_Di…
12 col.xyz += light0_Specular * UNI_light0_SpecularColor.xyz;
13 col.xyz += light1_Specular * UNI_light1_SpecularColor.xyz;
14 gl_FragColor = col;
Dshaderarrayf.glsl10 lowp vec4 col = texture2D(UNI_Tex0, t0).rgba;
11col.xyz = col.xyz * (light0_Diffuse * UNI_light_DiffuseColor[0].xyz + light1_Diffuse * UNI_light_D…
12 col.xyz += light0_Specular * UNI_light_SpecularColor[0].xyz;
13 col.xyz += light1_Specular * UNI_light_SpecularColor[1].xyz;
14 gl_FragColor = col;
Dshader2f.glsl23 lowp vec4 col = texture2D(UNI_Tex0, t0).rgba;
24col.xyz = col.xyz * (light0_Diffuse * UNI_light0_DiffuseColor.xyz + light1_Diffuse * UNI_light1_Di…
25 col.xyz += light0_Specular * UNI_light0_SpecularColor.xyz;
26 col.xyz += light1_Specular * UNI_light1_SpecularColor.xyz;
27 gl_FragColor = col;
/frameworks/base/tests/RenderScriptTests/PerfTest/res/raw/
Dshaderf.glsl10 lowp vec4 col = texture2D(UNI_Tex0, t0).rgba;
11col.xyz = col.xyz * (light0_Diffuse * UNI_light0_DiffuseColor.xyz + light1_Diffuse * UNI_light1_Di…
12 col.xyz += light0_Specular * UNI_light0_SpecularColor.xyz;
13 col.xyz += light1_Specular * UNI_light1_SpecularColor.xyz;
14 gl_FragColor = col;
Dshader2f.glsl23 lowp vec4 col = texture2D(UNI_Tex0, t0).rgba;
24col.xyz = col.xyz * (light0_Diffuse * UNI_light0_DiffuseColor.xyz + light1_Diffuse * UNI_light1_Di…
25 col.xyz += light0_Specular * UNI_light0_SpecularColor.xyz;
26 col.xyz += light1_Specular * UNI_light1_SpecularColor.xyz;
27 gl_FragColor = col;
/frameworks/base/docs/html/design/get-started/
Dprinciples.jd11 <div class="layout-content-col span-7">
19 <div class="layout-content-col span-6">
29 <div class="layout-content-col span-7">
36 <div class="layout-content-col span-6">
46 <div class="layout-content-col span-7">
54 <div class="layout-content-col span-6">
64 <div class="layout-content-col span-7">
71 <div class="layout-content-col span-6">
81 <div class="layout-content-col span-7">
87 <div class="layout-content-col span-6">
[all …]
/frameworks/compile/libbcc/tools/build/
Dgen-sha1-stamp.py78 col = 0
81 if col == 0:
83 elif col % 4 == 0:
88 col += 1
89 if col == 8:
91 col = 0
92 if col != 0:
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_neighbour.c133 u32 i, row, col; in h264bsdInitMbNeighbours() local
142 row = col = 0; in h264bsdInitMbNeighbours()
147 if (col) in h264bsdInitMbNeighbours()
157 if (row && (col < picWidth - 1)) in h264bsdInitMbNeighbours()
162 if (row && col) in h264bsdInitMbNeighbours()
167 col++; in h264bsdInitMbNeighbours()
168 if (col == picWidth) in h264bsdInitMbNeighbours()
170 col = 0; in h264bsdInitMbNeighbours()
Dh264bsd_conceal.c55 static u32 ConcealMb(mbStorage_t *pMb, image_t *currImage, u32 row, u32 col,
129 u32 row, col; in h264bsdConceal() local
158 i = row = col = 0; in h264bsdConceal()
163 col++; in h264bsdConceal()
164 if (col == width) in h264bsdConceal()
167 col = 0; in h264bsdConceal()
192 for (j = col; j--;) in h264bsdConceal()
198 for (j = col + 1; j < width; j++) in h264bsdConceal()
253 u32 ConcealMb(mbStorage_t *pMb, image_t *currImage, u32 row, u32 col, in ConcealMb() argument
281 ASSERT(col < currImage->width); in ConcealMb()
[all …]
Dh264bsd_util.c268 u32 row, col; in h264bsdSetCurrImageMbPointers() local
274 col = mbNum % width; in h264bsdSetCurrImageMbPointers()
279 image->luma = (u8*)(image->data + col * 16 + tmp * 256); in h264bsdSetCurrImageMbPointers()
280 image->cb = (u8*)(image->data + picSize * 256 + tmp * 64 + col * 8); in h264bsdSetCurrImageMbPointers()
/frameworks/base/docs/html/design/downloads/
Dindex.jd5 <div class="layout-content-col span-9">
14 <div class="layout-content-col span-4">
27 <div class="layout-content-col span-5">
35 <div class="layout-content-col span-4">
40 <div class="layout-content-col span-4">
59 <div class="layout-content-col span-5">
68 <div class="layout-content-col span-4">
73 <div class="layout-content-col span-4">
86 <div class="layout-content-col span-5">
96 <div class="layout-content-col span-4">
[all …]
/frameworks/base/docs/html/design/videos/
Dindex.jd11 <div class="layout-content-col span-7">
15 <div class="layout-content-col span-6">
23 <div class="layout-content-col span-7">
27 <div class="layout-content-col span-6">
35 <div class="layout-content-col span-7">
39 <div class="layout-content-col span-6">
47 <div class="layout-content-col span-7">
51 <div class="layout-content-col span-6">
59 <div class="layout-content-col span-7">
63 <div class="layout-content-col span-6">
[all …]
/frameworks/base/docs/html/
Dindex.jd12 <div class="slideshow-container slideshow-home col-16">
19 <div class="content-left col-7">
22 <div class="content-right col-6">
32 <div class="content-left col-11" style="padding-top:65px;">
38 <div class="content-right col-4">
47 <div class="content-left col-10"><a href="/design/patterns/new.html">
51 <div class="content-right col-5">
60 <div class="content-left col-11" style="padding-top:65px;">
66 <div class="content-right col-4">
73 <div class="content-left col-11" style="padding-top:10px;">
[all …]
/frameworks/base/docs/html/design/style/
Diconography.jd47 <div class="layout-content-col span-4">
52 <div class="layout-content-col span-4">
57 <div class="layout-content-col span-4">
65 <div class="layout-content-col span-4">
77 <div class="layout-content-col span-4">
88 <div class="layout-content-col span-4">
99 <div class="layout-content-col span-4">
102 <div class="layout-content-col span-7">
111 <div class="layout-content-col span-12">
146 <div class="layout-content-col span-4">
[all …]
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
DCSVFormatter.java30 for (String col : TrackerEntry.ATTRIBUTES) { in getHeader()
32 if (!TrackerEntry.ENTRY_TYPE.equals(col) && in getHeader()
33 !TrackerEntry.ID_COL.equals(col)) { in getHeader()
34 csvBuilder.append(col); in getHeader()

123456