Home
last modified time | relevance | path

Searched defs:indexData (Results 1 - 25 of 29) sorted by relevance

12

/foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/
H A Dintf_render_data_store_default_acceleration_structure_staging.h56 StagingAccelerationStructureBufferOffset indexData; member
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DDrawElementsTest.cpp194 std::vector<GLuint> indexData[2]; in TEST_P() local
377 std::vector<GLubyte> indexData[2]; TEST_P() local
[all...]
H A DSRGBFramebufferTest.cpp337 unsigned int indexData[] = {0}; in TEST_P() local
H A DProvokingVertexTest.cpp254 GLint indexData[] = {0, 1, 2, -1, 1, 2, 3, 4, -1, 3, 4, 5}; in TEST_P() local
H A DIndexBufferOffsetTest.cpp237 GLubyte indexData[] = {0, 1, 2, 1, 2, 3}; TEST_P() local
244 GLushort indexData[] = {0, 1, 2, 1, 2, 3}; TEST_P() local
254 GLuint indexData[] = {0, 1, 2, 1, 2, 3}; TEST_P() local
261 GLubyte indexData[] = {0, 1, 2, 1, 2, 3}; TEST_P() local
268 GLushort indexData[] = {0, 1, 2, 1, 2, 3}; TEST_P() local
278 GLuint indexData[] = {0, 1, 2, 1, 2, 3}; TEST_P() local
291 GLubyte indexData[] = {0, 1, 2, 1, 2, 3}; TEST_P() local
301 GLushort indexData[] = {0, 1, 2, 1, 2, 3}; TEST_P() local
314 GLuint indexData[] = {0, 1, 2, 1, 2, 3}; TEST_P() local
328 GLubyte indexData[] = {0, 1, 2, 1, 2, 3}; TEST_P() local
339 GLushort indexData[] = {0, 1, 2, 1, 2, 3}; TEST_P() local
353 GLuint indexData[] = {0, 1, 2, 1, 2, 3}; TEST_P() local
365 GLushort indexData[] = {0, 1, 2, 1, 2, 3}; TEST_P() local
440 GLubyte indexData[] = {99, 0, 1, 2, 1, 2, 3}; TEST_P() local
[all...]
H A DBufferDataTest.cpp281 unsigned int indexData[] = {0, 1}; in TEST_P() local
H A 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 in TEST_P() local
[all...]
H A 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}; TEST_P() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DDynamicPromotionPerfTest.cpp90 std::vector<GLushort> indexData; in initializeBenchmark() local
H A DInstancingPerf.cpp147 std::vector<GLuint> indexData; in initializeBenchmark() local
/third_party/skia/third_party/externals/dawn/examples/
H A DCppHelloTriangle.cpp39 static const uint32_t indexData[3] = { in initBuffers() local
H A DCubeReflection.cpp47 static const uint32_t indexData[6 * 6] = {0, 1, 2, 0, 2, 3, in initBuffers() local
/base/telephony/sms_mms/services/sms/
H A Dsms_sender.cpp466 uint32_t indexData = 0; in CharArrayToString() local
508 DataBasedSmsDeliveryPacketSplitPage(GsmSmsMessage &gsmSmsMessage, std::shared_ptr<struct SmsTpdu> tpdu, uint8_t msgRef8bit, uint32_t indexData, int32_t port, const std::string &scAddr, const sptr<ISendShortMessageCallback> &sendCallback, const sptr<IDeliveryShortMessageCallback> &deliveryCallback, std::shared_ptr<SmsSendIndexer> indexer, std::vector<struct SplitInfo> cellsInfos) DataBasedSmsDeliveryPacketSplitPage() argument
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_util.cpp556 auto indexData = FillData(indices); in GenerateSphereMesh() local
592 auto indexData = FillData(indices); in GenerateConeMesh() local
628 auto indexData = FillData(indices); in GenerateTorusMesh() local
664 auto indexData = FillData(indices); in GenerateCubeMesh() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineInputAssemblyTests.cpp402 void PrimitiveTopologyTest::createBufferData (VkPrimitiveTopology topology, int primitiveCount, VkIndexType indexType, std::vector<deUint32>& indexData, std::vector<Vertex4RGBA>& vertexData) const in createBufferData() argument
816 void PrimitiveRestartTest::createBufferData (VkPrimitiveTopology topology, int primitiveCount, VkIndexType indexType, std::vector<deUint32>& indexData, std::vector<Vertex4RGBA>& vertexData) const in createBufferData() argument
1116 createListPrimitives(int primitiveCount, float originX, float originY, float primitiveSizeX, float primitiveSizeY, int verticesPerPrimitive, VkIndexType indexType, std::vector<deUint32>& indexData, std::vector<Vertex4RGBA>& vertexData, std::vector<deUint32> adjacencies) const createListPrimitives() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineInputAssemblyTests.cpp405 void PrimitiveTopologyTest::createBufferData (VkPrimitiveTopology topology, int primitiveCount, VkIndexType indexType, std::vector<deUint32>& indexData, std::vector<Vertex4RGBA>& vertexData) const in createBufferData() argument
820 void PrimitiveRestartTest::createBufferData (VkPrimitiveTopology topology, int primitiveCount, VkIndexType indexType, std::vector<deUint32>& indexData, std::vector<Vertex4RGBA>& vertexData) const in createBufferData() argument
1120 createListPrimitives(int primitiveCount, float originX, float originY, float primitiveSizeX, float primitiveSizeY, int verticesPerPrimitive, VkIndexType indexType, std::vector<deUint32>& indexData, std::vector<Vertex4RGBA>& vertexData, std::vector<deUint32> adjacencies) const createListPrimitives() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkRayTracingUtil.cpp1490 VkDeviceOrHostAddressConstKHR vertexData, indexData; in prepareGeometries() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolOcclusionTests.cpp1031 const deInt32 indexData = m_testVector.queryResultsDstOffset ? (deInt32)m_testVector.queryResultsStride : 0u; in captureResults() local
/third_party/vk-gl-cts/external/amber/src/src/dawn/
H A 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/
H A DD3D12Sample.cpp966 D3D12_SUBRESOURCE_DATA indexData = {}; in InitD3D() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
H A DvktQueryPoolOcclusionTests.cpp1031 const deInt32 indexData = m_testVector.queryResultsDstOffset ? (deInt32)m_testVector.queryResultsStride : 0u; in captureResults() local
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_state_desc.h1393 BufferOffset indexData; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp318 VULKAN_HPP_NAMESPACE::DeviceOrHostAddressConstKHR indexData = {}; member
1642 VULKAN_HPP_NAMESPACE::Buffer indexData member
[all...]
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp307 VULKAN_HPP_NAMESPACE::DeviceOrHostAddressConstKHR indexData = {}; member
1466 VULKAN_HPP_NAMESPACE::Buffer indexData = {}; member
[all...]
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h11552 VkBuffer indexData; member
14587 VkDeviceOrHostAddressConstKHR indexData; member

Completed in 151 milliseconds

12