HomeSort by relevance Sort by last modified time
    Searched refs:mExtTexProgram (Results 1 - 4 of 4) sorted by null

  /frameworks/av/cmds/screenrecord/
FrameOutput.h 88 Program mExtTexProgram;
Overlay.h 137 Program mExtTexProgram;
FrameOutput.cpp 58 err = mExtTexProgram.setup(Program::PROGRAM_EXTERNAL_TEXTURE);
125 status_t err = mExtTexProgram.blit(mExtTextureName, texMatrix, 0, 0,
Overlay.cpp 155 err = mExtTexProgram.setup(Program::PROGRAM_EXTERNAL_TEXTURE);
195 mExtTexProgram.release();
223 mExtTexProgram.blit(mExtTextureName, texMatrix,
226 mExtTexProgram.blit(mExtTextureName, texMatrix,

Completed in 59 milliseconds