Searched refs:BGRA_OR_4 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | varray.c | 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() [all …]
|