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 56 c->textures.defaultTexture = new EGLTextureObject();
57 c->textures.defaultTexture->incStrong(c);
61 bindTextureTmu(c, i, 0, c->textures.defaultTexture);
71 c->textures.defaultTexture->decStrong(c);
328 tex = c->textures.defaultTexture;
896 tex = c->textures.defaultTexture;
936 sp<EGLTextureObject> tex(c->textures.defaultTexture);
    [all...]
  /frameworks/base/libs/surfaceflinger/
LayerBuffer.cpp 610 Texture defaultTexture;
611 mTexture = defaultTexture;
  /frameworks/base/include/private/opengles/
gl_context.h 360 EGLTextureObject* defaultTexture;

Completed in 4179 milliseconds