Home | History | Annotate | Download | only in main

Lines Matching refs:Format

134    GLenum format = GL_RGBA;
214 format = GL_BGRA;
259 array->Format = format;
850 _mesa_InterleavedArrays(GLenum format, GLsizei stride, const GLvoid *pointer)
871 switch (format) {
978 _mesa_error( ctx, GL_INVALID_ENUM, "glInterleavedArrays(format)" );
1203 dst->Format = src->Format;