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

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_current.py31 ucname = k.upper() variable
34 print '#define VPINCH_CONVERT_%s(op,data,dst) \\' % ucname
56 if ucname == 'EDGEFLAG':
57 print '\tcase CR_%s_OPCODE: \\' % ucname
59 print '\tcase CR_%s%d%s_OPCODE: \\' % (ucname,size,uctype)
61 if (ucname == 'COLOR' or ucname == 'NORMAL' or ucname == 'SECONDARYCOLOR' or normalize) and type != 'f' and type != 'd':
68 print '\t\tcrSimpleError ( "Unknown opcode in VPINCH_CONVERT_%s" ); \\' % ucname

Completed in 125 milliseconds