HomeSort by relevance Sort by last modified time
    Searched refs:defaultTexture (Results 1 - 2 of 2) 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 361 EGLTextureObject* defaultTexture;

Completed in 66 milliseconds