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

1 2 3 4 5 6 7 891011>>

  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tcl.c 163 /* TODO: Try to extend existing primitive if both are identical,
321 /* If primitive.count is less than MAX_CONVERSION_SIZE
328 if (!VB->Primitive[i].count)
330 if ( (!VB->Elts && VB->Primitive[i].count >= MAX_CONVERSION_SIZE)
335 space_required += VB->Primitive[i].count * 3;
406 GLuint prim = _tnl_translate_prim(&VB->Primitive[i]);
407 GLuint start = VB->Primitive[i].start;
408 GLuint length = VB->Primitive[i].count;
  /external/mesa3d/src/mesa/vbo/
vbo_exec.c 102 * and primitive restart is not used.
139 assert(!"Unexpected primitive type in count_tessellated_primitives");
  /external/valgrind/unittest/
test_utils.h 125 // primitive, even if it looks like one. Its purpose is to enforce an
129 // synchronization primitive before signal() or after wait().
  /frameworks/base/media/mca/filterfw/java/android/filterfw/format/
ObjectFormat.java 77 // Check if type is primitive
98 "Unknown primitive type: " + type.getSimpleName() + "!");
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Integer.java 114 * Converts primitive int value to a form most suitable for encoding.
116 * @param value primitive value to be encoded
  /art/test/044-proxy/src/
Clash.java 24 * duplicate methods (primitive vs. object).
  /cts/suite/cts/deviceTests/opengl/
AndroidManifest.xml 22 android:name=".primitive.GLPrimitiveActivity"
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
CommonDatabaseUtils.java 29 // primitive value used when record is not found.
  /cts/tools/signature-tools/src/signature/model/
IAnnotationElement.java 30 * <li>a wrapper class for a primitive type
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstType.java 24 * Constants that represent an arbitrary type (reference or primitive).
96 * class corresponding to a given primitive type. For example, if
100 * @param primitiveType {@code non-null;} the primitive type
116 throw new IllegalArgumentException("not primitive: " + primitiveType);
  /dalvik/libdex/
DexUtf.cpp 178 * single-character primitive type, or continue on to check the
190 // These are all single-character descriptors for primitive types.
274 * is for a class or array and not a primitive type. */
285 * is for a class and not an array or primitive type. */
  /dalvik/tests/044-proxy/src/
Clash.java 24 * duplicate methods (primitive vs. object).
  /dalvik/vm/native/
java_lang_reflect_Constructor.cpp 32 * with an interface, array, or primitive class.
  /development/samples/ApiDemos/res/xml/
default_values.xml 17 <!-- This is a primitive example showing how to set default values for preferences.
preference_headers.xml 17 <!-- This is a primitive example showing the different types of preferences available. -->
  /external/bison/etc/
README 2 A primitive Perl script to run benches. Currently its only bench is
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1Object.java 84 * @return the underlying primitive type.
  /external/chromium/base/
spin_wait.h 10 // those primitive multi-threaded constructs.
  /external/chromium_org/base/synchronization/
spin_wait.h 10 // those primitive multi-threaded constructs.
  /external/chromium_org/third_party/WebKit/Source/wtf/
SpinLock.h 36 // the standard CPU primitive of atomic increment and decrement of an int at
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_swtnl_private.h 36 * Primitive renderer for svga.
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_swtnl_t.c 218 BATCH_BEGIN(nvgl_primitive(swtnl->primitive));
253 /* Primitive rendering */
260 || (swtnl->vertex_count && swtnl->primitive != p)) \
263 swtnl->primitive = p;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
enums.h 45 /* Get the name of an enum given that it is a primitive type. Avoids
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_split.h 47 /* True if a primitive can be split without copying of vertices, false
  /external/chromium_org/third_party/skia/include/gpu/
GrPaint.h 25 * The primitive color computation starts with the color specified by setColor(). This color is the
53 * Sets the blending coefficients to use to blend the final primitive color with the
64 * The initial color of the drawn primitive. Defaults to solid white.
70 * Applies fractional coverage to the entire drawn primitive. Defaults to 0xff.

Completed in 2833 milliseconds

1 2 3 4 5 6 7 891011>>