Searched refs:blit (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/cmds/flatland/ |
D | Composers.cpp | 46 bool blit(GLuint texName, const float* texMatrix, in blit() function in android::Blitter 158 return mBlitter.blit(texName, texMatrix, x, y, w, h); in opaque() 190 return mBlitter.blit(texName, texMatrix, x, y, w, h); in opaqueShrink()
|
/frameworks/av/cmds/screenrecord/ |
D | Overlay.cpp | 221 mExtTexProgram.blit(mExtTextureName, texMatrix, in processFrame_l() 224 mExtTexProgram.blit(mExtTextureName, texMatrix, in processFrame_l() 231 mTexProgram.blit(mTextRenderer.getTextureName(), Program::kIdentity, in processFrame_l()
|
D | Program.h | 56 status_t blit(GLuint texName, const float* texMatrix,
|
D | FrameOutput.cpp | 125 status_t err = mExtTexProgram.blit(mExtTextureName, texMatrix, 0, 0, in copyFrame()
|
D | Program.cpp | 203 status_t Program::blit(GLuint texName, const float* texMatrix, in blit() function in Program
|