Searched refs:BGRA_OR_4 (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | varray.c | 47 #define BGRA_OR_4 5 macro 315 * If sizeMax = BGRA_OR_4 it means that size = GL_BGRA is legal and 318 if (ctx->Extensions.EXT_vertex_array_bgra && sizeMax == BGRA_OR_4 && 368 * \param sizeMax Max allowable size value (may also be BGRA_OR_4) 403 if (_mesa_is_gles(ctx) && sizeMax == BGRA_OR_4) { 490 * \param sizeMax max allowable size value (may also be BGRA_OR_4) 580 * \param sizeMax max allowable size value (may also be BGRA_OR_4) 698 GLenum format = get_array_format(ctx, BGRA_OR_4, &size); 699 update_array(ctx, VERT_ATTRIB_COLOR0, format, BGRA_OR_4, size, 710 GLenum format = get_array_format(ctx, BGRA_OR_4, [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | varray.c | 48 #define BGRA_OR_4 5 macro 607 * If sizeMax = BGRA_OR_4 it means that size = GL_BGRA is legal and 610 if (ctx->Extensions.EXT_vertex_array_bgra && sizeMax == BGRA_OR_4 && 668 * \param sizeMax Max allowable size value (may also be BGRA_OR_4) 703 if (_mesa_is_gles(ctx) && sizeMax == BGRA_OR_4) { 792 * \param sizeMax max allowable size value (may also be BGRA_OR_4) 885 * \param sizeMax max allowable size value (may also be BGRA_OR_4) 1110 GLenum format = get_array_format(ctx, BGRA_OR_4, &size); 1112 VERT_ATTRIB_COLOR0, format, BGRA_OR_4, size, 1123 GLenum format = get_array_format(ctx, BGRA_OR_4, [all...] |
Completed in 7 milliseconds