OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:genCommandList
(Results
1 - 10
of
10
) sorted by null
/external/deqp/scripts/egl/
func_ptrs.py
37
genCommandList
(iface, commandTypedefDecl, EGL_WRAPPER_DIR, "eglwFunctionTypes.inl", True)
38
genCommandList
(iface, commandMemberDecl, EGL_WRAPPER_DIR, "eglwFunctions.inl", True)
library.py
89
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)
common.py
89
def
genCommandList
(iface, renderCommand, directory, filename, align=False):
109
genCommandList
(iface, renderCommand, directory, filename, align)
call_log_wrapper.py
148
genCommandList
(iface, commandLogWrapperMemberDecl, EGL_DIR, "egluCallLogWrapperApi.inl", True)
149
genCommandList
(iface, commandLogWrapperMemberDef, EGL_DIR, "egluCallLogWrapper.inl", False)
/external/deqp/scripts/opengl/
gen_func_ptrs.py
36
genCommandList
(iface, commandTypedefDecl, OPENGL_INC_DIR, "glwFunctionTypes.inl", True)
37
genCommandList
(iface, commandMemberDecl, OPENGL_INC_DIR, "glwFunctions.inl", True)
gen_es31_wrapper.py
31
genCommandList
(iface, commandES31InitStatement,
gen_null_render_context.py
76
genCommandList
(iface, commandInitStatement,
80
genCommandList
(iface, commandDummyImpl,
gen_wrapper.py
72
genCommandList
(iface, commandWrapperDefinition, OPENGL_INC_DIR, "glwImpl.inl")
src_util.py
121
def
genCommandList
(iface, renderCommand, directory, filename, align=False):
138
genCommandList
(iface, renderCommand, directory, filename, align)
gen_call_log_wrapper.py
453
genCommandList
(iface, commandLogWrapperMemberDecl, OPENGL_DIR, "gluCallLogWrapperApi.inl", True)
454
genCommandList
(iface, commandLogWrapperMemberDef, OPENGL_DIR, "gluCallLogWrapper.inl", False)
Completed in 89 milliseconds