HomeSort by relevance Sort by last modified time
    Searched full:vert (Results 126 - 150 of 418) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Light/
Deferred.j3md 37 VertexShader GLSL100: Common/MatDefs/Light/Deferred.vert
  /external/jmonkeyengine/engine/src/terrain/Common/MatDefs/Terrain/
HeightBasedTerrain.j3md 28 VertexShader GLSL100: Common/MatDefs/Terrain/HeightBasedTerrain.vert
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe.h 62 struct vertex_header **tmp; /**< temp vert storage, such as for clipping */
109 * \param vert the vertex to copy (source)
115 const struct vertex_header *vert,
121 memcpy(tmp, vert, vsize);
  /external/chromium_org/third_party/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 642 BezierVertex** vert,
644 bloat_quad(p, toDevice, toSrc, *vert, devBounds);
645 set_conic_coeffs(p, *vert, weight);
646 *vert += kVertsPerQuad;
653 BezierVertex** vert,
659 add_quads(newP + 0, subdiv-1, toDevice, toSrc, vert, devBounds);
660 add_quads(newP + 2, subdiv-1, toDevice, toSrc, vert, devBounds);
662 bloat_quad(p, toDevice, toSrc, *vert, devBounds);
663 set_uv_quad(p, *vert);
664 *vert += kVertsPerQuad
    [all...]
  /external/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 642 BezierVertex** vert,
644 bloat_quad(p, toDevice, toSrc, *vert, devBounds);
645 set_conic_coeffs(p, *vert, weight);
646 *vert += kVertsPerQuad;
653 BezierVertex** vert,
659 add_quads(newP + 0, subdiv-1, toDevice, toSrc, vert, devBounds);
660 add_quads(newP + 2, subdiv-1, toDevice, toSrc, vert, devBounds);
662 bloat_quad(p, toDevice, toSrc, *vert, devBounds);
663 set_uv_quad(p, *vert);
664 *vert += kVertsPerQuad
    [all...]
  /external/chromium/webkit/glue/resources/
webkit_strings_lt.xtb 24 <translation id="5164977714490026579">Vert? turi b?ti <ph name="MINIMUM"/> arba didesn?.</translation>
51 <translation id="835897206747267392">Neteisinga vert?.</translation>
54 <translation id="3450233048674729344">Vert? turi b?ti <ph name="MAXIMUM"/> arba ma?esn?.</translation>
  /external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
BIHTree.java 85 int vert = ib.get(i) * 3; local
86 pointData[p++] = vb.get(vert++);
87 pointData[p++] = vb.get(vert++);
88 pointData[p++] = vb.get(vert);
90 vert = ib.get(i + 1) * 3;
91 pointData[p++] = vb.get(vert++);
92 pointData[p++] = vb.get(vert++);
93 pointData[p++] = vb.get(vert);
95 vert = ib.get(i + 2) * 3;
96 pointData[p++] = vb.get(vert++)
    [all...]
  /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
phasebeam.rs 116 VertexColor* vert = vertexColors;
118 vert->offsetX = -xOffset/2.0;
119 vert++;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
compute_resource.def 29 DECL_COMPUTE_RESOURCE(VERT, 16)
  /external/chromium_org/third_party/skia/include/core/
SkTrace.h 32 "verts", SkStringPrintf("%i", vert - base).c_str());
  /external/dropbear/libtommath/
poster.tex 25 $\vert \vert a \vert \vert$ & {\tt mp\_unsigned\_bin\_size(\&a)} & $res$ = 1 if $a$ prime to $t$ rounds? & {\tt mp\_prime\_is\_prime(\&a, t, \&res)} \\
  /external/jmonkeyengine/engine/src/core-data/Common/ShaderLib/
Lighting.glsllib 30 // find tangent view dir & vert pos
  /external/libvpx/libvpx/vp9/common/
vp9_scale.h 33 convolve_fn_t predict[2][2][2]; // horiz, vert, avg
  /external/mesa3d/src/gallium/drivers/r600/
compute_resource.def 29 DECL_COMPUTE_RESOURCE(VERT, 16)
  /external/skia/include/core/
SkTrace.h 32 "verts", SkStringPrintf("%i", vert - base).c_str());
  /frameworks/base/core/jni/android/opengl/
poly.h 40 Poly_vert vert[POLY_NMAX]; /* vertices */ member in struct:android::__anon30027
  /hardware/libhardware/tests/hwc/
util.c 76 GLuint vert, frag, prog; local
79 if (!(vert = load_shader(GL_VERTEX_SHADER, vert_src)))
86 glAttachShader(prog, vert);
108 glDeleteShader(vert);
  /external/chromium_org/third_party/mesa/src/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/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/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/components/policy/resources/
policy_templates_lt.xtb 11 <translation id="7040229947030068419">Vert?s pavyzdys:</translation>
48 Politikos vert? tur?t? b?ti nurodyta sekund?mis. Vert?s suma?inamos, kad b?t? bent 3 600 sek. (viena valanda).</translation>
55 Politikos vert? tur?t? b?ti nurodyta milisekund?mis. Vert?s apdorojamos, kad neb?t? didesn?s nei neaktyvumo delsos laiko vert?s.</translation>
69 Nenusta?ius ?ios politikos, visose svetain?se naudojama visuotin? numatytoji vert? i? politikos ?Numatytasis vaizd? nustatymas? (jei nustatyta) ar naudotojo asmenin?s konfig?racijos.</translation>
73 Juodojo s?ra?o vert? ?*? nurodo, kad visi pl?tiniai yra ?traukti ? juod?j? s?ra??, o naudotojai gali diegti tik ? balt?j? s?ra?? ?trauktus pl?tinius.
145       Politikos vert? turi b?ti nurodyta milisekund?mis. Vert? gali b?ti nuo 30 sekund?i? iki 24 valand?.</translation
    [all...]
  /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/jmonkeyengine/engine/src/core/com/jme3/animation/
SkeletonControl.java 300 throw new IllegalStateException("Max weights per vert is incorrectly set!");
343 for (int vert = verts - 1; vert >= 0; vert--) {
403 throw new IllegalStateException("Max weights per vert is incorrectly set!");
458 for (int vert = verts - 1; vert >= 0; vert--) {

Completed in 2468 milliseconds

1 2 3 4 56 7 8 91011>>