Home
last modified time | relevance | path

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

/external/deqp/scripts/egl/
Dlibrary.py80 directory = EGL_WRAPPER_DIR,
89 genCommandList(defaultIface, virtualMemberDecl, EGL_WRAPPER_DIR, "eglwLibrary.inl", True)
90 …genCommandList(defaultIface, concreteMemberDecl, EGL_WRAPPER_DIR, "eglwFuncPtrLibraryDecl.inl", Tr…
91 genCommandList(defaultIface, memberImpl, EGL_WRAPPER_DIR, "eglwFuncPtrLibraryImpl.inl")
93 genCommandList(noExtIface, initFunctionEntry, EGL_WRAPPER_DIR, "eglwInitCore.inl", True)
94 genCommandList(extOnlyIface, initFunctionEntry, EGL_WRAPPER_DIR, "eglwInitExtensions.inl", True)
Dfunc_ptrs.py37 genCommandList(iface, commandTypedefDecl, EGL_WRAPPER_DIR, "eglwFunctionTypes.inl", True)
38 genCommandList(iface, commandMemberDecl, EGL_WRAPPER_DIR, "eglwFunctions.inl", True)
Denums.py56 …writeInlFile(os.path.join(EGL_WRAPPER_DIR, "eglwEnums.inl"), indentLines(map(enumDefinition, iface…
Dcommon.py38 EGL_WRAPPER_DIR = os.path.normpath(os.path.join(EGL_DIR, "wrapper")) variable