Searched refs:loadTexture (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DTexture.java85 private int loadTexture(GL10 gl, method in class:Texture
123 name = loadTexture(gl,
H A DMaterial.java83 parent.loadTexture(map_kd);
H A DETC1Util.java45 public static void loadTexture(int target, int level, int border, method in class:ETC1Util
48 loadTexture(target, level, border, fallbackFormat, fallbackType, createTexture(input));
64 public static void loadTexture(int target, int level, int border, method in class:ETC1Util
H A DObject3D.java140 public void loadTexture(String name) throws IOException { method in class:Object3D
/frameworks/base/services/surfaceflinger/
H A DTextureManager.h75 status_t loadTexture(Texture* texture,
H A DLayer.h198 status_t loadTexture(const Region& dirty, const GGLSurface& t);
H A DTextureManager.cpp183 status_t TextureManager::loadTexture(Texture* texture, function in class:android::TextureManager
188 LOGE_IF(err, "loadTexture failed in initTexture (%s)", strerror(err));
H A DLayer.cpp198 mBufferManager.loadTexture(dirty, t);
888 status_t Layer::BufferManager::loadTexture( function in class:android::Layer::BufferManager
891 return mTextureManager.loadTexture(&mFailoverTexture, dirty, t);
H A DLayerBuffer.cpp499 mTextureManager.loadTexture(&mTexture, dirty, t);
/frameworks/base/graphics/java/android/renderscript/
H A DProgramVertex.java131 public void loadTexture(Matrix4f m) { method in class:ProgramVertex.MatrixAllocation

Completed in 142 milliseconds