Home
last modified time | relevance | path

Searched refs:mCbFormat (Results 1 – 3 of 3) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp109 mCbFormat = c->formats[ GGL_READ_NEEDS(CB_FORMAT, needs.n) ]; in scanline_core()
122 if (!mCbFormat.c[GGLFormat::ALPHA].h) { in scanline_core()
164 info.inDest = !info.masked && mCbFormat.c[i].h && in scanline_core()
166 if (mCbFormat.components >= GGL_LUMINANCE && in scanline_core()
179 mMasking |= (mCbFormat.c[i].h && info.masked) ? mask : 0; in scanline_core()
180 fbComponents |= mCbFormat.c[i].h ? mask : 0; in scanline_core()
242 mDstPixel.setTo(regs.obtain(), &mCbFormat); in scanline_core()
271 pixel.setTo(regs.obtain(), &mCbFormat, FIRST); in scanline_core()
389 const int cb_bits = mCbFormat.size*8; in build_scanline_prolog()
Dtexturing.cpp137 parts.iterated.setTo(obtainReg(), &mCbFormat); in init_iterated_color()
158 if (mCbFormat.size == 1) { in init_iterated_color()
161 } else if (mCbFormat.size == 2) { in init_iterated_color()
DGGLAssembler.h553 GGLFormat mCbFormat; variable