Lines Matching refs:modelViewCommand
495 unsigned* modelViewCommand = s_SubrCommand[obj]; in DrawFrame() local
517 modelViewCommand[index++] = 0x80000004; in DrawFrame()
518 modelViewCommand[index++] = 0x000f02c0; in DrawFrame()
524 modelViewCommand[index++] = *(unsigned*)&v; in DrawFrame()
526 modelViewCommand[index++] = 0x00ff02c1; in DrawFrame()
528 modelViewCommand[index++] = 0x00000000; // Pad the last four bytes of the burst. in DrawFrame()
532 modelViewCommand[index++] = 0x00000000; in DrawFrame()
533 modelViewCommand[index++] = 0x00000200; in DrawFrame()
536 modelViewCommand[index++] = 0x00000001; in DrawFrame()
537 modelViewCommand[index++] = 0x000f023d; in DrawFrame()
540 nngxUpdateBuffer(modelViewCommand, sizeof(unsigned) * index); in DrawFrame()
548 nngxAddSubroutineCommand(modelViewCommand, sizeof(unsigned) * index); in DrawFrame()