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

1 23 4 5 6 7 8 91011>>

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_gs.c 81 switch (key->primitive) {
106 assert(!"Unexpected primitive type in Gen6 SOL program.");
115 switch (key->primitive) {
172 key->primitive = brw->primitive;
176 if (key->primitive == _3DPRIM_QUADLIST && ctx->Light.ShadeModel != GL_FLAT) {
177 /* Provide consistent primitive order with brw_set_prim's
230 key->need_gs_prog = (brw->primitive == _3DPRIM_QUADLIST ||
231 brw->primitive == _3DPRIM_QUADSTRIP ||
232 brw->primitive == _3DPRIM_LINELOOP)
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_primitive_restart.c 42 * Notes on primitive restart:
43 * The code below is used when the driver does not support primitive
50 * 1. Save the list of sub-primitive (start, count) values in a list attached
58 * Finally, some apps might perform better if they don't use primitive restart
156 * Handle primitive restart in software.
158 * This function breaks up calls into the driver so primitive restart
182 * are split based on the primitive restart index value.
200 * each primitive with a break to implement each primitive restart.
205 /* Loop over the sub-primitives drawing sub-ranges of the primitive. *
    [all...]
  /libcore/luni/src/main/java/java/lang/
Boolean.java 23 * The wrapper for the primitive type {@code boolean}.
37 * The {@link Class} object that represents the primitive type {@code
47 * The {@code Boolean} object that represents the primitive value
53 * The {@code Boolean} object that represents the primitive value
62 * Boolean representing the primitive value {@code true}, otherwise it will
63 * be a Boolean representing the primitive value {@code false}.
73 * Constructs a new {@code Boolean} with the specified primitive boolean
77 * the primitive boolean value, {@code true} or {@code false}.
84 * Gets the primitive value of this boolean, either {@code true} or
87 * @return this object's primitive value, {@code true} or {@code false}
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERApplicationSpecific.java 49 ASN1Primitive primitive = object.toASN1Primitive(); local
51 byte[] data = primitive.getEncoded(ASN1Encoding.DER);
53 this.isConstructed = explicit || (primitive instanceof ASN1Set || primitive instanceof ASN1Sequence);
108 ASN1Primitive primitive = ((ASN1Encodable)obj).toASN1Primitive(); local
110 if (primitive instanceof ASN1Sequence)
112 return (DERApplicationSpecific)primitive;
ASN1OctetString.java 67 ASN1Primitive primitive = ((ASN1Encodable)obj).toASN1Primitive(); local
69 if (primitive instanceof ASN1OctetString)
71 return (ASN1OctetString)primitive;
  /external/jmonkeyengine/engine/src/core/com/jme3/export/
InputCapsule.java 52 // byte primitive
58 // int primitive
65 // float primitive
72 // double primitive
79 // long primitive
86 // short primitive
93 // boolean primitive
OutputCapsule.java 50 // byte primitive
57 // int primitive
64 // float primitive
71 // double primitive
78 // long primitive
85 // short primitive
92 // boolean primitive
  /external/chromium_org/chromeos/network/
shill_property_util_unittest.cc 84 TEST_F(NetworkTypePatternTest, Primitive) {
86 NetworkTypePattern::Primitive(shill::kTypeCellular);
91 NetworkTypePattern::Primitive(shill::kTypeWimax);
  /external/clang/test/SemaTemplate/
temp_arg_template.cpp 59 template <typename Primitive, template <Primitive...> class F> // expected-warning {{variadic templates are a C++11 extension}}
61 typedef typename Primitive::template call<F> x;
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
t_dd_dmatmp.h 37 * Where various primitive types are unaccelerated by hardware, the
38 * code attempts to fallback to other primitive types (quadstrips to
131 fprintf(stderr, "%s - cannot draw primitive\n", __FUNCTION__);
166 fprintf(stderr, "%s - cannot draw primitive\n", __FUNCTION__);
198 fprintf(stderr, "%s - cannot draw primitive\n", __FUNCTION__);
264 fprintf(stderr, "%s - cannot draw primitive\n", __FUNCTION__);
334 fprintf(stderr, "%s - cannot draw primitive\n", __FUNCTION__);
373 fprintf(stderr, "%s - cannot draw primitive\n", __FUNCTION__);
412 fprintf(stderr, "%s - cannot draw primitive\n", __FUNCTION__);
503 fprintf(stderr, "%s - cannot draw primitive\n", __FUNCTION__)
    [all...]
  /external/libffi/doc/
libffi.info 200 * Primitive Types:: Built-in types.
205 File: libffi.info, Node: Primitive Types, Next: Structures, Up: Types
207 2.3.1 Primitive Types
286 File: libffi.info, Node: Structures, Next: Type Example, Prev: Primitive Types, Up: Types
491 * ffi_type_double: Primitive Types. (line 41)
492 * ffi_type_float: Primitive Types. (line 38)
493 * ffi_type_longdouble: Primitive Types. (line 71)
494 * ffi_type_pointer: Primitive Types. (line 75)
495 * ffi_type_schar: Primitive Types. (line 47)
496 * ffi_type_sint: Primitive Types. (line 62
    [all...]
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_dmatmp.h 37 * Where various primitive types are unaccelerated by hardware, the
38 * code attempts to fallback to other primitive types (quadstrips to
131 fprintf(stderr, "%s - cannot draw primitive\n", __FUNCTION__);
166 fprintf(stderr, "%s - cannot draw primitive\n", __FUNCTION__);
198 fprintf(stderr, "%s - cannot draw primitive\n", __FUNCTION__);
264 fprintf(stderr, "%s - cannot draw primitive\n", __FUNCTION__);
334 fprintf(stderr, "%s - cannot draw primitive\n", __FUNCTION__);
373 fprintf(stderr, "%s - cannot draw primitive\n", __FUNCTION__);
412 fprintf(stderr, "%s - cannot draw primitive\n", __FUNCTION__);
503 fprintf(stderr, "%s - cannot draw primitive\n", __FUNCTION__)
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Mesh.java 39 * index sets or primitive types.
49 public enum Primitive {
85 Primitive(int id) {
92 Primitive[] mPrimitives;
144 * @return index set primitive type
147 public Primitive getPrimitive(int slot) {
166 mPrimitives = new Primitive[idxCount];
180 mPrimitives[i] = Primitive.values()[primitives[i]];
199 Primitive prim;
288 * @param p primitive typ
    [all...]
  /art/runtime/mirror/
class.h 22 #include "primitive.h"
269 Primitive::Type GetPrimitiveType() const {
270 DCHECK_EQ(sizeof(Primitive::Type), sizeof(int32_t));
271 return static_cast<Primitive::Type>(
275 void SetPrimitiveType(Primitive::Type new_type) {
276 DCHECK_EQ(sizeof(Primitive::Type), sizeof(int32_t));
280 // Returns true if the class is a primitive type.
282 return GetPrimitiveType() != Primitive::kPrimNot;
286 return GetPrimitiveType() == Primitive::kPrimBoolean;
290 return GetPrimitiveType() == Primitive::kPrimByte
    [all...]
  /dalvik/vm/oo/
Array.h 60 * primitive types.
80 * Verify that the array is an object array and not a primitive array.
92 * Verify that the array is an object array and not a primitive array.
123 * array of primitives. The boxed value must fit in the primitive (i.e.
  /external/chromium_org/content/public/test/
unittest_test_suite.h 19 // 1. It allows the use of some primitive WebKit data types like WebString.
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_gs_tmp.h 20 debug_assert(!"unexpected primitive type in GS"); \
draw_split_tmp.h 45 /* sanitize primitive length */
50 /* try flushing the entire primitive */
51 if (PRIMITIVE(start, count))
173 #undef PRIMITIVE
  /external/chromium_org/ui/gfx/
OWNERS 4 # Primitive graphics types (size, rect, vector ...)
  /external/guava/guava/src/com/google/common/math/
package-info.java 18 * Arithmetic functions operating on primitive values and {@link java.math.BigInteger} instances.
  /external/jsr305/ri/src/main/java/javax/annotation/meta/
TypeQualifier.java 22 * annotation can also be applied to the corresponding primitive numeric
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_gs_tmp.h 20 debug_assert(!"unexpected primitive type in GS"); \
draw_split_tmp.h 45 /* sanitize primitive length */
50 /* try flushing the entire primitive */
51 if (PRIMITIVE(start, count))
173 #undef PRIMITIVE
  /external/mockito/src/org/mockito/internal/progress/
HandyReturnValues.java 36 // explicitly return null if type is not a primitive or a wrapper
  /frameworks/base/graphics/java/android/graphics/
PathEffect.java 21 * the geometry of a drawing primitive before it is transformed by the

Completed in 4998 milliseconds

1 23 4 5 6 7 8 91011>>