Searched refs:primitive (Results 1 - 25 of 106) sorted by relevance

12345

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-1973.js31 function TestAccessorWrapping(primitive) {
32 var prototype = Object.getPrototypeOf(Object(primitive))
34 var strict_type = typeof primitive;
39 primitive.strict = primitive.strict;
41 var sloppy_type = typeof Object(primitive);
46 primitive.sloppy = primitive.sloppy;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DDERTaggedObject.java43 ASN1Primitive primitive = obj.toASN1Primitive().toDERObject();
45 return primitive.isConstructed();
59 ASN1Primitive primitive = obj.toASN1Primitive().toDERObject();
60 int length = primitive.encodedLength();
86 ASN1Primitive primitive = obj.toASN1Primitive().toDERObject();
91 out.writeLength(primitive.encodedLength());
92 out.writeObject(primitive);
100 if (primitive.isConstructed())
110 out.writeImplicitObject(primitive);
H A DDLTaggedObject.java38 ASN1Primitive primitive = obj.toASN1Primitive().toDLObject();
40 return primitive.isConstructed();
80 ASN1Primitive primitive = obj.toASN1Primitive().toDLObject();
85 out.writeLength(primitive.encodedLength());
86 out.writeObject(primitive);
94 if (primitive.isConstructed())
104 out.writeImplicitObject(primitive);
H A DBERTaggedObject.java58 ASN1Primitive primitive = obj.toASN1Primitive().toDERObject();
60 return primitive.isConstructed();
74 ASN1Primitive primitive = obj.toASN1Primitive();
75 int length = primitive.encodedLength();
H A DDERApplicationSpecific.java49 ASN1Primitive primitive = object.toASN1Primitive();
51 byte[] data = primitive.getEncoded(ASN1Encoding.DER);
53 this.isConstructed = explicit || (primitive instanceof ASN1Set || primitive instanceof ASN1Sequence);
108 ASN1Primitive primitive = ((ASN1Encodable)obj).toASN1Primitive();
110 if (primitive instanceof ASN1Sequence)
112 return (DERApplicationSpecific)primitive;
H A DASN1OctetString.java67 ASN1Primitive primitive = ((ASN1Encodable)obj).toASN1Primitive();
69 if (primitive instanceof ASN1OctetString)
71 return (ASN1OctetString)primitive;
H A DASN1Sequence.java42 ASN1Primitive primitive = ((ASN1Encodable)obj).toASN1Primitive();
44 if (primitive instanceof ASN1Sequence)
46 return (ASN1Sequence)primitive;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_prim.h131 u_vertices_per_prim(int primitive) argument
133 switch(primitive) {
158 debug_printf("Unrecognized geometry shader primitive");
171 u_gs_prims_for_vertices(int primitive, int vertices) argument
173 switch(primitive) {
204 debug_printf("Unrecognized geometry shader primitive");
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_prim.h131 u_vertices_per_prim(int primitive) argument
133 switch(primitive) {
158 debug_printf("Unrecognized geometry shader primitive");
171 u_gs_prims_for_vertices(int primitive, int vertices) argument
173 switch(primitive) {
204 debug_printf("Unrecognized geometry shader primitive");
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_gs.c81 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
[all...]
H A Dbrw_sf.c86 /* Which primitive? Or all three?
88 switch (key->primitive) {
159 key.primitive = SF_UNFILLED_TRIS;
161 key.primitive = SF_TRIANGLES;
164 key.primitive = SF_LINES;
167 key.primitive = SF_POINTS;
H A Dbrw_gs.h46 * Hardware primitive type being drawn, e.g. _3DPRIM_TRILIST.
48 GLuint primitive:8; member in struct:brw_gs_prog_key
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceUtils.hpp43 rr::GeometryShaderOutputType mapGLGeometryShaderOutputType (deUint32 primitive);
44 rr::GeometryShaderInputType mapGLGeometryShaderInputType (deUint32 primitive);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_gs.c81 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
[all...]
H A Dbrw_sf.c86 /* Which primitive? Or all three?
88 switch (key->primitive) {
159 key.primitive = SF_UNFILLED_TRIS;
161 key.primitive = SF_TRIANGLES;
164 key.primitive = SF_LINES;
167 key.primitive = SF_POINTS;
H A Dbrw_gs.h46 * Hardware primitive type being drawn, e.g. _3DPRIM_TRILIST.
48 GLuint primitive:8; member in struct:brw_gs_prog_key
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_render.h49 GLenum primitive; member in struct:nouveau_swtnl_state
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_render.h49 GLenum primitive; member in struct:nouveau_swtnl_state
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_ioctl.c126 GLuint primitive,
131 assert(!(primitive & RADEON_CP_VC_CNTL_PRIM_WALK_IND));
143 OUT_BATCH(primitive | RADEON_CP_VC_CNTL_PRIM_WALK_LIST |
159 OUT_BATCH(primitive |
218 GLuint primitive,
226 fprintf(stderr, "%s %d prim %x\n", __FUNCTION__, min_nr, primitive);
228 assert((primitive & RADEON_CP_VC_CNTL_PRIM_WALK_IND));
244 OUT_BATCH(primitive |
252 OUT_BATCH(primitive |
267 __FUNCTION__, primitive);
124 radeonEmitVbufPrim( r100ContextPtr rmesa, GLuint vertex_format, GLuint primitive, GLuint vertex_nr ) argument
216 radeonAllocEltsOpenEnded( r100ContextPtr rmesa, GLuint vertex_format, GLuint primitive, GLuint min_nr ) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_ioctl.c126 GLuint primitive,
131 assert(!(primitive & RADEON_CP_VC_CNTL_PRIM_WALK_IND));
143 OUT_BATCH(primitive | RADEON_CP_VC_CNTL_PRIM_WALK_LIST |
159 OUT_BATCH(primitive |
218 GLuint primitive,
226 fprintf(stderr, "%s %d prim %x\n", __FUNCTION__, min_nr, primitive);
228 assert((primitive & RADEON_CP_VC_CNTL_PRIM_WALK_IND));
244 OUT_BATCH(primitive |
252 OUT_BATCH(primitive |
267 __FUNCTION__, primitive);
124 radeonEmitVbufPrim( r100ContextPtr rmesa, GLuint vertex_format, GLuint primitive, GLuint vertex_nr ) argument
216 radeonAllocEltsOpenEnded( r100ContextPtr rmesa, GLuint vertex_format, GLuint primitive, GLuint min_nr ) argument
[all...]
/external/deqp/modules/glshared/
H A DglsVertexArrayTests.cpp172 std::string Array::primitiveToString (Primitive primitive)
174 DE_ASSERT(primitive < PRIMITIVE_LAST);
185 return primitives[(int)primitive];
738 GLenum ContextArray::primitiveToGL (Array::Primitive primitive)
749 return primitives[(int)primitive];
1180 void ContextArrayPack::render (Array::Primitive primitive, int firstVertex, int vertexCount, bool useVao, float coordScale, float colorScale)
1221 m_ctx.drawArrays(ContextArray::primitiveToGL(primitive), firstVertex, vertexCount - firstVertex);
1343 static char* generateQuads (int seed, int count, int componentCount, int offset, int stride, Array::Primitive primitive, Array::InputType type, GLValue min, GLValue max);
1344 static char* generatePerQuad (int seed, int count, int componentCount, int stride, Array::Primitive primitive, Array::InputType type, GLValue min, GLValue max);
1348 static char* createQuads (int seed, int count, int componentCount, int offset, int stride, Array::Primitive primitive,
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fDrawTests.cpp74 spec.primitive = gls::DrawTestSpec::PRIMITIVE_TRIANGLES;
114 AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage);
126 AttributeGroup::AttributeGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod drawMethod, gls::DrawTestSpec::Primitive primitive, gls::DrawTestSpec::IndexType indexType, gls::DrawTestSpec::Storage indexStorage) argument
129 , m_primitive (primitive)
147 spec.primitive = m_primitive;
182 spec.primitive = m_primitive;
228 spec.primitive = m_primitive;
443 const gls::DrawTestSpec::Primitive primitive[] = local
467 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(primitive); ++ndx)
469 const std::string name = gls::DrawTestSpec::primitiveToString(primitive[nd
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding_1.3.100.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/emma/core/java12/com/vladium/jcd/lib/
H A DTypes.java505 else // primitive type
507 return primitive (first);
523 else // primitive type
525 component = primitive (first);
533 Class primitive (char c) throws ClassNotFoundException method in class:Types.typeDescriptorCompiler
563 else // primitive type
564 return primitive (first);
581 else // primitive type
582 component = primitive (first);
589 String primitive (cha method in class:Types.typeDescriptorCompiler2
[all...]
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DLengthStyleInterpolation.cpp21 // Only returns true if the type is a primitive length unit.
30 CSSPrimitiveValue* primitive = toCSSPrimitiveValue(value); local
35 primitive->accumulateLengthArray(array);

Completed in 1782 milliseconds

12345