Home
last modified time | relevance | path

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

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