Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DIndexBufferOffsetTest.cpp128 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 …]
DDrawElementsTest.cpp194 std::vector<GLuint> indexData[2]; in TEST_P() local
377 std::vector<GLubyte> indexData[2]; in TEST_P() local
DSRGBFramebufferTest.cpp337 unsigned int indexData[] = {0}; 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.cpp1469 std::array<GLshort, 12> indexData = {{0, 1, 2, 2, 1, 3, 0, 1, 2, 2, 1, 3}}; in TEST_P() local
1528 std::array<GLshort, 12> indexData = {{0, 1, 2, 2, 1, 3, 0, 1, 2, 2, 1, 3}}; in TEST_P() local
1586 std::array<GLshort, 6> indexData = {{0, 1, 2, 2, 1, 3}}; in TEST_P() local
1649 std::array<GLshort, 6> indexData = {{0, 1, 2, 2, 1, 3}}; in TEST_P() local
DBufferDataTest.cpp281 unsigned int indexData[] = {0, 1}; in TEST_P() local
DGLSLTest.cpp1214 GLushort indexData[] = {1, 2, 5, 3, 10000}; in TEST_P() local
1269 GLubyte indexData[] = {1, 2, 5, 3, 100}; in TEST_P() local
1349 GLubyte indexData[] = {1, 4, 5, 2, 50, 61}; in TEST_P() local
1389 GLubyte indexData[] = {1, 4, 5, 2, 50, 61, 32, 33}; in TEST_P() local
DStateChangeTest.cpp6666 GLushort indexData[] = {0, 1, 2, 3}; in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DDynamicPromotionPerfTest.cpp90 std::vector<GLushort> indexData; in initializeBenchmark() local
DIndexDataManagerTest.cpp170 std::vector<GLushort> indexData(mIndexCount); local
DInstancingPerf.cpp147 std::vector<GLuint> indexData; in initializeBenchmark() local
/third_party/skia/third_party/externals/dawn/examples/
DCppHelloTriangle.cpp39 static const uint32_t indexData[3] = { in initBuffers() local
DCubeReflection.cpp47 static const uint32_t indexData[6 * 6] = {0, 1, 2, 0, 2, 3, in initBuffers() local
/third_party/skia/src/gpu/tessellate/
DPathCurveTessellator.cpp174 SkTArray<std::array<uint16_t, 3>> indexData(triangleCount); in WriteFixedIndexBufferBaseIndex() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineInputAssemblyTests.cpp402 …pology topology, int primitiveCount, VkIndexType indexType, std::vector<deUint32>& indexData, std:… in createBufferData()
816 …pology topology, int primitiveCount, VkIndexType indexType, std::vector<deUint32>& indexData, std:… in createBufferData()
1123 std::vector<deUint32>& indexData, in createListPrimitives()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineInputAssemblyTests.cpp405 …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()
/third_party/vk-gl-cts/external/amber/src/src/dawn/
Dengine_dawn.cc1265 static const uint32_t indexData[3 * 2] = { in DoDrawRect() local
1346 std::vector<uint32_t> indexData; in DoDrawArrays() local
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12Sample.cpp966 D3D12_SUBRESOURCE_DATA indexData = {}; in InitD3D() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolOcclusionTests.cpp1031 …const deInt32 indexData = m_testVector.queryResultsDstOffset ? (deInt32)m_testVector.queryResultsS… in captureResults() local
/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
DvktQueryPoolOcclusionTests.cpp1031 …const deInt32 indexData = m_testVector.queryResultsDstOffset ? (deInt32)m_testVector.queryResultsS… in captureResults() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.cpp1490 VkDeviceOrHostAddressConstKHR vertexData, indexData; in prepareGeometries() local
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl4178 VkBuffer indexData; member
5500 VkDeviceOrHostAddressConstKHR indexData; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h10439 VkBuffer indexData; member
13024 VkDeviceOrHostAddressConstKHR indexData; member
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h10036 VkBuffer indexData; member
12227 VkDeviceOrHostAddressConstKHR indexData; member

12