Home
last modified time | relevance | path

Searched defs:linkShaderProgram (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/cmds/screenrecord/
DProgram.cpp169 status_t Program::linkShaderProgram(GLuint vs, GLuint fs, GLuint* outPgm) { in linkShaderProgram() function in Program
/frameworks/native/cmds/flatland/
DGLHelper.cpp375 static bool linkShaderProgram(GLuint vs, GLuint fs, GLuint* outPgm) { in linkShaderProgram() function