Searched refs:linkShaderProgram (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/cmds/screenrecord/ |
D | Program.cpp | 128 err = linkShaderProgram(vs, fs, &program); in createProgram() 169 status_t Program::linkShaderProgram(GLuint vs, GLuint fs, GLuint* outPgm) { in linkShaderProgram() function in Program
|
D | Program.h | 80 static status_t linkShaderProgram(GLuint vs, GLuint fs, GLuint* outPgm);
|
/frameworks/native/cmds/flatland/ |
D | GLHelper.cpp | 375 static bool linkShaderProgram(GLuint vs, GLuint fs, GLuint* outPgm) { in linkShaderProgram() function 426 result = linkShaderProgram(vs, fs, &mShaderPrograms[i]); in setUpShaders()
|