Searched refs:env (Results 1 - 8 of 8) sorted by relevance

/system/core/sh/
H A Dvar.c395 char **env; local
404 ep = env = stalloc((nenv + 1) * sizeof *env);
411 return env;
/system/core/libpixelflinger/
H A Dpicker.cpp139 t |= GGL_BUILD_NEEDS(ggl_env_to_needs(tx.env), T_ENV);
H A Dbuffer.cpp53 t.env = GGL_MODULATE;
H A Dpixelflinger.cpp347 if (c->activeTMU->env != param) {
348 c->activeTMU->env = param;
H A Dscanline.cpp654 switch (tx.env) {
/system/core/include/private/pixelflinger/
H A Dggl_context.h397 uint16_t env; member in struct:android::texture_t
/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp209 // non CORRUPTIBLE so that the texture env or blending code
282 tmu.env = ggl_needs_to_env(GGL_READ_NEEDS(T_ENV, needs.t[i]));
300 if (tmu.env == GGL_REPLACE) {
302 } else if (tmu.env == GGL_DECAL) {
990 switch (tmu.env) {
H A DGGLAssembler.h309 int env; member in struct:android::GGLAssembler::texture_unit_t

Completed in 114 milliseconds