HomeSort by relevance Sort by last modified time
    Searched full:vert (Results 101 - 125 of 407) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/mesa3d/src/gallium/auxiliary/indices/
u_indices_gen.py 106 def vert( intype, outtype, v0 ): function
113 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';'
116 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';'
117 print ' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';'
120 print ' (' + ptr + ')[0] = ' + vert( intype, outtype, v0 ) + ';'
121 print ' (' + ptr + ')[1] = ' + vert( intype, outtype, v1 ) + ';'
122 print ' (' + ptr + ')[2] = ' + vert( intype, outtype, v2 ) + ';'
  /external/pixman/pixman/
pixman-filter.c 314 pixman_fixed_t *horz = NULL, *vert = NULL, *params = NULL; local
322 vert = create_1d_filter (&height, reconstruct_y, sample_y, sy, subsample_y);
324 if (!horz || !vert)
340 memcpy (params + 4 + width * subsample_x, vert,
345 free (vert);
  /external/chromium_org/remoting/resources/
remoting_strings_no.xtb 6 Vert</translation>
12 <translation id="2208514473086078157">Innstillingene tillater ikke at denne datamaskinen deles som vert for Chrome Eksternt skrivebord. Ta kontakt med systemadministratoren for å få hjelp.</translation>
17 <translation id="5397086374758643919">Avinstalleringsprogram for Chrome Eksternt skrivebord-vert</translation>
38 <translation id="677755392401385740">Vert startet for brukeren: <ph name="HOST_USERNAME"/>.</translation>
56 <translation id="6001953797859482435">Alternativer for Chrome Eksternt skrivebord-vert</translation>
94 <translation id="8513093439376855948">Innebygd meldingsvert for administrasjon av ekstern vert</translation>
97 <translation id="2013884659108657024">Chrome laster ned installasjonsprogrammet for Chrome Eksternt skrivebord-vert. Når nedlastingen er ferdig må du kjøre installasjonsprogrammet før du fortsetter.</translation>
99 <translation id="8998327464021325874">Kontroller for Chrome Eksternt skrivebord-vert</translation>
141 <translation id="2939145106548231838">Autentiser for å være vert</translation>
147 <translation id="4812684235631257312">Vert</translation
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/
translate_generic.c 611 void *vert )
618 uint8_t *dst = (uint8_t *)vert + tg->attrib[attr].output_offset;
681 char *vert = output_buffer; local
685 generic_run_one(tg, *elts++, instance_id, vert);
686 vert += tg->translate.key.output_stride;
697 char *vert = output_buffer; local
701 generic_run_one(tg, *elts++, instance_id, vert);
702 vert += tg->translate.key.output_stride;
713 char *vert = output_buffer; local
717 generic_run_one(tg, *elts++, instance_id, vert);
729 char *vert = output_buffer; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_generic.c 611 void *vert )
618 uint8_t *dst = (uint8_t *)vert + tg->attrib[attr].output_offset;
681 char *vert = output_buffer; local
685 generic_run_one(tg, *elts++, instance_id, vert);
686 vert += tg->translate.key.output_stride;
697 char *vert = output_buffer; local
701 generic_run_one(tg, *elts++, instance_id, vert);
702 vert += tg->translate.key.output_stride;
713 char *vert = output_buffer; local
717 generic_run_one(tg, *elts++, instance_id, vert);
729 char *vert = output_buffer; local
    [all...]
  /external/chromium_org/content/test/gpu/gpu_tests/
webgl_conformance_expectations.py 125 self.Fail('conformance/glsl/misc/empty_main.vert.html',
127 self.Fail('conformance/glsl/misc/gl_position_unset.vert.html',
148 self.Fail('conformance/glsl/misc/empty_main.vert.html',
150 self.Fail('conformance/glsl/misc/gl_position_unset.vert.html',
168 self.Fail('conformance/glsl/misc/empty_main.vert.html',
170 self.Fail('conformance/glsl/misc/gl_position_unset.vert.html',
  /external/deqp/modules/gles2/functional/
es2fShaderTextureFunctionTests.cpp 458 std::ostringstream vert; local
460 std::ostringstream& op = isVtxCase ? vert : frag;
462 vert << "attribute highp vec4 a_position;\n"
466 vert << "attribute " << coordPrecName << " float a_in1;\n";
470 vert << "varying mediump vec4 v_color;\n";
475 vert << "varying " << coordPrecName << " " << coordTypeName << " v_texCoord;\n";
480 vert << "varying " << coordPrecName << " float v_lodBias;\n";
488 vert << "\nvoid main()\n{\n"
493 vert << "\tv_color = ";
515 vert << "\tv_texCoord = a_in0;\n"
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_entropymv.h 35 MV_JOINT_HNZVZ = 1, /* Vert zero, hor nonzero */
36 MV_JOINT_HZVNZ = 2, /* Hor zero, vert nonzero */
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_ssa.cpp 54 Node **vert; member in class:nv50_ir::DominatorTree
81 vert = new Node * [count];
85 vert[i] = reinterpret_cast<Node *>(it->get());
86 vert[i]->tag = i;
93 delete[] vert;
142 nw = vert[w];
171 nw = &BasicBlock::get(vert[DOM(v)])->dom;;
172 nv = &BasicBlock::get(vert[v])->dom;
  /external/chromium_org/third_party/skia/tools/lua/
scrape_dashing_full.lua 44 resetTableKeys(drawPoints_direction, {"hori", "vert", "other"})
104 increment(drawPoints_direction, "vert")
  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.h 35 MV_JOINT_HNZVZ = 1, /* Vert zero, hor nonzero */
36 MV_JOINT_HZVNZ = 2, /* Hor zero, vert nonzero */
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ssa.cpp 54 Node **vert; member in class:nv50_ir::DominatorTree
81 vert = new Node * [count];
85 vert[i] = reinterpret_cast<Node *>(it->get());
86 vert[i]->tag = i;
93 delete[] vert;
142 nw = vert[w];
171 nw = &BasicBlock::get(vert[DOM(v)])->dom;;
172 nv = &BasicBlock::get(vert[v])->dom;
  /external/skia/tools/lua/
scrape_dashing_full.lua 44 resetTableKeys(drawPoints_direction, {"hori", "vert", "other"})
104 increment(drawPoints_direction, "vert")
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_entropymv.h 35 MV_JOINT_HNZVZ = 1, /* Vert zero, hor nonzero */
36 MV_JOINT_HZVNZ = 2, /* Hor zero, vert nonzero */
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGlyphElement.cpp 130 // is as if the attribute were set to the value of the font's vert-origin-x attribute.
135 // is as if the attribute were set to the value of the font's vert-origin-y attribute.
140 // value of the font's vert-adv-y attribute.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_clip.c 247 debug_printf(" Vert %d: Attr %d: %f %f %f %f\n", j, k,
276 struct vertex_header *vert,
281 if (vert->have_clipdist && plane_idx >= 6) {
286 dp = vert->data[draw_current_shader_clipdistance_output(clipper->stage.draw, cdi)][vidx];
289 dp = dot4(vert->clip, plane);
348 struct vertex_header *vert = inlist[i]; local
351 float dp = getclipdist(clipper, vert, plane_idx);
382 interp( clipper, new_vert, t, vert, vert_prev );
384 /* Whether or not to set edge flag for the new vert depends
403 interp( clipper, new_vert, t, vert_prev, vert );
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 84 #define VERT(x, y, z) vertices.push_back(vertex((x), (y), (z), (nx), (ny), (nz)))
134 VERT(r1 * c[segs * i], r1 * s[segs * i], z);
135 VERT(r2 * c[segs * i + 1], r2 * s[segs * i + 1], z);
136 VERT(r2 * c[segs * i + 2], r2 * s[segs * i + 2], z);
137 VERT(r1 * c[segs * i + 3], r1 * s[segs * i + 3], z);
141 VERT(r0 * dc[i], r0 * ds[i], z);
192 VERT(coords[j * 2], coords[j * 2 + 1], z);
193 VERT(coords[j * 2], coords[j * 2 + 1], -z);
194 VERT(coords[j * 2 + 2], coords[j * 2 + 3], z);
195 VERT(coords[j * 2 + 2], coords[j * 2 + 3], -z)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_clip.c 247 debug_printf(" Vert %d: Attr %d: %f %f %f %f\n", j, k,
276 struct vertex_header *vert,
281 if (vert->have_clipdist && plane_idx >= 6) {
286 dp = vert->data[draw_current_shader_clipdistance_output(clipper->stage.draw, cdi)][vidx];
289 dp = dot4(vert->clip, plane);
348 struct vertex_header *vert = inlist[i]; local
351 float dp = getclipdist(clipper, vert, plane_idx);
382 interp( clipper, new_vert, t, vert, vert_prev );
384 /* Whether or not to set edge flag for the new vert depends
403 interp( clipper, new_vert, t, vert_prev, vert );
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 84 #define VERT(x, y, z) vertices.push_back(vertex((x), (y), (z), (nx), (ny), (nz)))
134 VERT(r1 * c[segs * i], r1 * s[segs * i], z);
135 VERT(r2 * c[segs * i + 1], r2 * s[segs * i + 1], z);
136 VERT(r2 * c[segs * i + 2], r2 * s[segs * i + 2], z);
137 VERT(r1 * c[segs * i + 3], r1 * s[segs * i + 3], z);
141 VERT(r0 * dc[i], r0 * ds[i], z);
192 VERT(coords[j * 2], coords[j * 2 + 1], z);
193 VERT(coords[j * 2], coords[j * 2 + 1], -z);
194 VERT(coords[j * 2 + 2], coords[j * 2 + 3], z);
195 VERT(coords[j * 2 + 2], coords[j * 2 + 3], -z)
    [all...]
  /packages/apps/Gallery2/jni/filters/
geometry.c 53 int vert = (flip & 2) != 0; local
54 if (horiz && vert){
66 if (vert){
  /packages/apps/Settings/src/com/android/settings/widget/
ChartGridView.java 95 void init(ChartAxis horiz, ChartAxis vert) {
97 mVert = Preconditions.checkNotNull(vert, "missing vert");
ChartView.java 72 void init(ChartAxis horiz, ChartAxis vert) {
74 mVert = Preconditions.checkNotNull(vert, "missing vert");
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_swtcl.c 498 #define VERT(x) (radeonVertex *)(radeonverts + ((x) * (vertsize) * sizeof(int)))
654 radeon_point( rmesa, VERT(start) )
656 radeon_line( rmesa, VERT(v0), VERT(v1) )
658 radeon_triangle( rmesa, VERT(v0), VERT(v1), VERT(v2) )
660 radeon_quad( rmesa, VERT(v0), VERT(v1), VERT(v2), VERT(v3)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_swtcl.c 498 #define VERT(x) (radeonVertex *)(radeonverts + ((x) * (vertsize) * sizeof(int)))
654 radeon_point( rmesa, VERT(start) )
656 radeon_line( rmesa, VERT(v0), VERT(v1) )
658 radeon_triangle( rmesa, VERT(v0), VERT(v1), VERT(v2) )
660 radeon_quad( rmesa, VERT(v0), VERT(v1), VERT(v2), VERT(v3)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_line.c 56 static void draw_points_ANY_pixmap( struct gl_context *ctx, const SWvertex *vert )
65 const GLubyte *color = vert->color;
71 x = (GLint) vert->win[0];
72 y = YFLIP( xrb, (GLint) vert->win[1] );
78 XMesaSetForeground( dpy, gc, vert->index );
79 x = (GLint) vert->win[0];
80 y = YFLIP( xrb, (GLint) vert->win[1] );

Completed in 1458 milliseconds

1 2 3 45 6 7 8 91011>>