Home
last modified time | relevance | path

Searched refs:m_indexType (Results 1 – 16 of 16) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fPrimitiveRestartTests.cpp121 IndexType m_indexType; member in deqp::gles3::Functional::PrimitiveRestartCase
134 , m_indexType (indexType) in PrimitiveRestartCase()
156 if (m_indexType == INDEX_UNSIGNED_BYTE) in addIndex()
161 else if (m_indexType == INDEX_UNSIGNED_SHORT) in addIndex()
166 else if (m_indexType == INDEX_UNSIGNED_INT) in addIndex()
177 switch (m_indexType) in getIndex()
190 switch (m_indexType) in getNumIndices()
204 switch (m_indexType) in getIndexPtr()
246 deUint32 restartIndex = m_indexType == INDEX_UNSIGNED_BYTE ? RESTART_INDEX_UNSIGNED_BYTE in init()
247 : m_indexType == INDEX_UNSIGNED_SHORT ? RESTART_INDEX_UNSIGNED_SHORT in init()
[all …]
Des3fDrawTests.cpp152 gls::DrawTestSpec::IndexType m_indexType; member in deqp::gles3::Functional::__anon620d79b00111::AttributeGroup
160 , m_indexType (indexType) in AttributeGroup()
186 spec.indexType = m_indexType; in init()
221 spec.indexType = m_indexType; in init()
267 spec.indexType = m_indexType; in init()
327 spec.indexType = m_indexType; in init()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtTriangleIndexVertexArray.h41 PHY_ScalarType m_indexType; in ATTRIBUTE_ALIGNED16() local
50 :m_indexType(PHY_INTEGER), in ATTRIBUTE_ALIGNED16()
93 m_indexedMeshes[m_indexedMeshes.size()-1].m_indexType = indexType; in ATTRIBUTE_ALIGNED16()
DbtTriangleMesh.cpp29 meshIndex.m_indexType = PHY_INTEGER; in btTriangleMesh()
40 m_indexedMeshes[0].m_indexType = PHY_INTEGER; in btTriangleMesh()
46 m_indexedMeshes[0].m_indexType = PHY_SHORT; in btTriangleMesh()
DbtTriangleIndexVertexArray.cpp56 indicestype = mesh.m_indexType; in getLockedVertexIndexBase()
73 indicestype = mesh.m_indexType; in getLockedReadOnlyVertexIndexBase()
/external/deqp/framework/referencerenderer/
DrrRenderer.hpp99 inline IndexType getIndexType (void) const { return m_indexType; } in getIndexType()
105 const IndexType m_indexType; member in rr::PrimitiveList
DrrRenderer.cpp1694 , m_indexType (INDEXTYPE_LAST) in PrimitiveList()
1705 , m_indexType (indices.indexType) in PrimitiveList()
1716 int index = m_baseVertex + (int)readIndexArray(m_indexType, m_indices, elementNdx); in getIndex()
1729 return readIndexArray(m_indexType, m_indices, elementNdx) == restartIndex; in isRestartIndex()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineInputAssemblyTests.cpp89 VkIndexType m_indexType; member in vkt::pipeline::__anon7a45f23e0111::InputAssemblyTest
152 VkIndexType m_indexType; member in vkt::pipeline::__anon7a45f23e0111::InputAssemblyInstance
216 , m_indexType (indexType) in InputAssemblyTest()
225 …createBufferData(m_primitiveTopology, m_primitiveCount, m_indexType, indexBufferData, vertexBuffer… in createInstance()
227 …return new InputAssemblyInstance(context, m_primitiveTopology, m_testPrimitiveRestart, m_indexType in createInstance()
916 , m_indexType (indexType) in InputAssemblyInstance()
1323 if (m_indexType == VK_INDEX_TYPE_UINT32) in InputAssemblyInstance()
1429 vk.cmdBindIndexBuffer(*m_cmdBuffer, *m_indexBuffer, 0, m_indexType); in InputAssemblyInstance()
1502 const bool isRestart = InputAssemblyTest::isRestartIndex(m_indexType, m_indices[indexNdx]); in verifyImage()
/external/deqp/modules/gles2/functional/
Des2fDrawTests.cpp122 gls::DrawTestSpec::IndexType m_indexType; member in deqp::gles2::Functional::__anon252cb04e0111::AttributeGroup
130 , m_indexType (indexType) in AttributeGroup()
150 spec.indexType = m_indexType; in init()
185 spec.indexType = m_indexType; in init()
231 spec.indexType = m_indexType; in init()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
DbtCollisionWorldImporter.cpp665 meshPart.m_indexType = PHY_INTEGER; in createMeshInterface()
678 meshPart.m_indexType = PHY_SHORT; in createMeshInterface()
695 meshPart.m_indexType = PHY_SHORT; in createMeshInterface()
709 meshPart.m_indexType = PHY_UCHAR; in createMeshInterface()
762 meshInterface->addIndexedMesh(meshPart,meshPart.m_indexType); in createMeshInterface()
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
DbtWorldImporter.cpp1431 meshPart.m_indexType = PHY_INTEGER; in createMeshInterface()
1444 meshPart.m_indexType = PHY_SHORT; in createMeshInterface()
1461 meshPart.m_indexType = PHY_SHORT; in createMeshInterface()
1475 meshPart.m_indexType = PHY_UCHAR; in createMeshInterface()
1528 meshInterface->addIndexedMesh(meshPart,meshPart.m_indexType); in createMeshInterface()
/external/libgdx/extensions/gdx-bullet/jni/swig/collision/
DbtTriangleIndexVertexArray.i25 $self->m_indexType = PHY_SHORT; in setIndices()
/external/deqp/modules/gles31/functional/
Des31fDrawTests.cpp241 gls::DrawTestSpec::IndexType m_indexType; member in deqp::gles31::Functional::__anon9d52aa120111::AttributeGroup
249 , m_indexType (indexType) in AttributeGroup()
269 spec.indexType = m_indexType; in init()
305 spec.indexType = m_indexType; in init()
352 spec.indexType = m_indexType; in init()
413 spec.indexType = m_indexType; in init()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.h281 VkIndexType m_indexType;
Dvkrenderframework.cpp1025 m_indexType = indexType; in CreateAndInitBuffer()
1055 vkCmdBindIndexBuffer(commandBuffer, handle(), offset, m_indexType); in Bind()
1058 VkIndexType VkIndexBufferObj::GetIndexType() { return m_indexType; } in GetIndexType()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
Dcollision_wrap.cpp1789 self->m_indexType = PHY_SHORT; in btIndexedMesh_setIndices()
20567 if (arg1) (arg1)->m_indexType = arg2; in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btIndexedMesh_1indexType_1set()
20580 result = (PHY_ScalarType) ((arg1)->m_indexType); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btIndexedMesh_1indexType_1get()