Searched refs:rgbaPixels (Results 1 – 1 of 1) sorted by relevance
105 uint8_t* rgbaPixels = new uint8_t[FontBitmap::width * potHeight * 4]; in loadIntoTexture() local106 memset(rgbaPixels, 0, FontBitmap::width * potHeight * 4); in loadIntoTexture()107 uint8_t* pix = rgbaPixels; in loadIntoTexture()127 GL_RGBA, GL_UNSIGNED_BYTE, rgbaPixels); in loadIntoTexture()128 delete[] rgbaPixels; in loadIntoTexture()