Home | History | Annotate | Download | only in include

Lines Matching refs:pfnReallocation

53     PFN_vkReallocationFunction get_pfnReallocation() { return m_struct.pfnReallocation; }
54 void set_pfnReallocation(PFN_vkReallocationFunction inValue) { m_struct.pfnReallocation = inValue; }