HomeSort by relevance Sort by last modified time
    Searched defs:structType (Results 1 - 16 of 16) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionObject.cpp 116 const char* structType = serialize(chunk->m_oldPtr, serializer);
117 serializer->finalizeChunk(chunk,structType,BT_COLLISIONOBJECT_CODE,(void*)this);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btCollisionShape.cpp 117 const char* structType = serialize(chunk->m_oldPtr, serializer);
118 serializer->finalizeChunk(chunk,structType,BT_SHAPE_CODE,(void*)this);
btBvhTriangleMeshShape.cpp 409 const char* structType = m_bvh->serialize(chunk->m_oldPtr, serializer);
410 serializer->finalizeChunk(chunk,structType,BT_QUANTIZED_BVH_CODE,m_bvh);
431 const char* structType = m_triangleInfoMap->serialize(chunk->m_oldPtr, serializer);
432 serializer->finalizeChunk(chunk,structType,BT_TRIANLGE_INFO_MAP,m_triangleInfoMap);
448 const char* structType = m_bvh->serialize(chunk->m_oldPtr, serializer);
449 serializer->finalizeChunk(chunk,structType,BT_QUANTIZED_BVH_CODE,(void*)m_bvh);
459 const char* structType = m_triangleInfoMap->serialize(chunk->m_oldPtr, serializer);
460 serializer->finalizeChunk(chunk,structType,BT_TRIANLGE_INFO_MAP,(void*)m_triangleInfoMap);
btCompoundShape.cpp 348 const char* structType = m_children[i].m_childShape->serialize(chunk->m_oldPtr,serializer);
349 serializer->finalizeChunk(chunk,structType,BT_SHAPE_CODE,m_children[i].m_childShape);
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktRandomUniformBlockCase.cpp 166 StructType& structType = m_interface.allocStruct(std::string("s") + genName('A', 'Z', m_structNdx));
177 structType.addMember(std::string("m") + (char)('A' + ndx), memberTypes[ndx], flags);
180 return VarType(&structType);
  /external/deqp/modules/glshared/
glsRandomUniformBlockCase.cpp 173 StructType& structType = m_interface.allocStruct((string("s") + genName('A', 'Z', m_structNdx)).c_str());
184 structType.addMember((string("m") + (char)('A' + ndx)).c_str(), memberTypes[ndx], flags);
187 return VarType(&structType);
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/
btRigidBody.cpp 523 const char* structType = serialize(chunk->m_oldPtr, serializer);
524 serializer->finalizeChunk(chunk,structType,BT_RIGIDBODY_CODE,(void*)this);
btDiscreteDynamicsWorld.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutTests.cpp 45 using glu::StructType;
223 glu::StructType& structType = m_interface.allocStruct((string("s") + genName('A', 'Z', m_structNdx)).c_str());
229 structType.addMember((string("m") + (char)('A' + ndx)).c_str(), memberTypes[ndx]);
232 return glu::VarType(&structType);
350 StructType& typeS = m_interface.allocStruct("S");
381 StructType& typeS = m_interface.allocStruct("S");
414 StructType& typeS = m_interface.allocStruct("S");
419 StructType& typeT = m_interface.allocStruct("T");
452 StructType& typeS = m_interface.allocStruct("S")
    [all...]
  /external/deqp/framework/opengl/
gluVarType.hpp 36 class StructType;
55 explicit VarType (const StructType* structPtr); //!< Struct type constructor.
68 const StructType* getStructPtr (void) const { DE_ASSERT(isStructType()); return m_data.structPtr; }
110 const StructType* structPtr;
140 class StructType
146 StructType (const char* typeName) : m_typeName(typeName) {}
147 ~StructType (void) {}
162 bool operator== (const StructType& other) const;
163 bool operator!= (const StructType& other) const;
296 DeclareStructTypePtr (const StructType* structPtr_, int indentLevel_) : structPtr(structPtr_), indentLevel(indentLevel_) {
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutTests.cpp 43 using glu::StructType;
236 glu::StructType& structType = m_interface.allocStruct((string("s") + genName('A', 'Z', m_structNdx)).c_str());
242 structType.addMember((string("m") + (char)('A' + ndx)).c_str(), memberTypes[ndx]);
245 return glu::VarType(&structType);
363 StructType& typeS = m_interface.allocStruct("S");
396 StructType& typeS = m_interface.allocStruct("S");
431 StructType& typeS = m_interface.allocStruct("S");
436 StructType& typeT = m_interface.allocStruct("T");
471 StructType& typeS = m_interface.allocStruct("S")
    [all...]
es31fProgramUniformTests.cpp 65 using glu::StructType;
227 const StructType& structType = *type.getStructPtr();
228 for (int i = 0; i < structType.getNumMembers(); i++)
229 if (typeContainsMatchingBasicType(structType.getMember(i).getType(), predicate))
248 const StructType& structType = *type.getStructPtr();
249 for (int i = 0; i < structType.getNumMembers(); i++)
250 getDistinctSamplerTypes(dst, structType.getMember(i).getType());
263 const StructType& structType = *type.getStructPtr()
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Featherstone/
btMultiBodyDynamicsWorld.cpp 1000 const char* structType = mb->serialize(chunk->m_oldPtr, serializer);
1001 serializer->finalizeChunk(chunk,structType,BT_MULTIBODY_CODE,mb);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tdh.h 81 } structType;
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 64 using glu::StructType;
163 const StructType& structType = *type.getStructPtr();
164 for (int i = 0; i < structType.getNumMembers(); i++)
165 if (typeContainsMatchingBasicType(structType.getMember(i).getType(), predicate))
184 const StructType& structType = *type.getStructPtr();
185 for (int i = 0; i < structType.getNumMembers(); i++)
186 getDistinctSamplerTypes(dst, structType.getMember(i).getType());
199 const StructType& structType = *type.getStructPtr()
    [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp 64 using glu::StructType;
223 const StructType& structType = *type.getStructPtr();
224 for (int i = 0; i < structType.getNumMembers(); i++)
225 if (typeContainsMatchingBasicType(structType.getMember(i).getType(), predicate))
244 const StructType& structType = *type.getStructPtr();
245 for (int i = 0; i < structType.getNumMembers(); i++)
246 getDistinctSamplerTypes(dst, structType.getMember(i).getType());
259 const StructType& structType = *type.getStructPtr()
    [all...]

Completed in 341 milliseconds