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

/frameworks/av/cmds/screenrecord/
H A DProgram.cpp203 status_t Program::blit(GLuint texName, const float* texMatrix, function in class:Program
205 ALOGV("Program::blit %d xy=%d,%d wh=%d,%d", texName, x, y, w, h);
/frameworks/native/cmds/flatland/
H A DComposers.cpp46 bool blit(GLuint texName, const float* texMatrix, function in class:android::Blitter
158 return mBlitter.blit(texName, texMatrix, x, y, w, h);
190 return mBlitter.blit(texName, texMatrix, x, y, w, h);

Completed in 117 milliseconds