Home
last modified time | relevance | path

Searched refs:mDstPixel (Results 1 – 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp243 mDstPixel.setTo(regs.obtain(), &mCbFormat); in scanline_core()
247 load(parts.cbPtr, mDstPixel); in scanline_core()
295 pixel = mDstPixel; in scanline_core()
474 build_blending( temp, mDstPixel, component, scratches ); in build_component()
830 pixel_t d(mDstPixel); in build_logic_op()
943 pixel_t fb(mDstPixel); in build_masking()
DGGLAssembler.h543 pixel_t mDstPixel; variable