Home
last modified time | relevance | path

Searched refs:expand (Results 1 – 8 of 8) sorted by relevance

/system/core/libpixelflinger/codeflinger/
Dload_store.cpp176 void GGLAssembler::expand(integer_t& d, const component_t& s, int dbits) in expand() function in android::GGLAssembler
180 expand(d, d, dbits); in expand()
182 expand(d, integer_t(s.reg, s.size(), s.flags), dbits); in expand()
186 void GGLAssembler::expand(component_t& d, const component_t& s, int dbits) in expand() function in android::GGLAssembler
189 expand(r, s, dbits); in expand()
193 void GGLAssembler::expand(integer_t& dst, const integer_t& src, int dbits) in expand() function in android::GGLAssembler
DGGLAssembler.h376 void expand(integer_t& d, const integer_t& s, int dbits);
377 void expand(integer_t& d, const component_t& s, int dbits);
378 void expand(component_t& d, const component_t& s, int dbits);
Dblending.cpp130 expand(fb, fb, new_size); in build_blending()
599 expand(add, a, ms); // extracts and expands in mul_factor_add()
Dtexturing.cpp1331 expand(texel, texel, incomingTemp.size()); in add()
1334 expand(incomingTemp, incomingTemp, texel.s); in add()
1337 expand(incomingTemp, incoming, texel.s); in add()
DGGLAssembler.cpp541 expand(fragment, fragment, dst_size); in build_incoming_component()
/system/core/libpixelflinger/
Dbuffer.cpp37 static uint32_t expand(uint32_t v, int sbits, int dbits);
193 u = expand(u, pixelSize, h-l); in write_pixel()
254 return expand(v, sbits, dbits); in ggl_expand()
291 uint32_t expand(uint32_t v, int sbits, int dbits) in expand() function
/system/core/sh/
DAndroid.mk13 expand.c \
DTOUR216 expand.c Code to evaluate arguments.
217 var.c Maintains the variable symbol table. Called from expand.c.