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

/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
/frameworks/base/libs/hwui/
H A DPathCache.cpp136 static PathTexture* createTexture(float left, float top, float offset, function in namespace:android::uirenderer
271 PathTexture* texture = createTexture(left, top, offset, width, height,
480 texture = createTexture(0.0f, 0.0f, 0.0f, 0, 0, path->getGenerationID());

Completed in 815 milliseconds