HomeSort by relevance Sort by last modified time
    Searched defs:mTextures (Results 1 - 11 of 11) sorted by null

  /frameworks/base/opengl/libagl/
TextureObjectManager.h 107 KeyedVector< GLuint, sp<EGLTextureObject> > mTextures;
  /frameworks/base/opengl/java/android/opengl/
Object3D.java 59 private Map<String, Texture> mTextures;
79 mTextures = new HashMap<String,Texture>();
88 return mTextures.get(name);
143 mTextures.put(name, texture);
  /frameworks/base/graphics/java/android/renderscript/
Program.java 75 Type mTextures[];
  /frameworks/base/libs/rs/
rsProgram.h 94 ObjectBaseRef<Allocation> mTextures[MAX_TEXTURE];
  /frameworks/base/libs/surfaceflinger/
Layer.h 122 Texture mTextures[NUM_BUFFERS];
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis4/
Visualization4RS.java 68 private Allocation[] mTextures;
115 mTextures = new Allocation[6];
116 mTextures[0] = Allocation.createFromBitmapResourceBoxed(mRS, mResources, R.drawable.background, Element.RGBA_8888(mRS), false);
117 mTextures[0].setName("Tvumeter_background");
118 mTextures[1] = Allocation.createFromBitmapResourceBoxed(mRS, mResources, R.drawable.frame, Element.RGBA_8888(mRS), false);
119 mTextures[1].setName("Tvumeter_frame");
120 mTextures[2] = Allocation.createFromBitmapResourceBoxed(mRS, mResources, R.drawable.peak_on, Element.RGBA_8888(mRS), false);
121 mTextures[2].setName("Tvumeter_peak_on");
122 mTextures[3] = Allocation.createFromBitmapResourceBoxed(mRS, mResources, R.drawable.peak_off, Element.RGBA_8888(mRS), false);
123 mTextures[3].setName("Tvumeter_peak_off")
    [all...]
  /packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/
GalaxyRS.java 82 private Allocation[] mTextures;
201 mTextures = new Allocation[TEXTURES_COUNT];
203 final Allocation[] textures = mTextures;
  /packages/wallpapers/Basic/src/com/android/wallpaper/nexus/
NexusRS.java 86 private Allocation[] mTextures = new Allocation[TEXTURES_COUNT];
192 mTextures[0] = loadTexture(R.drawable.pyramid_background, "TBackground");
193 mTextures[1] = loadTextureARGB(R.drawable.pulse, "TPulse");
194 mTextures[2] = loadTextureARGB(R.drawable.glow, "TGlow");
196 final int count = mTextures.length;
198 mTextures[i].uploadToTexture(0);
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5RS.java 76 private Allocation[] mTextures;
174 mTextures = new Allocation[8];
175 mTextures[0] = Allocation.createFromBitmapResourceBoxed(mRS, mResources, R.drawable.background, Element.RGBA_8888(mRS), true);
176 mTextures[0].setName("Tvumeter_background");
177 mTextures[1] = Allocation.createFromBitmapResourceBoxed(mRS, mResources, R.drawable.frame, Element.RGBA_8888(mRS), true);
178 mTextures[1].setName("Tvumeter_frame");
179 mTextures[2] = Allocation.createFromBitmapResourceBoxed(mRS, mResources, R.drawable.peak_on, Element.RGBA_8888(mRS), true);
180 mTextures[2].setName("Tvumeter_peak_on");
181 mTextures[3] = Allocation.createFromBitmapResourceBoxed(mRS, mResources, R.drawable.peak_off, Element.RGBA_8888(mRS), true);
182 mTextures[3].setName("Tvumeter_peak_off")
    [all...]
  /external/quake/quake/src/WinQuake/
gl_draw.cpp 193 entry* e = &mTextures[virtTexNum];
242 entry* e = &mTextures[mBoundTextureID];
375 entry mTextures[MAX_GLTEXTURES];
    [all...]
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java 97 private Allocation[] mTextures;
348 mTextures = new Allocation[TEXTURES_COUNT];
350 final Allocation[] textures = mTextures;

Completed in 1245 milliseconds