Searched refs:beforeDraw (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/cmds/screenrecord/
H A DProgram.h71 status_t beforeDraw(GLuint texName, const float* texMatrix,
H A DProgram.cpp221 err = beforeDraw(texName, texMatrix, pos, uv, invert);
235 err = beforeDraw(texName, texMatrix, vertices, texes, false);
243 status_t Program::beforeDraw(GLuint texName, const float* texMatrix, function in class:Program

Completed in 52 milliseconds