Searched refs:CompileProgramInternal (Results 1 – 1 of 1) sorted by relevance
/external/angle/util/ |
D | shader_utils.cpp | 30 GLuint CompileProgramInternal(const char *vsSource, in CompileProgramInternal() function 268 return CompileProgramInternal(vsSource, "", "", "", fsSource, preLink); in CompileProgramWithTransformFeedback() 273 return CompileProgramInternal(vsSource, "", "", "", fsSource, nullptr); in CompileProgram() 280 return CompileProgramInternal(vsSource, "", "", "", fsSource, preLinkCallback); in CompileProgram() 285 return CompileProgramInternal(vsSource, "", "", gsSource, fsSource, nullptr); in CompileProgramWithGS() 293 return CompileProgramInternal(vsSource, tcsSource, tesSource, "", fsSource, nullptr); in CompileProgramWithTESS()
|