Home
last modified time | relevance | path

Searched refs:blit (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/cmds/flatland/
DComposers.cpp46 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/
DOverlay.cpp221 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()
DProgram.h56 status_t blit(GLuint texName, const float* texMatrix,
DFrameOutput.cpp125 status_t err = mExtTexProgram.blit(mExtTextureName, texMatrix, 0, 0, in copyFrame()
DProgram.cpp203 status_t Program::blit(GLuint texName, const float* texMatrix, in blit() function in Program