Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp242 mDstPixel.setTo(regs.obtain(), &mCbFormat); in scanline_core()
246 load(parts.cbPtr, mDstPixel); in scanline_core()
294 pixel = mDstPixel; in scanline_core()
472 build_blending( temp, mDstPixel, component, scratches ); in build_component()
828 pixel_t d(mDstPixel); in build_logic_op()
942 pixel_t fb(mDstPixel); in build_masking()
DGGLAssembler.h551 pixel_t mDstPixel; variable