Home
last modified time | relevance | path

Searched refs:outPgm (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/cmds/screenrecord/
DProgram.cpp112 status_t Program::createProgram(GLuint* outPgm, const char* vertexShader, in createProgram() argument
132 *outPgm = program; in createProgram()
169 status_t Program::linkShaderProgram(GLuint vs, GLuint fs, GLuint* outPgm) { in linkShaderProgram() argument
197 *outPgm = program; in linkShaderProgram()
DProgram.h76 status_t createProgram(GLuint* outPgm, const char* vertexShader,
80 static status_t linkShaderProgram(GLuint vs, GLuint fs, GLuint* outPgm);
/frameworks/native/cmds/flatland/
DGLHelper.cpp188 bool GLHelper::getShaderProgram(const char* name, GLuint* outPgm) { in getShaderProgram() argument
191 *outPgm = mShaderPrograms[i]; in getShaderProgram()
361 static bool linkShaderProgram(GLuint vs, GLuint fs, GLuint* outPgm) { in linkShaderProgram() argument
388 *outPgm = program; in linkShaderProgram()
DGLHelper.h64 bool getShaderProgram(const char* name, GLuint* outPgm);
/frameworks/native/libs/gui/tests/
DGLTest.h34 const char* pFragmentSource, GLuint* outPgm);
DGLTest.cpp296 const char* pFragmentSource, GLuint* outPgm) { in createProgram() argument
338 *outPgm = program; in createProgram()