Searched refs:get_array_format (Results 1 – 1 of 1) sorted by relevance
| /third_party/mesa3d/src/mesa/main/ |
| D | varray.c | 617 get_array_format(const struct gl_context *ctx, GLint sizeMax, GLint *size) in get_array_format() function 1134 GLenum format = get_array_format(ctx, BGRA_OR_4, &size); in _mesa_ColorPointer_no_error() 1147 GLenum format = get_array_format(ctx, BGRA_OR_4, &size); in _mesa_ColorPointer() 1177 GLenum format = get_array_format(ctx, BGRA_OR_4, &size); in _mesa_VertexArrayColorOffsetEXT() 1340 GLenum format = get_array_format(ctx, BGRA_OR_4, &size); in _mesa_SecondaryColorPointer_no_error() 1353 GLenum format = get_array_format(ctx, BGRA_OR_4, &size); in _mesa_SecondaryColorPointer() 1380 GLenum format = get_array_format(ctx, BGRA_OR_4, &size); in _mesa_VertexArraySecondaryColorOffsetEXT() 1646 GLenum format = get_array_format(ctx, BGRA_OR_4, &size); in _mesa_VertexAttribPointer_no_error() 1665 GLenum format = get_array_format(ctx, BGRA_OR_4, &size); in _mesa_VertexAttribPointer() 1699 GLenum format = get_array_format(ctx, BGRA_OR_4, &size); in _mesa_VertexArrayVertexAttribOffsetEXT() [all …]
|