Searched refs:projType (Results 1 – 1 of 1) sorted by relevance
289 ResCamera::ProjType projType; in GetMemorySize() local317 projType = ResCamera::PROJTYPE_PERSPECTIVE; in GetMemorySize()324 projType = ResCamera::PROJTYPE_PERSPECTIVE; in GetMemorySize()327 projType = ResCamera::PROJTYPE_FRUSTUM; in GetMemorySize()330 projType = ResCamera::PROJTYPE_ORTHO; in GetMemorySize()364 switch (projType) in GetMemorySize()433 ResCamera::ProjType projType = resCamera.GetProjectionType(); in Create() local436 NW_ASSERT(projType < ResCamera::PROJTYPE_COUNT); in Create()438 if (projType == ResCamera::PROJTYPE_PERSPECTIVE) in Create()446 else if (projType == ResCamera::PROJTYPE_FRUSTUM) in Create()[all …]