Searched refs:GetLightParameterCount (Results 1 – 5 of 5) sorted by relevance
99 int count = GetLightParameterCount(pnamePacked); in CaptureGetLightfv_params()203 unsigned int size = GetLightParameterCount(pnamePacked); in CaptureLightfv_params()214 unsigned int size = GetLightParameterCount(pnamePacked); in CaptureLightxv_params()
220 unsigned int GetLightParameterCount(LightParameter pname);
226 for (unsigned int i = 0; i < GetLightParameterCount(pname); i++) in getLightxv()319 for (unsigned int i = 0; i < GetLightParameterCount(pname); i++) in lightxv()
239 if (GetLightParameterCount(pname) > 1) in ValidateLightSingleComponent()979 for (unsigned int i = 0; i < GetLightParameterCount(pname); i++) in ValidateLightxv()
2495 unsigned int GetLightParameterCount(LightParameter pname) in GetLightParameterCount() function