Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dvarray.c46 #define BGRA_OR_4 5 macro
270 if (ctx->Extensions.EXT_vertex_array_bgra && sizeMax == BGRA_OR_4 && in get_array_format()
366 if (_mesa_is_gles(ctx) && sizeMax == BGRA_OR_4) { in validate_array_format()
662 GLenum format = get_array_format(ctx, BGRA_OR_4, &size); in _mesa_ColorPointer_no_error()
663 update_array(ctx, VERT_ATTRIB_COLOR0, format, BGRA_OR_4, size, in _mesa_ColorPointer_no_error()
676 GLenum format = get_array_format(ctx, BGRA_OR_4, &size); in _mesa_ColorPointer()
688 BGRA_OR_4, size, type, stride, GL_TRUE, in _mesa_ColorPointer()
693 update_array(ctx, VERT_ATTRIB_COLOR0, format, BGRA_OR_4, size, in _mesa_ColorPointer()
771 GLenum format = get_array_format(ctx, BGRA_OR_4, &size); in _mesa_SecondaryColorPointer_no_error()
772 update_array(ctx, VERT_ATTRIB_COLOR1, format, BGRA_OR_4, size, type, in _mesa_SecondaryColorPointer_no_error()
[all …]