Searched refs:pod (Results 1 – 2 of 2) sorted by relevance
525 auto pod = static_cast<IRenderDataStorePod*>(dataStore); in CreatePlugin3D() local526 pod->CreatePod( in CreatePlugin3D()550 auto pod = static_cast<IRenderDataStorePod*>(dataStore); in DestroyPlugin3D() local552 pod->DestroyPod(POST_PROCESS_NAME, ref); in DestroyPlugin3D()
582 void* Push(size_t pod, Args&&... args) in Push() argument584 size_t skip = AlignPtr(sizeof(T) + pod); in Push()