Home
last modified time | relevance | path

Searched defs:indexData (Results 1 – 25 of 32) sorted by relevance

12

/external/angle/src/tests/gl_tests/
DIndexBufferOffsetTest.cpp69 void runTest(GLenum type, int typeWidth, void *indexData) in runTest()
118 GLubyte indexData[] = {0, 1, 2, 1, 2, 3}; in TEST_P() local
130 GLushort indexData[] = {0, 1, 2, 1, 2, 3}; in TEST_P() local
140 GLuint indexData[] = {0, 1, 2, 1, 2, 3}; in TEST_P() local
148 GLushort indexData[] = {0, 1, 2, 1, 2, 3}; in TEST_P() local
180 GLubyte indexData[] = {99, 0, 1, 2, 1, 2, 3}; in TEST_P() local
DDrawElementsTest.cpp151 std::vector<GLuint> indexData[2]; in TEST_P() local
280 std::vector<GLubyte> indexData[2]; in TEST_P() local
DProvokingVertexTest.cpp254 GLint indexData[] = {0, 1, 2, -1, 1, 2, 3, 4, -1, 3, 4, 5}; in TEST_P() local
DUniformBufferTest.cpp1402 std::array<GLshort, 12> indexData = {{0, 1, 2, 2, 1, 3, 0, 1, 2, 2, 1, 3}}; in TEST_P() local
1447 std::array<GLshort, 12> indexData = {{0, 1, 2, 2, 1, 3, 0, 1, 2, 2, 1, 3}}; in TEST_P() local
1491 std::array<GLshort, 6> indexData = {{0, 1, 2, 2, 1, 3}}; in TEST_P() local
1538 std::array<GLshort, 6> indexData = {{0, 1, 2, 2, 1, 3}}; in TEST_P() local
DBufferDataTest.cpp301 unsigned int indexData[] = {0, 1}; in TEST_P() local
/external/angle/src/tests/perf_tests/
DDynamicPromotionPerfTest.cpp90 std::vector<GLushort> indexData; in initializeBenchmark() local
DIndexDataManagerTest.cpp169 std::vector<GLushort> indexData(mIndexCount); local
DInstancingPerf.cpp147 std::vector<GLuint> indexData; in initializeBenchmark() local
/external/swiftshader/src/D3D8/
DDirect3DDevice8.hpp227 Direct3DIndexBuffer8 *indexData; member in D3D8::Direct3DDevice8
DDirect3DStateBlock8.cpp314 void Direct3DStateBlock8::setIndices(Direct3DIndexBuffer8 *indexData, unsigned int baseVertexIndex) in setIndices()
DDirect3DDevice8.cpp958 … minIndex, unsigned int numVertices, unsigned int primitiveCount, const void *indexData, D3DFORMAT… in DrawIndexedPrimitiveUP()
1363 long Direct3DDevice8::GetIndices(IDirect3DIndexBuffer8 **indexData, unsigned int *baseVertexIndex) in GetIndices()
/external/skqp/experimental/nima/
DNimaActor.cpp199 uint16_t* indexData = fActorImage->triangles(); in updateVertices() local
/external/swiftshader/src/D3D9/
DDirect3DDevice9.hpp284 Direct3DIndexBuffer9 *indexData; member in D3D9::Direct3DDevice9
DDirect3DDevice9Ex.cpp236 … minIndex, unsigned int numVertices, unsigned int primitiveCount, const void *indexData, D3DFORMAT… in DrawIndexedPrimitiveUP()
383 long Direct3DDevice9Ex::GetIndices(IDirect3DIndexBuffer9 **indexData) in GetIndices()
DDirect3DDevice9.cpp1064 … minIndex, unsigned int numVertices, unsigned int primitiveCount, const void *indexData, D3DFORMAT… in DrawIndexedPrimitiveUP()
1544 long Direct3DDevice9::GetIndices(IDirect3DIndexBuffer9 **indexData) in GetIndices()
/external/replicaisland/src/com/replica/replicaisland/
DHitReactionComponent.java310 public void setSpawnGameEventOnHit(int hitType, int gameFlowEventType, int indexData) { in setSpawnGameEventOnHit()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineInputAssemblyTests.cpp320 …pology topology, int primitiveCount, VkIndexType indexType, std::vector<deUint32>& indexData, std:… in createBufferData()
674 …pology topology, int primitiveCount, VkIndexType indexType, std::vector<deUint32>& indexData, std:… in createBufferData()
/external/deqp-deps/amber/src/dawn/
Dengine_dawn.cc1265 static const uint32_t indexData[3 * 2] = { in DoDrawRect() local
1342 std::vector<uint32_t> indexData; in DoDrawArrays() local
/external/deqp/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp3920 static void generateLayeredGridIndexData (std::vector<deUint32>& indexData, const LayeredGridSpec& … in generateLayeredGridIndexData()
4250 std::vector<deUint32> indexData; in uploadScene() local
4344 std::vector<deUint32> indexData; in runSample() local
4477 std::vector<deUint32> indexData; in runSample() local
4834 std::vector<deUint32> indexData; in runSample() local
5169 std::vector<deUint32> indexData; in runSample() local
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_beta.h157 VkDeviceOrHostAddressConstKHR indexData; member
/external/mesa3d/include/vulkan/
Dvulkan_beta.h175 VkDeviceOrHostAddressConstKHR indexData; member
/external/libunwind_llvm/src/
DUnwindCursor.hpp1332 uint32_t indexData = _addressSpace.get32(indexDataAddr); in getInfoFromEHABISection() local
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl3734 VkBuffer indexData; member
/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.h5256 VkBuffer indexData; member
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h8558 VkBuffer indexData; member

12