HomeSort by relevance Sort by last modified time
    Searched full:primitive (Results 451 - 475 of 1457) sorted by null

<<11121314151617181920>>

  /external/mesa3d/docs/
sourcetree.html 69 <li><b>swrast_setup</b> - Software primitive setup. Does things like
105 <li><b>draw</b> - Software vertex processing and primitive assembly
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_emit.c 142 /* XXX: and work out some way to coordinate the render primitive
212 /* XXX: and work out some way to coordinate the render primitive
draw_pt_vsplit_tmp.h 225 #define PRIMITIVE(istart, icount) \
290 #define PRIMITIVE(istart, icount) FALSE
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
sm4.h 125 unsigned primitive : 6; member in struct:sm4_token_instruction::__anon23459::__anon23468
155 unsigned primitive : 3; /* D3D_TESSELLATOR_OUTPUT_PRIMITIVE */ member in struct:sm4_token_instruction::__anon23459::__anon23474
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_render.c 152 /* wait for enough space for state, and at least one whole primitive */
203 /* Primitive rendering */
  /external/stlport/src/
stdio_streambuf.cpp 97 // of a primitive type
116 // of a primitive type
  /frameworks/base/core/java/android/animation/
KeyframeSet.java 94 // if all keyframes of same primitive type, create the appropriate KeyframeSet
143 * both of which assume their own evaluator to speed up calculations with those primitive
  /frameworks/native/opengl/tools/glgen/src/
JType.java 30 // Primitive types
54 // EGL primitive types
  /libcore/luni/src/main/java/libcore/io/
Memory.java 32 * Used to optimize nio heap buffer bulk get operations. 'dst' must be a primitive array.
39 * Used to optimize nio heap buffer bulk put operations. 'src' must be a primitive array.
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 97 // of a primitive type
116 // of a primitive type
  /packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/
GalaxyRS.java 20 import android.renderscript.Mesh.Primitive;
75 meshBuilder.addIndexSetType(Primitive.POINT);
  /dalvik/vm/native/
java_lang_Class.cpp 357 * behavior: keywords for primitive types, regular "[I" form for primitive
371 * a primitive type; special-case the return value.
385 ALOGE("Unknown primitive type '%c'", descriptor[0]);
414 * If the class represents a java/lang/Object, an interface, a primitive
415 * type, or void (which *is* a primitive type??), return NULL.
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ClassTest.java 531 assertFalse("Interface type claims to be primitive.", Runnable.class.isPrimitive());
532 assertFalse("Object type claims to be primitive.", Object.class.isPrimitive());
533 assertFalse("Prim Array type claims to be primitive.", int[].class.isPrimitive());
534 assertFalse("Array type claims to be primitive.", Object[].class.isPrimitive());
535 assertTrue("Prim type claims not to be primitive.", int.class.isPrimitive());
536 assertFalse("Object type claims to be primitive.", Object.class.isPrimitive());
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
context.rst 228 ``draw_vbo`` draws a specified primitive. The primitive mode and other
232 the mode of the primitive and the vertices to be fetched, in the range between
258 When drawing indexed primitives, the primitive restart index can be
259 used to draw disjoint primitive strips. For example, several separate
264 When primitive restart is in use, array indexes are compared to the
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_prim_vbuf.c 31 * lists by hooking into the end of the primitive pipeline and
58 * Primitive renderer for i915.
68 /** Software primitive */
71 /** Hardware primitive */
696 * Create a new primitive render.
754 * Create a new primitive vbuf/render stage.
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
wire_format_lite.h 283 // For primitive fields, we just use a templatized routine parameterized by
289 // Reads repeated primitive values, with optimizations for repeats.
306 // Reads a primitive value directly from the provided buffer. It returns a
315 // Reads a primitive packed field.
527 // A helper method for the repeated primitive reader. This method has
528 // optimizations for primitive types that have fixed size on the wire, and
  /external/guava/guava/src/com/google/common/primitives/
Chars.java 51 * The number of bytes required to represent a primitive {@code char}
60 * @param value a primitive {@code char} value
117 * @param target a primitive {@code char} value
135 * @param target a primitive {@code char} value
189 * @param target a primitive {@code char} value
413 * primitive {@code char} values.
Doubles.java 49 * The number of bytes required to represent a primitive {@code double}
60 * @param value a primitive {@code double} value
102 * @param target a primitive {@code double} value
121 * @param target a primitive {@code double} value
179 * @param target a primitive {@code double} value
356 * primitive {@code double} values.
Floats.java 49 * The number of bytes required to represent a primitive {@code float}
60 * @param value a primitive {@code float} value
99 * @param target a primitive {@code float} value
118 * @param target a primitive {@code float} value
176 * @param target a primitive {@code float} value
353 * primitive {@code float} values.
Ints.java 51 * The number of bytes required to represent a primitive {@code int}
67 * @param value a primitive {@code int} value
124 * @param target a primitive {@code int} value
142 * @param target a primitive {@code int} value
196 * @param target a primitive {@code int} value
420 * primitive {@code int} values.
Longs.java 48 * The number of bytes required to represent a primitive {@code long}
69 * @param value a primitive {@code long} value
94 * @param target a primitive {@code long} value
112 * @param target a primitive {@code long} value
166 * @param target a primitive {@code long} value
405 * primitive {@code long} values.
Shorts.java 48 * The number of bytes required to represent a primitive {@code short}
64 * @param value a primitive {@code short} value
122 * @param target a primitive {@code short} value
140 * @param target a primitive {@code short} value
194 * @param target a primitive {@code short} value
418 * primitive {@code short} values.
  /external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
Chars.java 49 * The number of bytes required to represent a primitive {@code char}
58 * @param value a primitive {@code char} value
115 * @param target a primitive {@code char} value
133 * @param target a primitive {@code char} value
187 * @param target a primitive {@code char} value
362 * primitive {@code char} values.
Ints.java 46 * The number of bytes required to represent a primitive {@code int}
62 * @param value a primitive {@code int} value
119 * @param target a primitive {@code int} value
137 * @param target a primitive {@code int} value
191 * @param target a primitive {@code int} value
364 * primitive {@code int} values.
Shorts.java 46 * The number of bytes required to represent a primitive {@code short}
62 * @param value a primitive {@code short} value
120 * @param target a primitive {@code short} value
138 * @param target a primitive {@code short} value
192 * @param target a primitive {@code short} value
366 * primitive {@code short} values.

Completed in 1615 milliseconds

<<11121314151617181920>>