Searched refs:activeTMU (Results 1 - 4 of 4) sorted by relevance

/system/core/libpixelflinger/
H A Dpixelflinger.cpp96 if (surface->format != c->activeTMU->surface.format)
98 ggl_set_surface(c, &(c->activeTMU->surface), surface);
347 if (c->activeTMU->env != param) {
348 c->activeTMU->env = param;
370 uint8_t* const color = c->activeTMU->env_color;
407 what = &c->activeTMU->s_wrap;
413 what = &c->activeTMU->t_wrap;
420 what = &c->activeTMU->min_filter;
426 what = &c->activeTMU->min_filter;
433 what = &c->activeTMU
[all...]
H A Draster.cpp162 c->activeTMU->enable = 1;
H A Dbuffer.cpp55 c->activeTMU = &(c->state.texture[0]);
/system/core/libpixelflinger/include/private/pixelflinger/
H A Dggl_context.h539 texture_t* activeTMU; member in struct:android::context_t

Completed in 39 milliseconds