Home
last modified time | relevance | path

Searched refs:passthroughDeclarationString (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
Des_generator.py269 passthroughDeclarationString = "" variable
318 passthroughDeclarationString += ", %s %s" % (paramType, paramName)
351passthroughDeclarationString += ", %s %s %s" % (paramConvertToType, " ".join(paramTypeModifiers), …
434passthroughDeclarationString += ", %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)