Lines Matching defs:InternalFormat
135 struct InternalFormat struct
139 InternalFormat &operator=(const InternalFormat &other); argument
210 bool operator==(const InternalFormat &other) const; argument
216 GLenum sizedInternalFormat; argument
218 GLuint redBits;
219 GLuint greenBits;
220 GLuint blueBits;
222 GLuint luminanceBits;
224 GLuint alphaBits;
225 GLuint sharedBits;
227 GLuint depthBits;
228 GLuint stencilBits;
230 GLuint pixelBytes;
232 GLuint componentCount;
256 // A "Format" wraps an InternalFormat struct, querying it from either a sized internal format or argument