Searched defs:gsSource (Results 1 – 3 of 3) sorted by relevance
37 const char *gsSource, in CompileProgramInternal()210 GLuint CompileProgramWithGS(const char *vsSource, const char *gsSource, const char *fsSource) in CompileProgramWithGS()
33 const char *gsSource, in CompileProgramInternal()283 GLuint CompileProgramWithGS(const char *vsSource, const char *gsSource, const char *fsSource) in CompileProgramWithGS()
1243 const char* gsSource = transformFeedbackGeometryShader(); in buildTransformFeedbackProgram() local