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

/frameworks/av/cmds/screenrecord/
H A DTextRenderer.cpp107 uint8_t* rgbaPixels = new uint8_t[FontBitmap::width * potHeight * 4]; local
108 memset(rgbaPixels, 0, FontBitmap::width * potHeight * 4);
109 uint8_t* pix = rgbaPixels;
129 GL_RGBA, GL_UNSIGNED_BYTE, rgbaPixels);
130 delete[] rgbaPixels;

Completed in 52 milliseconds