| /external/angle/src/tests/gl_tests/ |
| D | IndexBufferOffsetTest.cpp | 128 std::vector<GLubyte> indexData(6 * 3 * sizeof(GLuint), 0); in runTest() local 237 GLubyte indexData[] = {0, 1, 2, 1, 2, 3}; in TEST_P() local 244 GLushort indexData[] = {0, 1, 2, 1, 2, 3}; in TEST_P() local 254 GLuint indexData[] = {0, 1, 2, 1, 2, 3}; in TEST_P() local 261 GLubyte indexData[] = {0, 1, 2, 1, 2, 3}; in TEST_P() local 268 GLushort indexData[] = {0, 1, 2, 1, 2, 3}; in TEST_P() local 278 GLuint indexData[] = {0, 1, 2, 1, 2, 3}; in TEST_P() local 291 GLubyte indexData[] = {0, 1, 2, 1, 2, 3}; in TEST_P() local 301 GLushort indexData[] = {0, 1, 2, 1, 2, 3}; in TEST_P() local 314 GLuint indexData[] = {0, 1, 2, 1, 2, 3}; in TEST_P() local [all …]
|
| D | DrawElementsTest.cpp | 307 std::vector<GLuint> indexData[2]; in TEST_P() local 490 std::vector<GLubyte> indexData[2]; in TEST_P() local
|
| D | SRGBFramebufferTest.cpp | 337 unsigned int indexData[] = {0}; in TEST_P() local
|
| D | BufferDataTest.cpp | 292 GLuint indexData[] = {0, 1, 2, 0}; in TEST_P() local 346 GLuint indexData[] = {0, 1, 2, 0}; in TEST_P() local 468 unsigned int indexData[] = {0, 1}; in TEST_P() local
|
| D | UniformBufferTest.cpp | 1514 std::array<GLshort, 12> indexData = {{0, 1, 2, 2, 1, 3, 0, 1, 2, 2, 1, 3}}; in TEST_P() local 1573 std::array<GLshort, 12> indexData = {{0, 1, 2, 2, 1, 3, 0, 1, 2, 2, 1, 3}}; in TEST_P() local 1631 std::array<GLshort, 6> indexData = {{0, 1, 2, 2, 1, 3}}; in TEST_P() local 1694 std::array<GLshort, 6> indexData = {{0, 1, 2, 2, 1, 3}}; in TEST_P() local
|
| D | ProvokingVertexTest.cpp | 314 GLint indexData[] = {0, 1, 2, -1, 1, 2, 3, 4, -1, 3, 4, 5}; in TEST_P() local
|
| D | GLSLTest.cpp | 1302 GLushort indexData[] = {1, 2, 5, 3, 10000}; in TEST_P() local 1357 GLubyte indexData[] = {1, 2, 5, 3, 100}; in TEST_P() local 1437 GLubyte indexData[] = {1, 4, 5, 2, 50, 61}; in TEST_P() local 1477 GLubyte indexData[] = {1, 4, 5, 2, 50, 61, 32, 33}; in TEST_P() local
|
| D | StateChangeTest.cpp | 6922 GLushort indexData[] = {0, 1, 2, 3}; in TEST_P() local 7250 GLushort indexData[] = {0, 1, 2, 3}; in TEST_P() local
|
| /external/skia/src/gpu/graphite/render/ |
| D | TessellateCurvesRenderStep.cpp | 87 auto indexData = bufferManager->getIndexWriter(indexSize, &fIndexBuffer); local
|
| D | TessellateWedgesRenderStep.cpp | 93 auto indexData = bufferManager->getIndexWriter(indexSize, &fIndexBuffer); local
|
| /external/skia/src/gpu/tessellate/ |
| D | FixedCountBufferUtils.cpp | 25 SkTArray<std::array<uint16_t, 3>> indexData(triangleCount); in write_curve_index_buffer_base_index() local
|
| /external/angle/src/tests/perf_tests/ |
| D | DynamicPromotionPerfTest.cpp | 90 std::vector<GLushort> indexData; in initializeBenchmark() local
|
| D | IndexDataManagerTest.cpp | 170 std::vector<GLushort> indexData(mIndexCount); local
|
| D | InstancingPerf.cpp | 147 std::vector<GLuint> indexData; in initializeBenchmark() local
|
| /external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineInputAssemblyTests.cpp | 405 …pology topology, int primitiveCount, VkIndexType indexType, std::vector<deUint32>& indexData, std:… in createBufferData() 820 …pology topology, int primitiveCount, VkIndexType indexType, std::vector<deUint32>& indexData, std:… in createBufferData() 1127 std::vector<deUint32>& indexData, in createListPrimitives()
|
| /external/replicaisland/src/com/replica/replicaisland/ |
| D | HitReactionComponent.java | 310 public void setSpawnGameEventOnHit(int hitType, int gameFlowEventType, int indexData) { in setSpawnGameEventOnHit()
|
| /external/deqp-deps/amber/src/dawn/ |
| D | engine_dawn.cc | 1265 static const uint32_t indexData[3 * 2] = { in DoDrawRect() local 1346 std::vector<uint32_t> indexData; in DoDrawArrays() local
|
| /external/deqp/modules/gles3/performance/ |
| D | es3pBufferDataUploadTests.cpp | 3920 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/deqp/external/vulkancts/modules/vulkan/query_pool/ |
| D | vktQueryPoolOcclusionTests.cpp | 1031 …const deInt32 indexData = m_testVector.queryResultsDstOffset ? (deInt32)m_testVector.queryResultsS… in captureResults() local
|
| /external/mesa3d/include/vulkan/ |
| D | vulkan_beta.h | 175 VkDeviceOrHostAddressConstKHR indexData; member
|
| /external/deqp/external/vulkancts/framework/vulkan/ |
| D | vkRayTracingUtil.cpp | 1411 VkDeviceOrHostAddressConstKHR vertexData, indexData; in prepareGeometries() local
|
| /external/skia/include/third_party/vulkan/vulkan/ |
| D | vulkan_core.h | 10036 VkBuffer indexData; member 12227 VkDeviceOrHostAddressConstKHR indexData; member
|
| /external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
| D | vkStructTypes.inl | 4099 VkBuffer indexData; member 5421 VkDeviceOrHostAddressConstKHR indexData; member
|
| /external/vulkan-validation-layers/layers/generated/ |
| D | vk_safe_struct.h | 5256 VkBuffer indexData; member
|
| /external/virglrenderer/src/venus/venus-protocol/ |
| D | vulkan_core.h | 11585 VkBuffer indexData; member 14661 VkDeviceOrHostAddressConstKHR indexData; member
|