Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/scripts/
Dmustpass.py312 def genSpecCPPIncludeFile (specFilename, mustpass): argument
315 includeGuard = getIncludeGuardName(specFilename)
397specFilename = os.path.join(mustpass.project.incpath, "glc%s.hpp" % convertToCamelcase(mustpass.pr…
398 hpp = genSpecCPPIncludeFile(specFilename, mustpass)
400 print(" Writing spec: " + specFilename)
401 writeFile(specFilename, hpp)
420 specFilename = os.path.join(mustpass.project.path, mustpass.version, "mustpass.xml")
422 print(" Writing spec: " + specFilename)
423 writeFile(specFilename, prettifyXML(specXML).decode())
/third_party/vk-gl-cts/scripts/
Dmustpass.py440 specFilename = os.path.join(mustpass.project.path, mustpass.version, "mustpass.xml")
442 print(" Writing spec: " + specFilename)
443 writeFile(specFilename, prettifyXML(specXML).decode())