Lines Matching refs:GGLAssembler
34 GGLAssembler::GGLAssembler(ARMAssemblerInterface* target) in GGLAssembler() function in android::GGLAssembler
40 GGLAssembler::~GGLAssembler() in ~GGLAssembler()
44 void GGLAssembler::prolog() in prolog()
49 void GGLAssembler::epilog(uint32_t touched) in epilog()
54 void GGLAssembler::reset(int opt_level) in reset()
63 int GGLAssembler::scanline(const needs_t& needs, context_t const* c) in scanline()
95 int GGLAssembler::scanline_core(const needs_t& needs, context_t const* c) in scanline_core()
350 void GGLAssembler::build_scanline_prolog( in build_scanline_prolog()
453 void GGLAssembler::build_component( pixel_t& pixel, in build_component()
479 void GGLAssembler::build_incoming_component( in build_incoming_component()
615 bool GGLAssembler::isAlphaSourceNeeded() const in isAlphaSourceNeeded()
627 void GGLAssembler::build_smooth_shade(const fragment_parts_t& parts) in build_smooth_shade()
668 void GGLAssembler::build_coverage_application(component_t& fragment, in build_coverage_application()
694 void GGLAssembler::build_alpha_test(component_t& fragment, in build_alpha_test()
721 void GGLAssembler::build_depth_test( in build_depth_test()
786 void GGLAssembler::build_iterate_z(const fragment_parts_t& parts) in build_iterate_z()
797 void GGLAssembler::build_iterate_f(const fragment_parts_t& /*parts*/) in build_iterate_f()
813 void GGLAssembler::build_logic_op(pixel_t& pixel, Scratch& regs) in build_logic_op()
882 void GGLAssembler::build_and_immediate(int d, int s, uint32_t mask, int bits) in build_and_immediate()
934 void GGLAssembler::build_masking(pixel_t& pixel, Scratch& regs) in build_masking()
991 void GGLAssembler::base_offset( in base_offset()