Searched refs:kVertexData (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/ |
D | DrawCallPerf.cpp | 30 constexpr float kVertexData[12] = { variable 275 mAlignedVertexDataSize = Align(sizeof(kVertexData), 4); in SetUp() 301 device, kVertexData, sizeof(kVertexData), wgpu::BufferUsage::Vertex); in SetUp() 307 device, kVertexData, sizeof(kVertexData), wgpu::BufferUsage::Vertex); in SetUp() 315 memcpy(data.data() + mAlignedVertexDataSize * i, kVertexData, sizeof(kVertexData)); in SetUp()
|
/third_party/vk-gl-cts/external/amber/src/src/vkscript/ |
D | section_parser.h | 32 kVertexData, enumerator
|
D | section_parser_test.cc | 196 {"vertex data", NodeType::kVertexData, kShaderTypeVertex, in TEST_F() 293 NodeType::kIndices, NodeType::kVertexData, in TEST_F()
|
D | section_parser.cc | 84 *section_type = NodeType::kVertexData; in NameToNodeType()
|
D | parser.cc | 122 if (section.section_type == NodeType::kVertexData) in ProcessSection()
|
/third_party/skia/src/gpu/ops/ |
D | FillRRectOp.cpp | 403 static constexpr CoverageVertex kVertexData[] = { variable 558 sizeof(kVertexData), in onPrepareDraws() 559 kVertexData, in onPrepareDraws()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | MultiviewDrawTest.cpp | 433 const float kVertexData[3] = {0.0f}; in initVAO() local 435 glBufferData(GL_ARRAY_BUFFER, sizeof(float) * 3u, &kVertexData[0], GL_STATIC_DRAW); in initVAO()
|
D | WebGLCompatibilityTest.cpp | 1567 constexpr float kVertexData[] = { in TEST_P() local 1573 glBufferData(GL_ARRAY_BUFFER, sizeof(kVertexData), kVertexData, GL_STREAM_DRAW); in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | MultiviewDrawTest.cpp | 433 const float kVertexData[3] = {0.0f}; in initVAO() local 435 glBufferData(GL_ARRAY_BUFFER, sizeof(float) * 3u, &kVertexData[0], GL_STATIC_DRAW); in initVAO()
|
D | WebGLCompatibilityTest.cpp | 1619 constexpr float kVertexData[] = { in TEST_P() local 1625 glBufferData(GL_ARRAY_BUFFER, sizeof(kVertexData), kVertexData, GL_STREAM_DRAW); in TEST_P()
|