HomeSort by relevance Sort by last modified time
    Searched refs:defaultTexture (Results 1 - 3 of 3) sorted by null

  /frameworks/base/opengl/libagl/
texture.cpp 52 c->textures.defaultTexture = new EGLTextureObject();
53 c->textures.defaultTexture->incStrong(c);
57 bindTextureTmu(c, i, 0, c->textures.defaultTexture);
67 c->textures.defaultTexture->decStrong(c);
324 tex = c->textures.defaultTexture;
878 tex = c->textures.defaultTexture;
918 sp<EGLTextureObject> tex(c->textures.defaultTexture);
    [all...]
  /frameworks/base/include/private/opengles/
gl_context.h 357 EGLTextureObject* defaultTexture;
  /frameworks/ex/carousel/java/com/android/ex/carousel/
carousel.rs 205 rs_allocation defaultTexture; // shown when no other texture is assigned
    [all...]

Completed in 399 milliseconds