Home
last modified time | relevance | path

Searched refs:kIndices (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/src/sksl/
H A DSkSLLexer.cpp411 static constexpr IndexEntry kIndices[] = { member
459 IndexEntry index = kIndices[state]; in get_transition()
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
H A Dsection_parser_test.cc118 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()
H A Dsection_parser.h31 kIndices, member in amber::vkscript::NodeType
H A Dsection_parser.cc78 *section_type = NodeType::kIndices; in NameToNodeType()
H A Dparser.cc120 if (section.section_type == NodeType::kIndices) in ProcessSection()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMultiviewDrawTest.cpp437 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()

Completed in 7 milliseconds