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

/frameworks/av/cmds/screenrecord/
H A DTextRenderer.cpp104 uint32_t potHeight = powerOfTwoCeil(FontBitmap::height); local
105 uint8_t* rgbaPixels = new uint8_t[FontBitmap::width * potHeight * 4];
106 memset(rgbaPixels, 0, FontBitmap::width * potHeight * 4);
126 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, FontBitmap::width, potHeight, 0,

Completed in 37 milliseconds