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

/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
38 GGLAssembler::~GGLAssembler()
42 void GGLAssembler::prolog()
47 void GGLAssembler::epilog(uint32_t touched)
52 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)
157 void GGLAssembler::extract(integer_t& d, const pixel_t& s, int component)
165 void GGLAssembler::extract(component_t& d, const pixel_t& s, int component)
176 void GGLAssembler::expand(integer_t& d, const component_t& s, int dbits)
186 void GGLAssembler::expand(component_t& d, const component_t& s, int dbits)
193 void GGLAssembler::expand(integer_t& dst, const integer_t& src, int dbits)
243 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,
641 void GGLAssembler::build_iterate_texture_coordinates(
679 void GGLAssembler::filter8(
746 void GGLAssembler
[all...]
H A DGGLAssembler.h1 /* libs/pixelflinger/codeflinger/GGLAssembler.h
166 class GGLAssembler : public ARMAssemblerProxy, public RegisterAllocator class in namespace:android
170 GGLAssembler(ARMAssemblerInterface* target);
171 virtual ~GGLAssembler();
/system/core/libpixelflinger/tests/codegen/
H A Dcodegen.cpp10 #include "codeflinger/GGLAssembler.h"
42 GGLAssembler assembler( new ARMAssembler(a) );
/system/core/libpixelflinger/
H A DAndroid.mk14 codeflinger/GGLAssembler.cpp \
H A Dscanline.cpp33 #include "codeflinger/GGLAssembler.h"
374 GGLAssembler assembler( new ARMAssembler(a) );
375 //GGLAssembler assembler(

Completed in 116 milliseconds