Searched refs:linkShaderProgram (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/cmds/screenrecord/
H A DProgram.h80 static status_t linkShaderProgram(GLuint vs, GLuint fs, GLuint* outPgm);
H A DProgram.cpp128 err = linkShaderProgram(vs, fs, &program);
169 status_t Program::linkShaderProgram(GLuint vs, GLuint fs, GLuint* outPgm) { function in class:Program
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp375 static bool linkShaderProgram(GLuint vs, GLuint fs, GLuint* outPgm) { function in namespace:android
426 result = linkShaderProgram(vs, fs, &mShaderPrograms[i]);

Completed in 61 milliseconds