Searched refs:passthroughDeclarationString (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | es_generator.py | 269 passthroughDeclarationString = "" variable 318 passthroughDeclarationString += ", %s %s" % (paramType, paramName) 351 …passthroughDeclarationString += ", %s %s %s" % (paramConvertToType, " ".join(paramTypeModifiers), … 434 …passthroughDeclarationString += ", %s %s %s" % (paramConvertToType, " ".join(paramTypeModifiers), … 578 passthroughDeclarationString = passthroughDeclarationString[2:] variable 580 if not passthroughDeclarationString: 581 passthroughDeclarationString = "void" variable 588 …t "extern %s GL_APIENTRY %s(%s);" % (returnType, passthroughFuncName, passthroughDeclarationString)
|