Searched refs:UniformComponentCount (Results 1 – 3 of 3) sorted by relevance
36 unsigned int UniformComponentCount(GLenum type);
33 unsigned int UniformComponentCount(GLenum type) in UniformComponentCount() function162 return UniformTypeSize(UniformComponentType(type)) * UniformComponentCount(type); in UniformTypeSize()
931 unsigned int count = UniformComponentCount(targetUniform->type); in getUniformfv()989 unsigned int count = UniformComponentCount(targetUniform->type); in getUniformiv()1038 unsigned int count = UniformComponentCount(targetUniform->type); in getUniformuiv()