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

/system/core/libpixelflinger/tests/codegen/
H A Dcodegen.cpp10 #include "codeflinger/GGLAssembler.h"
49 GGLAssembler assembler( new ARMAssembler(a) );
53 GGLAssembler assembler( new ArmToMipsAssembler(a) );
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp1 /* libs/pixelflinger/codeflinger/GGLAssembler.cpp
18 #define LOG_TAG "GGLAssembler"
27 #include "codeflinger/GGLAssembler.h"
33 GGLAssembler::GGLAssembler(ARMAssemblerInterface* target) function in class:android::GGLAssembler
39 GGLAssembler::~GGLAssembler()
43 void GGLAssembler::prolog()
48 void GGLAssembler::epilog(uint32_t touched)
53 void GGLAssembler
[all...]
H A Dblending.cpp26 #include "codeflinger/GGLAssembler.h"
31 void GGLAssembler::build_fog(
63 void GGLAssembler::build_blending(
254 void GGLAssembler::build_blend_factor(
376 int GGLAssembler::blending_codes(int fs, int fd)
435 void GGLAssembler::build_blendFOneMinusF(
453 void GGLAssembler::build_blendOneMinusFF(
473 void GGLAssembler::mul_factor( component_t& d,
564 void GGLAssembler::mul_factor_add( component_t& d,
635 void GGLAssembler
[all...]
H A Dload_store.cpp21 #include "codeflinger/GGLAssembler.h"
31 void GGLAssembler::store(const pointer_t& addr, const pixel_t& s, uint32_t flags)
65 void GGLAssembler::load(const pointer_t& addr, const pixel_t& s, uint32_t flags)
109 void GGLAssembler::extract(integer_t& d, int s, int h, int l, int bits)
161 void GGLAssembler::extract(integer_t& d, const pixel_t& s, int component)
169 void GGLAssembler::extract(component_t& d, const pixel_t& s, int component)
180 void GGLAssembler::expand(integer_t& d, const component_t& s, int dbits)
190 void GGLAssembler::expand(component_t& d, const component_t& s, int dbits)
197 void GGLAssembler::expand(integer_t& dst, const integer_t& src, int dbits)
247 void GGLAssembler
[all...]
H A Dtexturing.cpp26 #include "codeflinger/GGLAssembler.h"
43 void GGLAssembler::init_iterated_color(fragment_parts_t& parts, const reg_t& x)
180 void GGLAssembler::build_iterated_color(
232 void GGLAssembler::decodeLogicOpNeeds(const needs_t& needs)
266 void GGLAssembler::decodeTMUNeeds(const needs_t& needs, context_t const* c)
325 void GGLAssembler::init_textures(
404 void GGLAssembler::build_textures( fragment_parts_t& parts,
658 void GGLAssembler::build_iterate_texture_coordinates(
696 void GGLAssembler::filter8(
763 void GGLAssembler
[all...]
H A DGGLAssembler.h1 /* libs/pixelflinger/codeflinger/GGLAssembler.h
170 class GGLAssembler : public ARMAssemblerProxy, public RegisterAllocator class in namespace:android
174 GGLAssembler(ARMAssemblerInterface* target);
175 virtual ~GGLAssembler();
/system/core/libpixelflinger/
H A DAndroid.mk14 codeflinger/GGLAssembler.cpp \
H A Dscanline.cpp33 #include "codeflinger/GGLAssembler.h"
391 GGLAssembler assembler( new ARMAssembler(a) );
392 //GGLAssembler assembler(
396 GGLAssembler assembler( new ArmToMipsAssembler(a) );

Completed in 257 milliseconds