Home
last modified time | relevance | path

Searched refs:drawTriangles (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/cmds/screenrecord/
DProgram.h61 status_t drawTriangles(GLuint texName, const float* texMatrix,
DProgram.cpp229 status_t Program::drawTriangles(GLuint texName, const float* texMatrix, in drawTriangles() function in Program
DTextRenderer.cpp249 program.drawTriangles(mTextureName, texMatrix, vertices, texes, in drawString()