Searched refs:kGlBytesPerPixel (Results 1 – 1 of 1) sorted by relevance
29 static const int kGlBytesPerPixel = 4; // GL_RGBA variable82 mPixelBuf = new uint8_t[width * height * kGlBytesPerPixel]; in createInputSurface()