Lines Matching full:schema

64 template <typename T> void dumpAttributes(T const &schema) {  in dumpAttributes()  argument
66 const size_t meshPropertyCount = schema.getNumProperties(); in dumpAttributes()
69 const PropertyHeader &header = schema.getPropertyHeader(p); in dumpAttributes()
74 schema.getNumSamples(); in dumpAttributes()
76 schema.getUVsParam().getNumSamples(); in dumpAttributes()
80 const ICompoundProperty geoParam = schema.getArbGeomParams(); in dumpAttributes()
94 const IPolyMeshSchema &schema = mesh.getSchema(); in dumpPolyMesh() local
97 dumpAttributes(schema); in dumpPolyMesh()
103 const ISubDSchema &schema = mesh.getSchema(); in dumpSubD() local
105 dumpAttributes(schema); in dumpSubD()
106 schema.getSubdivisionSchemeProperty(); in dumpSubD()
107 schema.getFaceVaryingInterpolateBoundaryProperty(); in dumpSubD()
108 schema.getFaceVaryingPropagateCornersProperty(); in dumpSubD()
109 schema.getInterpolateBoundaryProperty(); in dumpSubD()
115 const IFaceSetSchema &schema = faceSet.getSchema(); in dumpFaceSet() local
116 schema.getNumSamples(); in dumpFaceSet()
122 const ICurvesSchema &schema = curves.getSchema(); in dumpCurves() local
124 dumpAttributes(schema); in dumpCurves()
130 const IXformSchema &schema = xform.getSchema(); in dumpXform() local
132 schema.getNumSamples(); in dumpXform()
133 schema.getNumOps(); in dumpXform()
139 IMaterialSchema &schema = material.getSchema(); in dumpMaterial() local
142 schema.getTargetNames(targetNames); in dumpMaterial()
146 schema.getShaderTypesForTarget(target, shaderTypes); in dumpMaterial()
151 schema.getShaderParameters(target, shaderTypes[s]); in dumpMaterial()