Searched refs:getTexture (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DTextureParam.java52 public TextureBase getTexture() { method in class:TextureParam
H A DRenderable.java143 TextureBase tex = p.getTexture();
H A DColladaParser.java278 Texture2D getTexture(String samplerName) { method in class:ColladaParser
335 Texture2D tex = getTexture(samplerName);
/frameworks/ex/carousel/test/src/com/android/carouseltest/
H A DMusicDemoActivity.java70 public Bitmap getTexture(int n) { method in class:MusicDemoActivity.LocalCarouselViewHelper
H A DCarouselTestActivity.java84 public Bitmap getTexture(int n) { method in class:CarouselTestActivity.LocalCarouselViewHelper
H A DTaskSwitcherActivity.java143 public Bitmap getTexture(int n) { method in class:TaskSwitcherActivity.LocalCarouselViewHelper
/frameworks/base/libs/hwui/
H A DFontRenderer.h85 GLuint getTexture(bool linearFiltering = false) { function in class:android::uirenderer::FontRenderer
98 if (cacheTexture && cacheTexture->getTexture()) {
H A DFontRenderer.cpp135 if (mCacheTextures[i]->getTexture()) {
136 memset(mCacheTextures[i]->getTexture(), 0,
148 if (cacheTexture->getTexture()) {
211 if (!cacheTexture->getTexture()) {
217 uint8_t* cacheBuffer = cacheTexture->getTexture();
333 if (cacheTexture->isDirty() && cacheTexture->getTexture()) {
341 void* textureData = cacheTexture->getTexture() + y * width;
H A DLayer.h137 inline GLuint getTexture() { function in struct:android::uirenderer::Layer
H A DOpenGLRenderer.cpp806 layer->getTexture(), 0);
915 setupDrawTexture(layer->getTexture());
917 setupDrawExternalTexture(layer->getTexture());
964 layer->getTexture(), layer->getAlpha() / 255.0f,
1010 setupDrawTexture(layer->getTexture());
2587 setupDrawTexture(fontRenderer.getTexture(linearFilter));
2682 setupDrawTexture(fontRenderer.getTexture(linearFilter));
2743 setupDrawTexture(fontRenderer.getTexture(true));
2833 setupDrawTexture(layer->getTexture());
H A DLayerRenderer.cpp248 layer->getTexture(), 0);
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselViewHelper.java110 final Bitmap bitmap = getTexture(id);
178 public Bitmap getTexture(int id) { method in class:CarouselViewHelper
/frameworks/base/libs/hwui/font/
H A DCacheTexture.h154 inline uint8_t* getTexture() const { function in class:android::uirenderer::CacheTexture
H A DFont.cpp113 const uint8_t* cacheBuffer = cacheTexture->getTexture();
/frameworks/base/core/jni/
H A Dandroid_view_GLES20Canvas.cpp752 storage[0] = layer->getTexture();

Completed in 256 milliseconds