Searched refs:projType (Results 1 – 1 of 1) sorted by relevance
292 ResCamera::ProjType projType; in GetMemorySize() local320 projType = ResCamera::PROJTYPE_PERSPECTIVE; in GetMemorySize()327 projType = ResCamera::PROJTYPE_PERSPECTIVE; in GetMemorySize()330 projType = ResCamera::PROJTYPE_FRUSTUM; in GetMemorySize()333 projType = ResCamera::PROJTYPE_ORTHO; in GetMemorySize()367 switch (projType) in GetMemorySize()436 ResCamera::ProjType projType = resCamera.GetProjectionType(); in Create() local439 NW_ASSERT(projType < ResCamera::PROJTYPE_COUNT); in Create()441 if (projType == ResCamera::PROJTYPE_PERSPECTIVE) in Create()449 else if (projType == ResCamera::PROJTYPE_FRUSTUM) in Create()[all …]