Searched defs:texes (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/cmds/screenrecord/
H A DProgram.cpp230 const float* vertices, const float* texes, size_t count) const {
235 err = beforeDraw(texName, texMatrix, vertices, texes, false);
244 const float* vertices, const float* texes, bool invert) const {
262 glVertexAttribPointer(maTextureCoordLoc, 2, GL_FLOAT, GL_FALSE, 0, texes);
229 drawTriangles(GLuint texName, const float* texMatrix, const float* vertices, const float* texes, size_t count) const argument
243 beforeDraw(GLuint texName, const float* texMatrix, const float* vertices, const float* texes, bool invert) const argument

Completed in 115 milliseconds