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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dvarray.c386 GLbitfield typeBit; local in function:validate_array_format
409 typeBit = type_to_bit(ctx, type);
410 if (typeBit == 0x0 || (typeBit & legalTypesMask) == 0x0) {
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dvarray.c686 GLbitfield typeBit; local in function:validate_array_format
709 typeBit = type_to_bit(ctx, type);
710 if (typeBit == 0x0 || (typeBit & legalTypesMask) == 0x0) {

Completed in 9 milliseconds