Searched refs:beforeDraw (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/cmds/screenrecord/ |
D | Program.cpp | 221 err = beforeDraw(texName, texMatrix, pos, uv, invert); in blit() 235 err = beforeDraw(texName, texMatrix, vertices, texes, false); in drawTriangles() 243 status_t Program::beforeDraw(GLuint texName, const float* texMatrix, in beforeDraw() function in Program
|
D | Program.h | 71 status_t beforeDraw(GLuint texName, const float* texMatrix,
|