Searched defs:createTexture (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DTextureCache.cpp104 Texture* TextureCache::createTexture(Bitmap* bitmap) { function in class:android::uirenderer::TextureCache
118 Texture* texture = createTexture(bitmap);
149 texture = createTexture(bitmap);
187 texture = createTexture(bitmap);
/frameworks/base/opengl/java/android/opengl/
H A DETC1Util.java48 loadTexture(target, level, border, fallbackFormat, fallbackType, createTexture(input));
152 public static ETC1Texture createTexture(InputStream input) throws IOException { method in class:ETC1Util
/frameworks/native/opengl/libagl/
H A DTextureObjectManager.cpp252 sp<EGLTextureObject> EGLSurfaceManager::createTexture(GLuint name) function in class:android::EGLSurfaceManager

Completed in 82 milliseconds