Searched refs:genCommandList (Results 1 - 10 of 10) sorted by relevance

/external/deqp/scripts/egl/
H A Dfunc_ptrs.py37 genCommandList(iface, commandTypedefDecl, EGL_WRAPPER_DIR, "eglwFunctionTypes.inl", True)
38 genCommandList(iface, commandMemberDecl, EGL_WRAPPER_DIR, "eglwFunctions.inl", True)
H A Dlibrary.py89 genCommandList(defaultIface, virtualMemberDecl, EGL_WRAPPER_DIR, "eglwLibrary.inl", True)
90 genCommandList(defaultIface, concreteMemberDecl, EGL_WRAPPER_DIR, "eglwFuncPtrLibraryDecl.inl", True)
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)
H A Dcommon.py92 def genCommandList (iface, renderCommand, directory, filename, align=False): function
112 genCommandList(iface, renderCommand, directory, filename, align)
H A Dcall_log_wrapper.py148 genCommandList(iface, commandLogWrapperMemberDecl, EGL_DIR, "egluCallLogWrapperApi.inl", True)
149 genCommandList(iface, commandLogWrapperMemberDef, EGL_DIR, "egluCallLogWrapper.inl", False)
/external/deqp/scripts/opengl/
H A Dgen_func_ptrs.py36 genCommandList(iface, commandTypedefDecl, OPENGL_INC_DIR, "glwFunctionTypes.inl", True)
37 genCommandList(iface, commandMemberDecl, OPENGL_INC_DIR, "glwFunctions.inl", True)
H A Dgen_es31_wrapper.py31 genCommandList(iface, commandES31InitStatement,
H A Dgen_null_render_context.py76 genCommandList(iface, commandInitStatement,
80 genCommandList(iface, commandDummyImpl,
H A Dgen_wrapper.py72 genCommandList(iface, commandWrapperDefinition, OPENGL_INC_DIR, "glwImpl.inl")
H A Dsrc_util.py123 def genCommandList(iface, renderCommand, directory, filename, align=False): function
141 genCommandList(iface, renderCommand, directory, filename, align)
H A Dgen_call_log_wrapper.py453 genCommandList(iface, commandLogWrapperMemberDecl, OPENGL_DIR, "gluCallLogWrapperApi.inl", True)
454 genCommandList(iface, commandLogWrapperMemberDef, OPENGL_DIR, "gluCallLogWrapper.inl", False)

Completed in 792 milliseconds