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

  /frameworks/native/opengl/libagl/
texture.cpp 51 c->textures.defaultTexture = new EGLTextureObject();
52 c->textures.defaultTexture->incStrong(c);
56 bindTextureTmu(c, i, 0, c->textures.defaultTexture);
66 c->textures.defaultTexture->decStrong(c);
323 tex = c->textures.defaultTexture;
877 tex = c->textures.defaultTexture;
917 sp<EGLTextureObject> tex(c->textures.defaultTexture);
    [all...]
context.h 357 EGLTextureObject* defaultTexture;
  /frameworks/ex/carousel/java/com/android/ex/carousel/
carousel.rs 212 rs_allocation defaultTexture; // shown when no other texture is assigned
    [all...]

Completed in 65 milliseconds