Lines Matching refs:BGRA_OR_4
48 #define BGRA_OR_4 5 macro
605 if (ctx->Extensions.EXT_vertex_array_bgra && sizeMax == BGRA_OR_4 && in get_array_format()
697 if (_mesa_is_gles(ctx) && sizeMax == BGRA_OR_4) { in validate_array_format()
1103 GLenum format = get_array_format(ctx, BGRA_OR_4, &size); in _mesa_ColorPointer_no_error()
1105 VERT_ATTRIB_COLOR0, format, BGRA_OR_4, size, in _mesa_ColorPointer_no_error()
1116 GLenum format = get_array_format(ctx, BGRA_OR_4, &size); in _mesa_ColorPointer()
1129 BGRA_OR_4, size, type, stride, GL_TRUE, in _mesa_ColorPointer()
1134 VERT_ATTRIB_COLOR0, format, BGRA_OR_4, size, in _mesa_ColorPointer()
1146 GLenum format = get_array_format(ctx, BGRA_OR_4, &size); in _mesa_VertexArrayColorOffsetEXT()
1167 BGRA_OR_4, size, type, stride, GL_TRUE, in _mesa_VertexArrayColorOffsetEXT()
1172 VERT_ATTRIB_COLOR0, format, BGRA_OR_4, size, in _mesa_VertexArrayColorOffsetEXT()
1309 GLenum format = get_array_format(ctx, BGRA_OR_4, &size); in _mesa_SecondaryColorPointer_no_error()
1311 VERT_ATTRIB_COLOR1, format, BGRA_OR_4, size, type, in _mesa_SecondaryColorPointer_no_error()
1322 GLenum format = get_array_format(ctx, BGRA_OR_4, &size); in _mesa_SecondaryColorPointer()
1333 BGRA_OR_4, size, type, stride, in _mesa_SecondaryColorPointer()
1338 VERT_ATTRIB_COLOR1, format, BGRA_OR_4, size, type, in _mesa_SecondaryColorPointer()
1349 GLenum format = get_array_format(ctx, BGRA_OR_4, &size); in _mesa_VertexArraySecondaryColorOffsetEXT()
1368 BGRA_OR_4, size, type, stride, in _mesa_VertexArraySecondaryColorOffsetEXT()
1373 VERT_ATTRIB_COLOR1, format, BGRA_OR_4, size, type, in _mesa_VertexArraySecondaryColorOffsetEXT()
1615 GLenum format = get_array_format(ctx, BGRA_OR_4, &size); in _mesa_VertexAttribPointer_no_error()
1617 VERT_ATTRIB_GENERIC(index), format, BGRA_OR_4, in _mesa_VertexAttribPointer_no_error()
1634 GLenum format = get_array_format(ctx, BGRA_OR_4, &size); in _mesa_VertexAttribPointer()
1652 1, BGRA_OR_4, size, type, stride, in _mesa_VertexAttribPointer()
1657 VERT_ATTRIB_GENERIC(index), format, BGRA_OR_4, in _mesa_VertexAttribPointer()
1668 GLenum format = get_array_format(ctx, BGRA_OR_4, &size); in _mesa_VertexArrayVertexAttribOffsetEXT()
1694 1, BGRA_OR_4, size, type, stride, in _mesa_VertexArrayVertexAttribOffsetEXT()
1699 VERT_ATTRIB_GENERIC(index), format, BGRA_OR_4, in _mesa_VertexArrayVertexAttribOffsetEXT()
3398 BGRA_OR_4, relativeOffset, in _mesa_VertexAttribFormat()
3480 BGRA_OR_4, relativeOffset, in _mesa_VertexArrayAttribFormat()
3492 BGRA_OR_4, relativeOffset, in _mesa_VertexArrayVertexAttribFormatEXT()