Lines Matching defs:pname
19 pname = match.group(2)
21 params[pname] = ( type, fields )
28 pname = match.group(2)
31 extended_params[pname] = ( type, ifdef, fields )
88 pRec->pDispatch->GetFloatv(pDesc->pname, afData);
100 for pname in keys:
101 print "\tfEnabled = pRec->pDispatch->IsEnabled(%s);" % pname
102 print "\tcrDmpStrF(pRec->pDumper, \"%s = %%d;\", fEnabled);" % pname
107 for pname in keys:
108 (srctype,ifdef,fields) = extended_params[pname]
112 print "\tfEnabled = pRec->pDispatch->IsEnabled(%s);" % pname
113 print "\tcrDmpStrF(pRec->pDumper, \"%s = %%d;\", fEnabled);" % pname
194 for pname in texparam_names:
195 print "\tcComponents = crStateHlpComponentsCount(%s);" % pname
198 print "\tpRec->pDispatch->GetTexParameterfv(enmTarget, %s, afBuf);" % pname
200 print "\tcrDmpStrF(pRec->pDumper, \"%s = %%s;\", acBuf);" % pname
221 for pname in values:
222 print "\tcComponents = crStateHlpComponentsCount(%s);" % pname
225 print "\tpRec->pDispatch->GetTexEnvfv(%s, %s, afBuf);" % (target, pname)
227 print "\tcrDmpStrF(pRec->pDumper, \"%s = %%s;\", acBuf);" % pname
246 for pname in texgen_names:
247 print "\tcComponents = crStateHlpComponentsCount(%s);" % pname
250 print "\tpRec->pDispatch->GetTexGendv(%s, %s, afBuf);" % (coord, pname)
252 print "\tcrDmpStrF(pRec->pDumper, \"%s = %%s;\", acBuf);" % pname