Searched defs:to_format (Results 1 – 4 of 4) sorted by relevance
113 FrameBuffer::Format to_format; member
295 FrameBuffer::Format to_format) { in ValidateConvertFormats()
515 glw::GLenum to_format = (n == 0) ? GL_RGBA : (n == 1) ? GL_RGBA_INTEGER : GL_RGBA_INTEGER; in iterate() local585 glw::GLenum to_format = GL_NONE; in iterate() local
69 pub fn to_format(&self) -> Format { in to_format() method