Searched refs:createTexture (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/opengl/java/android/opengl/ |
D | ETC1Util.java | 48 loadTexture(target, level, border, fallbackFormat, fallbackType, createTexture(input)); in loadTexture() 152 public static ETC1Texture createTexture(InputStream input) throws IOException { in createTexture() method in ETC1Util
|
/frameworks/native/opengl/libagl/ |
D | TextureObjectManager.h | 96 sp<EGLTextureObject> createTexture(GLuint name);
|
D | TextureObjectManager.cpp | 252 sp<EGLTextureObject> EGLSurfaceManager::createTexture(GLuint name) in createTexture() function in android::EGLSurfaceManager
|
D | texture.cpp | 881 tex = c->surfaceManager->createTexture(texture); in glBindTexture()
|
/frameworks/base/libs/hwui/ |
D | PathCache.cpp | 136 static PathTexture* createTexture(float left, float top, float offset, in createTexture() function 271 PathTexture* texture = createTexture(left, top, offset, width, height, in addTexture() 480 texture = createTexture(0.0f, 0.0f, 0.0f, 0, 0, path->getGenerationID()); in precache()
|
/frameworks/base/api/ |
D | system-current.txt | 20439 …method public static android.opengl.ETC1Util.ETC1Texture createTexture(java.io.InputStream) throws…
|
D | current.txt | 18859 …method public static android.opengl.ETC1Util.ETC1Texture createTexture(java.io.InputStream) throws…
|