Searched defs:gsSource (Results 1 – 2 of 2) sorted by relevance
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