Home
last modified time | relevance | path

Searched refs:tdmAllocateLocalZero (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/
H A DhwMemory.h37 #define tdmAllocateLocalZero(n) _tdmAllocateLocalZero(n,__FILE__,_LINE_) macro
48 #define tdmAllocateLocalZero(n) DXAllocateLocalZero(n) macro
/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/starbase/
H A DhwWinSB.c183 if (PORT_HANDLE->private = (void *) tdmAllocateLocalZero(sizeof(tdmSBctxT))) in _dxf_CREATE_WINDOW()