Searched refs:genCommandList (Results 1 – 10 of 10) sorted by relevance
/external/deqp/scripts/egl/ |
D | library.py | 94 genCommandList(defaultIface, virtualMemberDecl, EGL_WRAPPER_DIR, "eglwLibrary.inl", True) 95 …genCommandList(defaultIface, concreteMemberDecl, EGL_WRAPPER_DIR, "eglwFuncPtrLibraryDecl.inl", Tr… 96 genCommandList(defaultIface, memberImpl, EGL_WRAPPER_DIR, "eglwFuncPtrLibraryImpl.inl") 98 genCommandList(noExtIface, initFunctionEntry, EGL_WRAPPER_DIR, "eglwInitCore.inl", True) 99 genCommandList(extOnlyIface, initFunctionEntry, EGL_WRAPPER_DIR, "eglwInitExtensions.inl", True)
|
D | func_ptrs.py | 37 genCommandList(iface, commandTypedefDecl, EGL_WRAPPER_DIR, "eglwFunctionTypes.inl", True) 38 genCommandList(iface, commandMemberDecl, EGL_WRAPPER_DIR, "eglwFunctions.inl", True)
|
D | gtf_wrapper.py | 103 genCommandList(noExtIface, commandWrapperDefinition, EGL_WRAPPER_DIR, "eglwImpl.inl") 104 genCommandList(extOnlyIface, commandWrapperDefinition, EGL_WRAPPER_DIR, "eglwImplExt.inl")
|
D | common.py | 106 def genCommandList (iface, renderCommand, directory, filename, align=False): function 126 genCommandList(iface, renderCommand, directory, filename, align)
|
D | 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/ |
D | gen_func_ptrs.py | 36 genCommandList(iface, commandTypedefDecl, OPENGL_INC_DIR, "glwFunctionTypes.inl", True) 37 genCommandList(iface, commandMemberDecl, OPENGL_INC_DIR, "glwFunctions.inl", True)
|
D | gen_null_render_context.py | 76 genCommandList(iface, commandInitStatement, 80 genCommandList(iface, commandDummyImpl,
|
D | src_util.py | 210 def genCommandList(iface, renderCommand, directory, filename, align=False): function 228 genCommandList(iface, renderCommand, directory, filename, align)
|
D | gen_wrapper.py | 77 genCommandList(iface, commandWrapperDefinition, OPENGL_INC_DIR, "glwImpl.inl")
|
D | gen_call_log_wrapper.py | 453 genCommandList(iface, commandLogWrapperMemberDecl, OPENGL_DIR, "gluCallLogWrapperApi.inl", True) 454 genCommandList(iface, commandLogWrapperMemberDef, OPENGL_DIR, "gluCallLogWrapper.inl", False)
|