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

/frameworks/base/libs/hwui/
H A DTextureCache.cpp243 uploadToTexture(resize, GL_ALPHA, bitmap->rowBytesAsPixels(), texture->height,
249 uploadToTexture(resize, GL_RGB, bitmap->rowBytesAsPixels(), texture->height,
255 uploadToTexture(resize, GL_RGBA, bitmap->rowBytesAsPixels(), texture->height,
296 uploadToTexture(resize, GL_RGBA, rgbaBitmap.rowBytesAsPixels(), height,
300 void TextureCache::uploadToTexture(bool resize, GLenum format, GLsizei width, GLsizei height, function in class:android::uirenderer::TextureCache

Completed in 4 milliseconds