Home
last modified time | relevance | path

Searched refs:CompileProgramFromFiles (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle/samples/angle/multiple_draw_buffers/
DMultipleDrawBuffers.cpp51 … mMRTProgram = CompileProgramFromFiles(GetExecutableDirectory() + "/multiple_draw_buffers_vs.glsl", in initialize()
58 …mCopyProgram = CompileProgramFromFiles(GetExecutableDirectory() + "/multiple_draw_buffers_vs.glsl", in initialize()
/external/chromium_org/third_party/angle/samples/angle/sample_util/
Dshader_utils.h27 GLuint CompileProgramFromFiles(const std::string &vsPath, const std::string &fsPath);
Dshader_utils.cpp115 GLuint CompileProgramFromFiles(const std::string &vsPath, const std::string &fsPath) in CompileProgramFromFiles() function