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

1 23 4 5 6

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1Set.java 44 ASN1Primitive primitive = ((ASN1Encodable)obj).toASN1Primitive(); local
46 if (primitive instanceof ASN1Set)
48 return (ASN1Set)primitive;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_clip.c 92 switch (key->primitive) {
147 key.primitive = brw->intel.reduced_primitive;
162 if (key.primitive == GL_TRIANGLES) {
brw_clip.h 46 GLuint primitive:4; member in struct:brw_clip_prog_key
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip.c 92 switch (key->primitive) {
147 key.primitive = brw->intel.reduced_primitive;
162 if (key.primitive == GL_TRIANGLES) {
brw_clip.h 46 GLuint primitive:4; member in struct:brw_clip_prog_key
  /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/mesa3d/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;
  /cts/suite/pts/deviceTests/opengl/src/com/android/pts/opengl/primitive/
GLPrimitiveBenchmark.java 14 package com.android.pts.opengl.primitive;
27 * Runs the Primitive OpenGL ES 2.0 Benchmarks.
GLPrimitiveActivity.java 14 package com.android.pts.opengl.primitive;
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_enums.py 116 * Primitive names
130 "inside unknown primitive",
135 /* Get the name of an enum given that it is a primitive type. Avoids
  /external/mesa3d/src/mapi/glapi/gen/
gl_enums.py 116 * Primitive names
130 "inside unknown primitive",
135 /* Get the name of an enum given that it is a primitive type. Avoids
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
intel_tris.c 69 assert(intel->prim.primitive != ~0);
77 _3DPRIMITIVE | intel->prim.primitive | (used - 2);
85 intel->prim.primitive = ~0;
100 /* Emit a slot which will be filled with the inline primitive
106 intel->prim.primitive = prim;
118 GLuint prim = intel->prim.primitive;
144 /** Sets the primitive type for a primitive sequence, flushing as needed. */
153 if (prim != intel->prim.primitive) {
155 intel->prim.primitive = prim
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_tris.c 69 assert(intel->prim.primitive != ~0);
77 _3DPRIMITIVE | intel->prim.primitive | (used - 2);
85 intel->prim.primitive = ~0;
100 /* Emit a slot which will be filled with the inline primitive
106 intel->prim.primitive = prim;
118 GLuint prim = intel->prim.primitive;
144 /** Sets the primitive type for a primitive sequence, flushing as needed. */
153 if (prim != intel->prim.primitive) {
155 intel->prim.primitive = prim
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
sm4.h 125 unsigned primitive : 6; member in struct:sm4_token_instruction::__anon14883::__anon14892
155 unsigned primitive : 3; /* D3D_TESSELLATOR_OUTPUT_PRIMITIVE */ member in struct:sm4_token_instruction::__anon14883::__anon14898
  /external/chromium_org/v8/test/mjsunit/
double-equals.js 161 // to Number too) is converted to primitive using ToPrimitive with NO HINT.
205 // converted to primitive.
215 // Object that can't be converted to primitive.
219 return this; // Not primitive.
mjsunit.js 46 // Expected and found values the same objects, or the same primitive
48 // For known primitive values, please use assertEquals.
51 // Expected and found values are identical primitive values or functions
204 // Neither a nor b is primitive.
stack-traces-2.js 32 // a primitive values.
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
sm4.h 125 unsigned primitive : 6; member in struct:sm4_token_instruction::__anon25248::__anon25257
155 unsigned primitive : 3; /* D3D_TESSELLATOR_OUTPUT_PRIMITIVE */ member in struct:sm4_token_instruction::__anon25248::__anon25263
  /external/v8/test/mjsunit/
double-equals.js 161 // to Number too) is converted to primitive using ToPrimitive with NO HINT.
205 // converted to primitive.
215 // Object that can't be converted to primitive.
219 return this; // Not primitive.
mjsunit.js 46 // Expected and found values the same objects, or the same primitive
48 // For known primitive values, please use assertEquals.
51 // Expected and found values are identical primitive values or functions
196 // Neither a nor b is primitive.
stack-traces-2.js 32 // a primitive values.
  /external/guava/guava/src/com/google/common/primitives/
generate.sh 4 # Args are: primitive type, capitalized primitive type, wrapper type
72 * The number of bytes required to represent a primitive {@code primtyp}
81 * @param value a primitive {@code primtyp} value
139 * @param target a primitive {@code primtyp} value
157 * @param target a primitive {@code primtyp} value
211 * @param target a primitive {@code primtyp} value
433 * primitive {@code primtyp} values.
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_span.c 980 if (span->primitive == GL_BITMAP && span->array->ChanType != GL_FLOAT) {
987 if (span->primitive != GL_POINT ||
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/
read-modify-eval.js 143 // In a strict mode function primitive this values are not converted, so
  /external/mesa3d/src/mesa/swrast/
s_span.c 980 if (span->primitive == GL_BITMAP && span->array->ChanType != GL_FLOAT) {
987 if (span->primitive != GL_POINT ||
    [all...]

Completed in 1378 milliseconds

1 23 4 5 6