Lines Matching refs:GGLAssembler
33 GGLAssembler::GGLAssembler(ARMAssemblerInterface* target) in GGLAssembler() function in android::GGLAssembler
39 GGLAssembler::~GGLAssembler() in ~GGLAssembler()
43 void GGLAssembler::prolog() in prolog()
48 void GGLAssembler::epilog(uint32_t touched) in epilog()
53 void GGLAssembler::reset(int opt_level) in reset()
62 int GGLAssembler::scanline(const needs_t& needs, context_t const* c) in scanline()
94 int GGLAssembler::scanline_core(const needs_t& needs, context_t const* c) in scanline_core()
351 void GGLAssembler::build_scanline_prolog( in build_scanline_prolog()
455 void GGLAssembler::build_component( pixel_t& pixel, in build_component()
481 void GGLAssembler::build_incoming_component( in build_incoming_component()
617 bool GGLAssembler::isAlphaSourceNeeded() const in isAlphaSourceNeeded()
629 void GGLAssembler::build_smooth_shade(const fragment_parts_t& parts) in build_smooth_shade()
670 void GGLAssembler::build_coverage_application(component_t& fragment, in build_coverage_application()
696 void GGLAssembler::build_alpha_test(component_t& fragment, in build_alpha_test()
723 void GGLAssembler::build_depth_test( in build_depth_test()
788 void GGLAssembler::build_iterate_z(const fragment_parts_t& parts) in build_iterate_z()
799 void GGLAssembler::build_iterate_f(const fragment_parts_t& /*parts*/) in build_iterate_f()
815 void GGLAssembler::build_logic_op(pixel_t& pixel, Scratch& regs) in build_logic_op()
884 void GGLAssembler::build_and_immediate(int d, int s, uint32_t mask, int bits) in build_and_immediate()
936 void GGLAssembler::build_masking(pixel_t& pixel, Scratch& regs) in build_masking()
993 void GGLAssembler::base_offset( in base_offset()