Searched refs:uploadToTexture (Results 1 - 2 of 2) 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
H A DTextureCache.h128 void uploadToTexture(bool resize, GLenum format, GLsizei width, GLsizei height,

Completed in 47 milliseconds