Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/samples/multiple_draw_buffers/
H A DMultipleDrawBuffers.cpp61 mMRTProgram = CompileProgramFromFiles(vsStream.str(), fsStream.str()); in initialize()
67 mCopyProgram = CompileProgramFromFiles(vsStream.str(), copyFsStream.str()); in initialize()
/aosp_15_r20/external/angle/util/
H A Dshader_utils.h43 ANGLE_UTIL_EXPORT GLuint CompileProgramFromFiles(const std::string &vsPath,
H A Dshader_utils.cpp316 GLuint CompileProgramFromFiles(const std::string &vsPath, const std::string &fsPath) in CompileProgramFromFiles() function