HomeSort by relevance Sort by last modified time
    Searched refs:uploadToTexture (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
TextureCache.cpp 243 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,
TextureCache.h 128 void uploadToTexture(bool resize, GLenum format, GLsizei width, GLsizei height,

Completed in 187 milliseconds