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

/frameworks/base/libs/hwui/
H A DTextureCache.cpp287 uploadToTexture(resize, GL_ALPHA, bitmap->rowBytesAsPixels(), bitmap->bytesPerPixel(),
292 uploadToTexture(resize, GL_RGB, bitmap->rowBytesAsPixels(), bitmap->bytesPerPixel(),
297 uploadToTexture(resize, GL_RGBA, bitmap->rowBytesAsPixels(), bitmap->bytesPerPixel(),
335 uploadToTexture(resize, GL_RGBA, rgbaBitmap.rowBytesAsPixels(), rgbaBitmap.bytesPerPixel(),
339 void TextureCache::uploadToTexture(bool resize, GLenum format, GLsizei stride, GLsizei bpp, function in class:android::uirenderer::TextureCache
H A DTextureCache.h155 void uploadToTexture(bool resize, GLenum format, GLsizei stride, GLsizei bpp,

Completed in 43 milliseconds