Searched defs:GEOMETRY (Results 1 – 7 of 7) sorted by relevance
51 GEOMETRY, // GL_GEOMETRY_SHADER enumerator
428 const GEOMETRY = 1 << 4; constant
164 pub const GEOMETRY: Self = Self(0b1000); constant
296 GEOMETRY, enumerator
233 GEOMETRY, enumerator
1976 GEOMETRY, enumerator
7432 enum class TestStage { VERTEX = 0, TESSELLATION_EVAL = 1, GEOMETRY = 2 }; in TEST_F() enumerator