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

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp109 mCbFormat = c->formats[ GGL_READ_NEEDS(CB_FORMAT, needs.n) ];
122 if (!mCbFormat.c[GGLFormat::ALPHA].h) {
164 info.inDest = !info.masked && mCbFormat.c[i].h &&
166 if (mCbFormat.components >= GGL_LUMINANCE &&
179 mMasking |= (mCbFormat.c[i].h && info.masked) ? mask : 0;
180 fbComponents |= mCbFormat.c[i].h ? mask : 0;
240 mDstPixel.setTo(regs.obtain(), &mCbFormat);
269 pixel.setTo(regs.obtain(), &mCbFormat, FIRST);
388 const int cb_bits = mCbFormat.size*8;
H A Dtexturing.cpp137 parts.iterated.setTo(obtainReg(), &mCbFormat); local
158 if (mCbFormat.size == 1) {
161 } else if (mCbFormat.size == 2) {
H A DGGLAssembler.h535 GGLFormat mCbFormat; member in class:android::GGLAssembler

Completed in 7 milliseconds