Searched defs:ProgramType (Results 1 – 3 of 3) sorted by relevance
139 pub fn prog_type(&self) -> ProgramType { in prog_type()197 pub fn set_prog_type(&mut self, prog_type: ProgramType) { in set_prog_type()297 pub enum ProgramType { enum334 impl ProgramType { impl364 impl From<u32> for ProgramType { implementation604 pub fn prog_type(&self) -> ProgramType { in prog_type()
254 class ProgramType : public Type class257 ProgramType(const Context &ctx) : Type(ctx) in ProgramType() function in deqp::gls::LifetimeTests::details::ProgramType
260 ProgramType enumerator