Home
last modified time | relevance | path

Searched refs:kVertexData (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
DDrawCallPerf.cpp30 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/
Dsection_parser.h32 kVertexData, enumerator
Dsection_parser_test.cc196 {"vertex data", NodeType::kVertexData, kShaderTypeVertex, in TEST_F()
293 NodeType::kIndices, NodeType::kVertexData, in TEST_F()
Dsection_parser.cc84 *section_type = NodeType::kVertexData; in NameToNodeType()
Dparser.cc122 if (section.section_type == NodeType::kVertexData) in ProcessSection()
/third_party/skia/src/gpu/ops/
DFillRRectOp.cpp403 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/
DMultiviewDrawTest.cpp433 const float kVertexData[3] = {0.0f}; in initVAO() local
435 glBufferData(GL_ARRAY_BUFFER, sizeof(float) * 3u, &kVertexData[0], GL_STATIC_DRAW); in initVAO()
DWebGLCompatibilityTest.cpp1567 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/
DMultiviewDrawTest.cpp433 const float kVertexData[3] = {0.0f}; in initVAO() local
435 glBufferData(GL_ARRAY_BUFFER, sizeof(float) * 3u, &kVertexData[0], GL_STATIC_DRAW); in initVAO()
DWebGLCompatibilityTest.cpp1619 constexpr float kVertexData[] = { in TEST_P() local
1625 glBufferData(GL_ARRAY_BUFFER, sizeof(kVertexData), kVertexData, GL_STREAM_DRAW); in TEST_P()