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

/frameworks/base/libs/hwui/
H A DTextureCache.h145 void uploadToTexture(bool resize, GLenum format, GLsizei stride, GLsizei bpp,
H A DTextureCache.cpp305 uploadToTexture(resize, GL_ALPHA, bitmap->rowBytesAsPixels(), bitmap->bytesPerPixel(),
311 uploadToTexture(resize, GL_RGB, bitmap->rowBytesAsPixels(), bitmap->bytesPerPixel(),
317 uploadToTexture(resize, GL_RGBA, bitmap->rowBytesAsPixels(), bitmap->bytesPerPixel(),
356 uploadToTexture(resize, GL_RGBA, rgbaBitmap.rowBytesAsPixels(), rgbaBitmap.bytesPerPixel(),
360 void TextureCache::uploadToTexture(bool resize, GLenum format, GLsizei stride, GLsizei bpp, function in class:android::uirenderer::TextureCache

Completed in 29 milliseconds