Home
last modified time | relevance | path

Searched refs:Structure (Results 1 – 25 of 121) sorted by relevance

12345

/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/animations/
DArmatureHelper.java50 import com.jme3.scene.plugins.blender.file.Structure;
94 …public void buildBones(Structure boneStructure, Bone parent, List<Bone> result, Matrix4f arbt, fin… in buildBones()
126 …public Map<Integer, Integer> getGroupToBoneIndexMap(Structure defBaseStructure, Skeleton skeleton,… in getGroupToBoneIndexMap()
130 List<Structure> deformGroups = defBaseStructure.evaluateListBase(blenderContext);// bDeformGroup in getGroupToBoneIndexMap()
132 for (Structure deformGroup : deformGroups) { in getGroupToBoneIndexMap()
145 public boolean shouldBeLoaded(Structure structure, BlenderContext blenderContext) { in shouldBeLoaded()
161 …public BoneTrack[] getTracks(Structure actionStructure, Skeleton skeleton, BlenderContext blenderC… in getTracks()
182 …private BoneTrack[] getTracks250(Structure actionStructure, Skeleton skeleton, BlenderContext blen… in getTracks250()
186 Structure groups = (Structure) actionStructure.getFieldValue("groups"); in getTracks250()
187 List<Structure> actionGroups = groups.evaluateListBase(blenderContext);// bActionGroup in getTracks250()
[all …]
DIpoHelper.java13 import com.jme3.scene.plugins.blender.file.Structure;
49 …public Ipo fromIpoStructure(Structure ipoStructure, BlenderContext blenderContext) throws BlenderF… in fromIpoStructure()
50 Structure curvebase = (Structure) ipoStructure.getFieldValue("curve"); in fromIpoStructure()
54 List<Structure> curves = curvebase.evaluateListBase(blenderContext);// IpoCurve in fromIpoStructure()
58 for (Structure curve : curves) { in fromIpoStructure()
60 List<Structure> bezTriples = pBezTriple.fetchData(blenderContext.getInputStream()); in fromIpoStructure()
84 …public Ipo fromAction(Structure actionStructure, BlenderContext blenderContext) throws BlenderFile… in fromAction()
86 …List<Structure> curves = ((Structure) actionStructure.getFieldValue("curves")).evaluateListBase(bl… in fromAction()
90 for (Structure curve : curves) { in fromAction()
92 List<Structure> bezTriples = pBezTriple.fetchData(blenderContext.getInputStream()); in fromAction()
[all …]
DBoneContext.java15 import com.jme3.scene.plugins.blender.file.Structure;
25 private Structure boneStructure;
27 private Structure poseChannel;
64 …public BoneContext(Structure boneStructure, Matrix4f objectToArmatureMatrix, final Map<Long, Struc… in BoneContext()
85 …private BoneContext(Structure boneStructure, BoneContext parent, Matrix4f objectToArmatureMatrix, … in BoneContext()
94 …List<Structure> childbase = ((Structure) boneStructure.getFieldValue("childbase")).evaluateListBas… in BoneContext()
95 for (Structure child : childbase) { in BoneContext()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
DConstraintHelper.java16 import com.jme3.scene.plugins.blender.file.Structure;
77 …public void loadConstraints(Structure objectStructure, BlenderContext blenderContext) throws Blend… in loadConstraints()
84 List<Structure> actions = pActions.fetchData(blenderContext.getInputStream()); in loadConstraints()
85 for (Structure action : actions) { in loadConstraints()
86 Structure chanbase = (Structure) action.getFieldValue("chanbase"); in loadConstraints()
87 List<Structure> actionChannels = chanbase.evaluateListBase(blenderContext); in loadConstraints()
88 for (Structure actionChannel : actionChannels) { in loadConstraints()
90 Structure constChannels = (Structure) actionChannel.getFieldValue("constraintChannels"); in loadConstraints()
91 List<Structure> constraintChannels = constChannels.evaluateListBase(blenderContext); in loadConstraints()
92 for (Structure constraintChannel : constraintChannels) { in loadConstraints()
[all …]
DConstraint.java14 import com.jme3.scene.plugins.blender.file.Structure;
30 protected final Structure data;
51 public Constraint(Structure constraintStructure, Long ownerOMA, in Constraint()
60 Structure targetStructure = pTar.fetchData(blenderContext.getInputStream()).get(0); in Constraint()
DConstraintNull.java6 import com.jme3.scene.plugins.blender.file.Structure;
29 public ConstraintNull(Structure constraintStructure, Long ownerOMA, in ConstraintNull()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
DModifierHelper.java46 import com.jme3.scene.plugins.blender.file.Structure;
81 …public Collection<Modifier> readModifiers(Structure objectStructure, BlenderContext blenderContext… in readModifiers()
83 Structure modifiersListBase = (Structure) objectStructure.getFieldValue("modifiers"); in readModifiers()
84 List<Structure> modifiers = modifiersListBase.evaluateListBase(blenderContext); in readModifiers()
85 for (Structure modifierStructure : modifiers) { in readModifiers()
120 public boolean shouldBeLoaded(Structure structure, BlenderContext blenderContext) { in shouldBeLoaded()
137 …private Modifier readAnimationModifier249(Structure objectStructure, BlenderContext blenderContext… in readAnimationModifier249()
142 Structure action = pAction.fetchData(blenderContext.getInputStream()).get(0); in readAnimationModifier249()
143 …List<Structure> actionChannels = ((Structure) action.getFieldValue("chanbase")).evaluateListBase(b… in readAnimationModifier249()
147 Structure ipoStructure = pChannelIpo.fetchData(blenderContext.getInputStream()).get(0); in readAnimationModifier249()
[all …]
DArmatureModifier.java33 import com.jme3.scene.plugins.blender.file.Structure;
85 …public ArmatureModifier(Structure objectStructure, Structure modifierStructure, BlenderContext ble… in ArmatureModifier()
86Structure meshStructure = ((Pointer) objectStructure.getFieldValue("data")).fetchData(blenderConte… in ArmatureModifier()
98 Structure armatureObject = pArmatureObject.fetchData(blenderContext.getInputStream()).get(0); in ArmatureModifier()
101Structure armatureStructure = ((Pointer) armatureObject.getFieldValue("data")).fetchData(blenderCo… in ArmatureModifier()
103Structure pose = ((Pointer) armatureObject.getFieldValue("pose")).fetchData(blenderContext.getInpu… in ArmatureModifier()
104 …List<Structure> chanbase = ((Structure) pose.getFieldValue("chanbase")).evaluateListBase(blenderCo… in ArmatureModifier()
106 Map<Long, Structure> bonesPoseChannels = new HashMap<Long, Structure>(chanbase.size()); in ArmatureModifier()
107 for (Structure poseChannel : chanbase) { in ArmatureModifier()
117 …List<Structure> bonebase = ((Structure) armatureStructure.getFieldValue("bonebase")).evaluateListB… in ArmatureModifier()
[all …]
DModifier.java6 import com.jme3.scene.plugins.blender.file.Structure;
46 protected boolean validate(Structure modifierStructure, BlenderContext blenderContext) { in validate()
47 Structure modifierData = (Structure)modifierStructure.getFieldValue("modifier"); in validate()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/
DMaterialContext.java8 import com.jme3.scene.plugins.blender.file.Structure;
40 /* package */final List<Structure> mTexs;
41 /* package */final List<Structure> textures;
43 /* package */final Map<Texture, Structure> textureToMTexMap;
62 …/* package */MaterialContext(Structure structure, BlenderContext blenderContext) throws BlenderFil… in MaterialContext()
100 mTexs = new ArrayList<Structure>(); in MaterialContext()
101 textures = new ArrayList<Structure>(); in MaterialContext()
109 Structure mtex = p.fetchData(blenderContext.getInputStream()).get(0); in MaterialContext()
122 Structure tex = pTex.fetchData(blenderContext.getInputStream()).get(0); in MaterialContext()
142 Map<Number, List<Structure[]>> sortedTextures = this.sortAndFilterTextures(); in MaterialContext()
[all …]
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
DStructure.java45 public class Structure implements Cloneable { class
67 …private Structure(Structure structure, BlenderContext blenderContext) throws CloneNotSupportedExce… in Structure() method in Structure
90 …public Structure(BlenderInputStream inputStream, String[] names, String[] types, BlenderContext bl… in Structure() method in Structure
154 } else if (value instanceof Structure) { in getFlatFieldValue()
155 value = ((Structure) value).getFlatFieldValue(fieldName); in getFlatFieldValue()
175 …public List<Structure> evaluateListBase(BlenderContext blenderContext) throws BlenderFileException… in evaluateListBase()
183 List<Structure> result = new LinkedList<Structure>(); in evaluateListBase()
186 Structure structure = first.fetchData(blenderContext.getInputStream()).get(0); in evaluateListBase()
248 if(fieldValue instanceof Structure) { in getName()
249 Structure id = (Structure)fieldValue; in getName()
[all …]
DDnaBlockData.java51 private final Structure[] structures;
53 private final Map<String, Structure> structuresMap;
129 structures = new Structure[amount]; in DnaBlockData()
130 structuresMap = new HashMap<String, Structure>(amount); in DnaBlockData()
132 structures[i] = new Structure(inputStream, names, types, blenderContext); in DnaBlockData()
154 public Structure getStructure(int index) { in getStructure()
156 return (Structure) structures[index].clone(); in getStructure()
168 public Structure getStructure(String name) { in getStructure()
170 return (Structure) structuresMap.get(name).clone(); in getStructure()
203 for (Structure structure : structures) { in toString()
DPointer.java87 public List<Structure> fetchData(BlenderInputStream inputStream) throws BlenderFileException { in fetchData()
91 List<Structure> structures = null; in fetchData()
110 structures = new ArrayList<Structure>(dataFileBlock.getCount()); in fetchData()
112Structure structure = blenderContext.getDnaBlockData().getStructure(dataFileBlock.getSdnaIndex()); in fetchData()
DField.java5 import com.jme3.scene.plugins.blender.file.Structure.DataType;
182 Structure structure = blenderContext.getDnaBlockData().getStructure(type); in fill()
186 Structure[] data = new Structure[dataToRead]; in fill()
188 Structure structure = blenderContext.getDnaBlockData().getStructure(type); in fill()
192 value = new DynamicArray<Structure>(tableSizes, data); in fill()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
DAbstractBlenderLoader.java48 import com.jme3.scene.plugins.blender.file.Structure;
72 public Node toScene(Structure structure) { in toScene()
78 …List<Structure> base = ((Structure)structure.getFieldValue("base")).evaluateListBase(blenderContex… in toScene()
79 for(Structure b : base) { in toScene()
82 Structure objectStructure = pObject.fetchData(blenderContext.getInputStream()).get(0); in toScene()
103 public Camera toCamera(Structure structure) throws BlenderFileException { in toCamera()
117 public Light toLight(Structure structure) throws BlenderFileException { in toLight()
131 public Object toObject(Structure structure) throws BlenderFileException { in toObject()
145 public List<Geometry> toMesh(Structure structure) throws BlenderFileException { in toMesh()
159 public Material toMaterial(Structure structure) throws BlenderFileException { in toMaterial()
[all …]
DAbstractBlenderHelper.java38 import com.jme3.scene.plugins.blender.file.Structure;
152 …protected Properties loadProperties(Structure structure, BlenderContext blenderContext) throws Ble… in loadProperties()
154 Structure id = (Structure) structure.getFieldValue("ID"); in loadProperties()
158 Structure propertiesStructure = pProperties.fetchData(blenderContext.getInputStream()).get(0); in loadProperties()
175 public abstract boolean shouldBeLoaded(Structure structure, BlenderContext blenderContext); in shouldBeLoaded()
DBlenderContext.java55 import com.jme3.scene.plugins.blender.file.Structure;
102 private Stack<Structure> parentStack = new Stack<Structure>();
300 …public void addLoadedFeatures(Long oldMemoryAddress, String featureName, Structure structure, Obje… in addLoadedFeatures()
362 public void pushParent(Structure parent) { in pushParent()
371 public Structure popParent() { in popParent()
385 public Structure peekParent() { in peekParent()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/cameras/
DCameraHelper.java8 import com.jme3.scene.plugins.blender.file.Structure;
44 public Camera toCamera(Structure structure) throws BlenderFileException { in toCamera()
62 public Camera toCamera250(Structure structure) throws BlenderFileException { in toCamera250()
93 public Camera toCamera249(Structure structure) throws BlenderFileException { in toCamera249()
115 public boolean shouldBeLoaded(Structure structure, BlenderContext blenderContext) { in shouldBeLoaded()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/curves/
DCurvesHelper.java63 …public List<Geometry> toCurve(Structure curveStructure, BlenderContext blenderContext) throws Blen… in toCurve()
77 …List<Structure> nurbStructures = ((Structure) curveStructure.getFieldValue("nurb")).evaluateListBa… in toCurve()
78 Map<Number, List<Structure>> nurbs = new HashMap<Number, List<Structure>>(); in toCurve()
79 for (Structure nurb : nurbStructures) { in toCurve()
81 List<Structure> nurbList = nurbs.get(matNumber); in toCurve()
83 nurbList = new ArrayList<Structure>(); in toCurve()
104Structure bevelStructure = pBevelStructure.fetchData(blenderContext.getInputStream()).get(0); in toCurve()
164Structure taperStructure = pTaperStructure.fetchData(blenderContext.getInputStream()).get(0); in toCurve()
171 for (Entry<Number, List<Structure>> nurbEntry : nurbs.entrySet()) { in toCurve()
172 for (Structure nurb : nurbEntry.getValue()) { in toCurve()
[all …]
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/meshes/
DMeshHelper.java60 import com.jme3.scene.plugins.blender.file.Structure;
98 …public List<Geometry> toMesh(Structure structure, BlenderContext blenderContext) throws BlenderFil… in toMesh()
127 List<Structure> mFaces = null; in toMesh()
134 mFaces = new ArrayList<Structure>(0); in toMesh()
139 List<Structure> mtFaces = null; in toMesh()
162 Structure mFace = mFaces.get(i); in toMesh()
168 Structure mtFace = mtFaces.get(i); in toMesh()
258 Structure parent = blenderContext.peekParent(); in toMesh()
259 Structure defbase = (Structure) parent.getFieldValue("defbase"); in toMesh()
260 List<Structure> defs = defbase.evaluateListBase(blenderContext); in toMesh()
[all …]
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
DProperties.java9 import com.jme3.scene.plugins.blender.file.Structure;
61 …public void load(Structure idPropertyStructure, BlenderContext blenderContext) throws BlenderFileE… in load()
70 Structure data = (Structure) idPropertyStructure.getFieldValue("data"); in load()
125 Structure group = (Structure) data.getFieldValue("group"); in load()
126 List<Structure> dataList = group.evaluateListBase(blenderContext); in load()
128 for (Structure d : dataList) { in load()
143 List<Structure> arrays = pointer.fetchData(blenderContext.getInputStream()); in load()
146 for (Structure array : arrays) { in load()
DObjectHelper.java63 import com.jme3.scene.plugins.blender.file.Structure;
110 …public Object toObject(Structure objectStructure, BlenderContext blenderContext) throws BlenderFil… in toObject()
130 Structure parentStructure = pParent.fetchData(blenderContext.getInputStream()).get(0); in toObject()
156 List<Structure> meshesArray = pMesh.fetchData(blenderContext.getInputStream()); in toObject()
185 Structure curveData = pCurve.fetchData(blenderContext.getInputStream()).get(0); in toObject()
199 List<Structure> lampsArray = pLamp.fetchData(blenderContext.getInputStream()); in toObject()
236 List<Structure> camerasArray = pCamera.fetchData(blenderContext.getInputStream()); in toObject()
292 public Transform getTransformation(Structure objectStructure, BlenderContext blenderContext) { in getTransformation()
342 public Matrix4f getMatrix(Structure structure, String matrixName) { in getMatrix()
356 public Matrix4f getMatrix(Structure structure, String matrixName, boolean applyFixUpAxis) { in getMatrix()
[all …]
/external/llvm/test/CodeGen/Generic/
Dprint-machineinstrs.ll1 ; RUN: llc < %s -O3 -debug-pass=Structure -print-machineinstrs=branch-folder -o /dev/null 2>&1 | Fi…
2 ; RUN: llc < %s -O3 -debug-pass=Structure -print-machineinstrs -o /dev/null 2>&1 | FileCheck %s
3 ; RUN: llc < %s -O3 -debug-pass=Structure -print-machineinstrs= -o /dev/null 2>&1 | FileCheck %s
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
DTextureGenerator.java39 import com.jme3.scene.plugins.blender.file.Structure;
73 …protected abstract Texture generate(Structure tex, int width, int height, int depth, BlenderContex… in generate()
84 private ColorBand readColorband(Structure tex, BlenderContext blenderContext) { in readColorband()
89 Structure colorbandStructure; in readColorband()
100 protected float[][] computeColorband(Structure tex, BlenderContext blenderContext) { in computeColorband()
333 public ColorBand(Structure colorbandStructure) { in ColorBand()
337 … DynamicArray<Structure> data = (DynamicArray<Structure>) colorbandStructure.getFieldValue("data"); in ColorBand()
370 public ColorBandData(Structure cbdataStructure) { in ColorBandData()
408 public BrightnessAndContrastData(Structure tex) { in BrightnessAndContrastData()
/external/parameter-framework/test/functional-tests/
DCMakeLists.txt36 ${CMAKE_CURRENT_SOURCE_DIR}/xml/configuration/Structure/Test/TestSubsystem.xml.in
37 ${PFW_ROOT}/xml/configuration/Structure/Test/TestSubsystem.xml @ONLY)
39 ${CMAKE_CURRENT_SOURCE_DIR}/xml/configuration/Structure/Test/TestClass.xml
40 ${PFW_ROOT}/xml/configuration/Structure/Test/TestClass.xml

12345