Home | History | Annotate | Download | only in codeflinger

Lines Matching refs:pixel_t

253         pixel_t pixel;
455 void GGLAssembler::build_component( pixel_t& pixel,
815 void GGLAssembler::build_logic_op(pixel_t& pixel, Scratch& regs)
824 pixel_t s(pixel);
830 pixel_t d(mDstPixel);
935 void GGLAssembler::build_masking(pixel_t& pixel, Scratch& regs)
943 pixel_t fb(mDstPixel);
944 pixel_t s(pixel);