Searched refs:FormatType (Results 1 – 4 of 4) sorted by relevance
28 struct FormatType final30 FormatType();31 FormatType(GLenum format_, GLenum type_);32 FormatType(const FormatType &other) = default;33 FormatType &operator=(const FormatType &other) = default;35 bool operator<(const FormatType &other) const;
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::FormatType54 bool FormatType::operator<(const FormatType &other) const in operator <()
31 struct FormatType;
196 gl::FormatType formatType(format, type); in readPixelsImpl()