Searched refs:kIndices (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/src/sksl/ |
D | SkSLLexer.cpp | 411 static constexpr IndexEntry kIndices[] = { variable 459 IndexEntry index = kIndices[state]; in get_transition()
|
/third_party/flutter/skia/gm/ |
D | skinning.cpp | 64 static const uint16_t kIndices[] = { variable 115 kIndices, in onOnceBeforeDraw()
|
/third_party/vk-gl-cts/external/amber/src/src/vkscript/ |
D | section_parser_test.cc | 118 EXPECT_EQ(NodeType::kIndices, sections[3].section_type); in TEST_F() 193 {"indices", NodeType::kIndices, kShaderTypeVertex, kShaderFormatText}, in TEST_F() 293 NodeType::kIndices, NodeType::kVertexData, in TEST_F()
|
D | section_parser.h | 31 kIndices, enumerator
|
D | section_parser.cc | 78 *section_type = NodeType::kIndices; in NameToNodeType()
|
D | parser.cc | 120 if (section.section_type == NodeType::kIndices) in ProcessSection()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | MultiviewDrawTest.cpp | 437 const unsigned int kIndices[3] = {0u, 1u, 2u}; in initVAO() local 439 glBufferData(GL_ELEMENT_ARRAY_BUFFER, sizeof(unsigned int) * 3, &kIndices[0], in initVAO()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | MultiviewDrawTest.cpp | 437 const unsigned int kIndices[3] = {0u, 1u, 2u}; in initVAO() local 439 glBufferData(GL_ELEMENT_ARRAY_BUFFER, sizeof(unsigned int) * 3, &kIndices[0], in initVAO()
|
/third_party/vk-gl-cts/external/amber/src/docs/ |
D | amber_script.md | 1136 BUFFER kIndices DATA_TYPE int32 DATA 1149 INDEX_DATA kIndices
|