projects
/
platform
/
upstream
/
VK-GL-CTS.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
am 78add1e6: am 664e0500: Fix atomic min and max signed value verification.
[platform/upstream/VK-GL-CTS.git]
/
scripts
/
gen_egl.py
1
# -*- coding: utf-8 -*-
2
3
import egl
4
5
def gen ():
6
egl.gen()
7
8
if __name__ == "__main__":
9
gen()