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

/frameworks/av/cmds/screenrecord/
H A DTextRenderer.cpp105 uint8_t* rgbaPixels = new uint8_t[FontBitmap::width * potHeight * 4]; local
106 memset(rgbaPixels, 0, FontBitmap::width * potHeight * 4);
107 uint8_t* pix = rgbaPixels;
127 GL_RGBA, GL_UNSIGNED_BYTE, rgbaPixels);
128 delete[] rgbaPixels;

Completed in 45 milliseconds