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

  /external/deqp/modules/gles3/functional/
es3fPrimitiveRestartTests.cpp 107 // Helper functions for handling the appropriate index vector (according to m_indexType).
113 // \note Only one of the following index vectors is used (according to m_indexType).
121 IndexType m_indexType;
134 , m_indexType (indexType)
156 if (m_indexType == INDEX_UNSIGNED_BYTE)
161 else if (m_indexType == INDEX_UNSIGNED_SHORT)
166 else if (m_indexType == INDEX_UNSIGNED_INT)
177 switch (m_indexType)
190 switch (m_indexType)
204 switch (m_indexType)
    [all...]
es3fDrawTests.cpp 152 gls::DrawTestSpec::IndexType m_indexType;
160 , m_indexType (indexType)
186 spec.indexType = m_indexType;
221 spec.indexType = m_indexType;
267 spec.indexType = m_indexType;
327 spec.indexType = m_indexType;
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btTriangleMesh.cpp 29 meshIndex.m_indexType = PHY_INTEGER;
40 m_indexedMeshes[0].m_indexType = PHY_INTEGER;
46 m_indexedMeshes[0].m_indexType = PHY_SHORT;
btTriangleIndexVertexArray.cpp 56 indicestype = mesh.m_indexType;
73 indicestype = mesh.m_indexType;
btTriangleIndexVertexArray.h 41 PHY_ScalarType m_indexType;
50 :m_indexType(PHY_INTEGER),
93 m_indexedMeshes[m_indexedMeshes.size()-1].m_indexType = indexType;
  /external/deqp/framework/referencerenderer/
rrRenderer.hpp 99 inline IndexType getIndexType (void) const { return m_indexType; }
105 const IndexType m_indexType;
rrRenderer.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineInputAssemblyTests.cpp 89 VkIndexType m_indexType;
152 VkIndexType m_indexType;
216 , m_indexType (indexType)
225 createBufferData(m_primitiveTopology, m_primitiveCount, m_indexType, indexBufferData, vertexBufferData);
227 return new InputAssemblyInstance(context, m_primitiveTopology, m_testPrimitiveRestart, m_indexType, indexBufferData, vertexBufferData);
916 , m_indexType (indexType)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorldImporter.cpp 665 meshPart.m_indexType = PHY_INTEGER;
678 meshPart.m_indexType = PHY_SHORT;
695 meshPart.m_indexType = PHY_SHORT;
709 meshPart.m_indexType = PHY_UCHAR;
762 meshInterface->addIndexedMesh(meshPart,meshPart.m_indexType);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fDrawTests.cpp 122 gls::DrawTestSpec::IndexType m_indexType;
130 , m_indexType (indexType)
150 spec.indexType = m_indexType;
185 spec.indexType = m_indexType;
231 spec.indexType = m_indexType;
  /external/vulkan-validation-layers/tests/
vkrenderframework.h 281 VkIndexType m_indexType;
vkrenderframework.cpp     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.cpp     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig/collision/
btTriangleIndexVertexArray.i 25 $self->m_indexType = PHY_SHORT;
  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp 241 gls::DrawTestSpec::IndexType m_indexType;
249 , m_indexType (indexType)
269 spec.indexType = m_indexType;
305 spec.indexType = m_indexType;
352 spec.indexType = m_indexType;
413 spec.indexType = m_indexType;
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
collision_wrap.cpp     [all...]

Completed in 2720 milliseconds