Searched refs:glUtilsCalcShaderSourceLen (Results 1 – 3 of 3) sorted by relevance
59 int glUtilsCalcShaderSourceLen(char **strings, GLint *length, GLsizei count);
461 int glUtilsCalcShaderSourceLen( char **strings, GLint *length, GLsizei count) in glUtilsCalcShaderSourceLen() function
781 int len = glUtilsCalcShaderSourceLen((char**)string, (GLint*)length, count); in s_glShaderSource()