Searched refs:clock (Results 1 – 3 of 3) sorted by relevance
499 bit32 clock = 0; in MakeOutAttrCommand_() local620 … case 0 : value = 0x00 + c++; if (c == 2) clock |= 1 << 0; break; // Position in MakeOutAttrCommand_()621 … case 1 : value = 0x04 + c++; clock |= 1 << 24; break; // Quaternion in MakeOutAttrCommand_()622 … case 2 : value = 0x08 + c++; clock |= 1 << 1; break; // color in MakeOutAttrCommand_()623 … 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_()627 … case 8 : if (c < 3) value = 0x12 + c++; clock |= 1 << 24; break; // view in MakeOutAttrCommand_()833 *command++ = clock; in MakeOutAttrCommand_()
562 bit32 clock = 0; in MakeOutAttrCommand_() local683 … case 0 : value = 0x00 + c++; if (c == 2) clock |= 1 << 0; break; // position in MakeOutAttrCommand_()684 … case 1 : value = 0x04 + c++; clock |= 1 << 24; break; // quaternion in MakeOutAttrCommand_()685 … case 2 : value = 0x08 + c++; clock |= 1 << 1; break; // color in MakeOutAttrCommand_()686 … 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_()690 … case 8 : if (c < 3) value = 0x12 + c++; clock |= 1 << 24; break; // view in MakeOutAttrCommand_()896 *command++ = clock; in MakeOutAttrCommand_()
291 return clock(); in GetCurrentTimeAsMillisecond()