Searched refs:EGL_DIR (Results 1 - 5 of 5) sorted by relevance
/third_party/vk-gl-cts/scripts/egl/ |
H A D | str_util.py | 167 prototypeFile = os.path.join(EGL_DIR, "egluStrUtilPrototypes.inl") 168 implFile = os.path.join(EGL_DIR, "egluStrUtil.inl")
|
H A D | common.py | 37 EGL_DIR = os.path.normpath(os.path.join(SCRIPTS_DIR, "..", "..", "framework", "egl")) variable 38 EGL_WRAPPER_DIR = os.path.normpath(os.path.join(EGL_DIR, "wrapper"))
|
H A D | call_log_wrapper.py | 148 genCommandList(iface, commandLogWrapperMemberDecl, EGL_DIR, "egluCallLogWrapperApi.inl", True) 149 genCommandList(iface, commandLogWrapperMemberDef, EGL_DIR, "egluCallLogWrapper.inl", False)
|
/third_party/vk-gl-cts/scripts/opengl/ |
H A D | gen_es_static_library.py | 33 directory = EGL_DIR,
|
H A D | src_util.py | 35 EGL_DIR = os.path.normpath(os.path.join(SCRIPTS_DIR, "..", "..", "framework", "egl")) variable
|
Completed in 2 milliseconds