Searched defs:FormatType (Results 1 – 9 of 9) sorted by relevance
44 enum FormatType enum in deqp::gles31::Functional::__anon8d6cc2ff0111::FormatSamplesCase
40 enum class FormatType { enum
121 } FormatType; typedef
50 FormatType::FormatType() : format(GL_NONE), type(GL_NONE) {} in FormatType() function in gl::FormatType52 FormatType::FormatType(GLenum format_, GLenum type_) : format(format_), type(type_) {} in FormatType() function in gl::FormatType
524 enum FormatType { enum
151 static Format FormatType = Default; variable
569 enum class FormatType { enum
453 FT_Fixed FormatType; member
1467 enum FormatType in init() enum