Searched refs:is_array_format (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dglformats.c3528 bool is_array_format = true; local in function:_mesa_format_from_format_and_type
3568 is_array_format = false;
3573 if (is_array_format)
3574 is_array_format = get_swizzle_from_gl_format(format, swizzle);
3579 if (is_array_format) {
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dglformats.c3602 bool is_array_format = true; local in function:_mesa_format_from_format_and_type
3645 is_array_format = false;
3650 if (is_array_format)
3651 is_array_format = get_swizzle_from_gl_format(format, swizzle);
3656 if (is_array_format) {

Completed in 11 milliseconds