Home | History | Annotate | Download | only in layers

Lines Matching refs:GenericHeader

349         const GenericHeader *orig_pnext = reinterpret_cast<const GenericHeader *>(pAllocateInfo->pNext);
350 GenericHeader *input_pnext = reinterpret_cast<GenericHeader *>(safe_allocate_info.get());
371 input_pnext->pNext = reinterpret_cast<GenericHeader *>(safe_dedicated_allocate_info.get());
372 input_pnext = reinterpret_cast<GenericHeader *>(input_pnext->pNext);
377 orig_pnext = reinterpret_cast<const GenericHeader *>(orig_pnext->pNext);