Searched refs:useTex (Results 1 – 2 of 2) sorted by relevance
498 bit32 useTex = 0; in MakeOutAttrCommand_() local623 … case 3 : if (c < 2) value = 0x0c + c++; useTex = 1; clock |= 1 << 8; break; // texcoord0 in MakeOutAttrCommand_()624 … case 4 : value = 0x10; useTex = 1; clock |= 1 << 16; break; // texcoord0w in MakeOutAttrCommand_()625 … case 5 : if (c < 2) value = 0x0e + c++; useTex = 1; clock |= 1 << 9; break; // texcoord1 in MakeOutAttrCommand_()626 … case 6 : if (c < 2) value = 0x16 + c++; useTex = 1; clock |= 1 << 10; break; // texcoord2 in MakeOutAttrCommand_()829 *command++ = useTex; in MakeOutAttrCommand_()
561 bit32 useTex = 0; in MakeOutAttrCommand_() local686 … case 3 : if (c < 2) value = 0x0c + c++; useTex = 1; clock |= 1 << 8; break; // texcoord0 in MakeOutAttrCommand_()687 … case 4 : value = 0x10; useTex = 1; clock |= 1 << 16; break; // texcoord0w in MakeOutAttrCommand_()688 … case 5 : if (c < 2) value = 0x0e + c++; useTex = 1; clock |= 1 << 9; break; // texcoord1 in MakeOutAttrCommand_()689 … case 6 : if (c < 2) value = 0x16 + c++; useTex = 1; clock |= 1 << 10; break; // texcoord2 in MakeOutAttrCommand_()892 *command++ = useTex; in MakeOutAttrCommand_()