Searched defs:primitive (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/swrast/
H A Ds_span.h114 GLenum primitive; member in struct:sw_span
164 (S).primitive = (PRIMITIVE); \
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c13329 * Returns the primitive type of the given type or
13338 * Note that anySimpleType is actually not a primitive type
13355 * Returns the primitive type of the given type or
15134 * must be possible to reach a built-in primitive datatype or the �simple
15169 xmlSchemaTypePtr primitive; local
15172 * type definition or a built-in primitive datatype.
15199 * 1.3.1 DF must be an allowed constraining facet for the {primitive
15207 primitive = xmlSchemaGetPrimitiveType(type);
15208 if (primitive == NULL) {
15210 "failed to get primitive typ
[all...]

Completed in 91 milliseconds