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

  /packages/apps/Gallery3D/src/com/cooliris/media/
LoadingLayer.java 169 // Start loading textures.
170 int[] textures = PRELOAD_RESOURCES_ASYNC_UNSCALED; local
171 for (int i = 0; i != textures.length; ++i) {
172 view.loadTexture(view.getResource(textures[i], false));
174 textures = PRELOAD_RESOURCES_ASYNC_SCALED;
175 for (int i = 0; i != textures.length; ++i) {
176 view.loadTexture(view.getResource(textures[i]));
182 // Wait for textures to finish loading before fading out.
184 // Request that the view upload all loaded textures.
187 // Determine if all textures have loaded
188 int[] textures = PRELOAD_RESOURCES_ASYNC_SCALED; local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
AccelerometerTestRenderer.java 293 int[] textures = new int[1]; local
294 gl.glGenTextures(1, textures, 0);
295 mTextureID = textures[0];
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
StaticTriangleRenderer.java 99 int[] textures = new int[1]; local
100 glGenTextures(1, textures, 0);
102 mTextureID = textures[0];
TriangleRenderer.java 72 int[] textures = new int[1]; local
73 gl.glGenTextures(1, textures, 0);
75 mTextureID = textures[0];
FrameBufferObjectActivity.java 176 int[] textures = new int[1]; local
177 gl.glGenTextures(1, textures, 0);
178 texture = textures[0];
GLES20TriangleRenderer.java 121 int[] textures = new int[1]; local
122 GLES20.glGenTextures(1, textures, 0);
124 mTextureID = textures[0];
MatrixPaletteRenderer.java 259 int[] textures = new int[1]; local
260 gl.glGenTextures(1, textures, 0);
262 mTextureID = textures[0];
  /development/samples/BasicGLSurfaceView/src/com/example/android/basicglsurfaceview/
GLES20TriangleRenderer.java 119 int[] textures = new int[1]; local
120 GLES20.glGenTextures(1, textures, 0);
122 mTextureID = textures[0];
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 82 int[] textures = new int[1]; local
83 gl.glGenTextures(1, textures, 0);
84 mTextureID = textures[0];
108 int[] textures = new int[1]; local
109 textures[0] = mTextureID;
110 gl.glDeleteTextures(1, textures, 0);
SpriteTextRenderer.java 78 int[] textures = new int[1]; local
79 gl.glGenTextures(1, textures, 0);
81 mTextureID = textures[0];
  /packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/
GalaxyRS.java 203 final Allocation[] textures = mTextures; local
204 textures[RSID_TEXTURE_SPACE] = loadTexture(R.drawable.space, "TSpace");
205 textures[RSID_TEXTURE_LIGHT1] = loadTexture(R.drawable.light1, "TLight1");
206 textures[RSID_TEXTURE_FLARES] = loadTextureARGB(R.drawable.flares, "TFlares");
208 final int count = textures.length;
210 textures[i].uploadToTexture(0);
  /external/quake/quake/src/WinQuake/
model.h 358 texture_t **textures; member in struct:model_s
gl_model.h 406 texture_t **textures; member in struct:model_s
  /packages/wallpapers/Basic/src/com/android/wallpaper/fall/
FallRS.java 260 final Allocation[] textures = new Allocation[TEXTURES_COUNT]; local
261 textures[RSID_TEXTURE_RIVERBED] = loadTexture(R.drawable.pond, "TRiverbed");
262 textures[RSID_TEXTURE_LEAVES] = loadTextureARGB(R.drawable.leaves, "TLeaves");
264 final int count = textures.length;
266 textures[i].uploadToTexture(0);
  /external/quake/quake/src/QW/client/
gl_model.h 409 texture_t **textures; member in struct:model_s
model.h 375 texture_t **textures; member in struct:model_s
  /frameworks/base/core/jni/
android_opengl_GLES10.cpp 425 /* void glDeleteTextures ( GLsizei n, const GLuint *textures ) */
431 GLuint *textures = (GLuint *) 0; local
434 _env->ThrowNew(IAEClass, "textures == null");
448 textures = textures_base + offset;
452 (GLuint *)textures
462 /* void glDeleteTextures ( GLsizei n, const GLuint *textures ) */
468 GLuint *textures = (GLuint *) 0; local
470 textures = (GLuint *)getPointer(_env, textures_buf, &_array, &_remaining);
477 (GLuint *)textures
482 releasePointer(_env, _array, textures, JNI_FALSE)
897 GLuint *textures = (GLuint *) 0; local
938 GLuint *textures = (GLuint *) 0; local
    [all...]
android_opengl_GLES20.cpp 698 /* void glDeleteTextures ( GLsizei n, const GLuint *textures ) */
704 GLuint *textures = (GLuint *) 0; local
707 _env->ThrowNew(IAEClass, "textures == null");
721 textures = textures_base + offset;
725 (GLuint *)textures
735 /* void glDeleteTextures ( GLsizei n, const GLuint *textures ) */
741 GLuint *textures = (GLuint *) 0; local
743 textures = (GLuint *)getPointer(_env, textures_buf, &_array, &_remaining);
750 (GLuint *)textures
755 releasePointer(_env, _array, textures, JNI_FALSE)
1123 GLuint *textures = (GLuint *) 0; local
1164 GLuint *textures = (GLuint *) 0; local
    [all...]
com_google_android_gles_jni_GLImpl.cpp 551 /* void glDeleteTextures ( GLsizei n, const GLuint *textures ) */
557 GLuint *textures = (GLuint *) 0; local
560 _env->ThrowNew(IAEClass, "textures == null");
574 textures = textures_base + offset;
578 (GLuint *)textures
588 /* void glDeleteTextures ( GLsizei n, const GLuint *textures ) */
594 GLuint *textures = (GLuint *) 0; local
596 textures = (GLuint *)getPointer(_env, textures_buf, &_array, &_remaining);
603 (GLuint *)textures
608 releasePointer(_env, _array, textures, JNI_FALSE)
1023 GLuint *textures = (GLuint *) 0; local
1064 GLuint *textures = (GLuint *) 0; local
    [all...]
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java 350 final Allocation[] textures = mTextures; local
351 textures[0] = loadTexture(R.drawable.night, "TNight");
352 textures[1] = loadTexture(R.drawable.sunrise, "TSunrise");
353 textures[2] = loadTexture(R.drawable.sky, "TSky");
354 textures[3] = loadTexture(R.drawable.sunset, "TSunset");
355 textures[4] = generateTextureAlpha(4, 1, new int[] { 0x00FFFF00 }, "TAa");
357 final int count = textures.length;
359 textures[i].uploadToTexture(0);
  /frameworks/base/include/private/opengles/
gl_context.h 347 // textures
618 texture_state_t textures; member in struct:android::gl::ogles_context_t

Completed in 522 milliseconds