HomeSort by relevance Sort by last modified time
    Searched defs:linkShaderProgram (Results 1 - 2 of 2) sorted by null

  /frameworks/av/cmds/screenrecord/
Program.cpp 128 err = linkShaderProgram(vs, fs, &program);
169 status_t Program::linkShaderProgram(GLuint vs, GLuint fs, GLuint* outPgm) {
  /frameworks/native/cmds/flatland/
GLHelper.cpp 375 static bool linkShaderProgram(GLuint vs, GLuint fs, GLuint* outPgm) {
426 result = linkShaderProgram(vs, fs, &mShaderPrograms[i]);

Completed in 461 milliseconds