Lines Matching refs:defaultTexture
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);