Searched refs:initialize (Results 1 - 25 of 317) sorted by relevance

1234567891011>>

/xsrc/external/mit/xterm/dist/vttests/
H A Dtab0.sh67 initialize() { function
75 initialize reset
100 initialize $name
H A Dnrcs.pl97 sub initialize() { subroutine
156 &initialize;
H A Dxtra-scroll.pl290 sub initialize() { subroutine
374 &initialize();
/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dmaplist.h53 void initialize( void );
H A Dmaplist.cc56 Maplist::initialize( void ) function in class:Maplist
/xsrc/external/mit/libXt/dist/include/X11/
H A DConstrainP.h69 XtInitProc initialize; /* constraint initialization */ member in struct:_ConstraintClassPart
H A DObjectP.h92 XtInitProc initialize; /* initialize subclass fields */ member in struct:_ObjectClassPart
93 XtArgsProc initialize_hook; /* notify that initialize called */
H A DRectObjP.h95 XtInitProc initialize; /* initialize subclass fields */ member in struct:_RectObjClassPart
96 XtArgsProc initialize_hook; /* notify that initialize called */
H A DCoreP.h132 XtInitProc initialize; /* initialize subclass fields */ member in struct:_CoreClassPart
133 XtArgsProc initialize_hook; /* notify that initialize called */
/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DlcPubWrap.c89 if ((*pub_methods->pub.initialize)(lcd) == False)
H A DlcPublic.c41 static Bool initialize (XLCd lcd);
66 initialize,
198 initialize( function in typeref:typename:Bool
H A DXlcPubI.h71 XlcPubInitializeProc initialize; member in struct:_XLCdPublicMethodsPart
H A DlcGeneric.c40 static Bool initialize (XLCd lcd);
48 initialize,
989 super_class's initialize method() */
1004 initialize(XLCd lcd) function in typeref:typename:Bool
1010 if (superclass->pub.initialize) {
1011 if ((*superclass->pub.initialize)(lcd) == False)
/xsrc/external/mit/libXt/dist/src/
H A DCreate.c207 XtInitProc initialize; local in function:CallInitialize
216 initialize = class->core_class.initialize;
218 if (initialize)
219 (*initialize) (req_widget, new_widget, args, &num_args);
235 XtInitProc initialize; local in function:CallConstraintInitialize
244 initialize = class->constraint_class.initialize;
246 if (initialize)
247 (*initialize) (req_widge
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D11.1.4.rst53 - gallium/util: initialize pipe_framebuffer_state to zeros
123 - llvmpipe: (trivial) initialize src1_alpha var to NULL
145 - tgsi: initialize stack allocated struct
H A D9.1.4.rst114 - nv50: initialize kick_notify callback in nv50_create
171 - intel: initialize fs_visitor::params_remap in constructor
205 - r600g: Correctly initialize the shader key, v2
219 - st/mesa: initialize all program constants and UBO limits
220 - st/mesa: initialize Const.MaxColorAttachments
H A D19.2.3.rst79 - Revert "mesa/main: Fix multisample texture initialize"
84 - anv/tests: Zero-initialize instances
H A D19.0.2.rst90 - radv: do not always initialize HTILE in compressed state
H A D21.1.8.rst60 - gallium/nir/tgsi: initialize file_max for inputs
H A D11.2.2.rst62 - gallium/util: initialize pipe_framebuffer_state to zeros
146 - llvmpipe: (trivial) initialize src1_alpha var to NULL
170 - tgsi: initialize stack allocated struct
H A D11.0.6.rst101 - radeonsi: initialize SX_PS_DOWNCONVERT to 0 on Stoney
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dtilemgr.h105 INLINE void initialize() function in class:MacroTileMgr
160 void initialize(uint32_t totalTasks, void* pTaskData, PFN_DISPATCH pfnDispatch) function in class:DispatchQueue
/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/
H A Dsanity-a6xx.lua42 -- initialize constant updated ranges:
/xsrc/external/mit/xkeyboard-config/dist/tests/ruby/
H A Dxkbparser.rb16 def initialize method in class:Symbols
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dtexgenmix.c88 static void initialize( void ) function in typeref:typename:void
624 initialize();

Completed in 26 milliseconds

1234567891011>>