Searched refs:CompileProgramFromFiles (Results 1 – 3 of 3) sorted by relevance
51 … mMRTProgram = CompileProgramFromFiles(GetExecutableDirectory() + "/multiple_draw_buffers_vs.glsl", in initialize()58 …mCopyProgram = CompileProgramFromFiles(GetExecutableDirectory() + "/multiple_draw_buffers_vs.glsl", in initialize()
27 GLuint CompileProgramFromFiles(const std::string &vsPath, const std::string &fsPath);
115 GLuint CompileProgramFromFiles(const std::string &vsPath, const std::string &fsPath) in CompileProgramFromFiles() function