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

  /frameworks/base/libs/hwui/
TextureCache.h 128 void uploadToTexture(bool resize, GLenum format, GLsizei stride,
TextureCache.cpp 243 uploadToTexture(resize, GL_ALPHA, bitmap->rowBytesAsPixels(),
249 uploadToTexture(resize, GL_RGB, bitmap->rowBytesAsPixels(),
255 uploadToTexture(resize, GL_RGBA, bitmap->rowBytesAsPixels(),
296 uploadToTexture(resize, GL_RGBA, rgbaBitmap.rowBytesAsPixels(), width, height,
300 void TextureCache::uploadToTexture(bool resize, GLenum format, GLsizei stride,

Completed in 34 milliseconds