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

  /frameworks/av/cmds/screenrecord/
Program.h 80 static status_t linkShaderProgram(GLuint vs, GLuint fs, GLuint* outPgm);
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 61 milliseconds