OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:activeTMU
(Results
1 - 4
of
4
) sorted by null
/system/core/libpixelflinger/
pixelflinger.cpp
96
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
->mag_filter
[
all
...]
raster.cpp
162
c->
activeTMU
->enable = 1;
buffer.cpp
55
c->
activeTMU
= &(c->state.texture[0]);
/system/core/include/private/pixelflinger/
ggl_context.h
517
texture_t*
activeTMU
;
Completed in 10 milliseconds