Searched defs:getTexture (Results 1 - 9 of 9) 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 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 DLayer.h137 inline GLuint getTexture() { function in struct:android::uirenderer::Layer
/frameworks/base/libs/hwui/font/
H A DCacheTexture.h154 inline uint8_t* getTexture() const { function in class:android::uirenderer::CacheTexture
/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

Completed in 1055 milliseconds