Searched defs:tmu (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/opengl/libagl/
H A Darray.cpp146 memcpy(v, c->current.texture[c->arrays.tmu].v, sizeof(vec4_t));
432 const int tmu = c->arrays.activeTexture; local
437 case GL_TEXTURE_COORD_ARRAY: a = &c->arrays.texture[tmu]; break;
1199 am.tmu = i;
1315 const int tmu = c->arrays.activeTexture; local
1316 c->arrays.texture[tmu].init(size, type, stride, pointer,
H A Dprimitives.cpp492 int width = c->textures.tmu[i].texture->surface.width;
497 int height = c->textures.tmu[i].texture->surface.height;
704 const int w = c->textures.tmu[i].texture->surface.width;
705 const int h = c->textures.tmu[i].texture->surface.height;
721 const texture_t& tmu = c->rasterizer.state.texture[i]; local
722 if (!tmu.enable)
733 const GLenum min_filter = c->textures.tmu[i].texture->min_filter;
737 &c->textures.tmu[i].texture->mip(lod));
741 if (tmu.s_wrap == GGL_CLAMP) {
742 const int width = tmu
778 const texture_t& tmu = c->rasterizer.state.texture[i]; local
[all...]
H A Dtexture.cpp34 ogles_context_t* c, int tmu, GLuint texture, const sp<EGLTextureObject>& tex);
69 if (c->textures.tmu[i].texture)
70 c->textures.tmu[i].texture->decStrong(c);
77 texture_unit_t& u(c->textures.tmu[i]);
112 void invalidate_texture(ogles_context_t* c, int tmu, uint8_t flags = 0xFF) { argument
113 c->textures.tmu[tmu].dirty = flags;
128 texture_unit_t& u(c->textures.tmu[i]);
156 texture_unit_t& u(c->textures.tmu[i]);
313 const GLuint name = c->textures.tmu[activ
343 bindTextureTmu( ogles_context_t* c, int tmu, GLuint texture, const sp<EGLTextureObject>& tex) argument
777 const int tmu = 0; local
935 const int tmu = target-GL_TEXTURE0; local
950 const int tmu = target-GL_TEXTURE0; local
[all...]
/frameworks/base/include/private/opengles/
H A Dgl_context.h202 uint8_t tmu; member in struct:android::gl::array_machine_t
355 texture_unit_t tmu[GGL_TEXTURE_UNIT_COUNT]; member in struct:android::gl::texture_state_t
356 int active; // active tmu

Completed in 81 milliseconds