Home
last modified time | relevance | path

Searched refs:get_array_format (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
Dvarray.c262 get_array_format(const struct gl_context *ctx, GLint sizeMax, GLint *size) in get_array_format() function
662 GLenum format = get_array_format(ctx, BGRA_OR_4, &size); in _mesa_ColorPointer_no_error()
676 GLenum format = get_array_format(ctx, BGRA_OR_4, &size); in _mesa_ColorPointer()
771 GLenum format = get_array_format(ctx, BGRA_OR_4, &size); in _mesa_SecondaryColorPointer_no_error()
785 GLenum format = get_array_format(ctx, BGRA_OR_4, &size); in _mesa_SecondaryColorPointer()
931 GLenum format = get_array_format(ctx, BGRA_OR_4, &size); in _mesa_VertexAttribPointer_no_error()
949 GLenum format = get_array_format(ctx, BGRA_OR_4, &size); in _mesa_VertexAttribPointer()
2414 GLenum format = get_array_format(ctx, sizeMax, &size); in vertex_attrib_format()
2511 GLenum format = get_array_format(ctx, sizeMax, &size); in vertex_array_attrib_format()