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

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp110 mCbFormat = c->formats[ GGL_READ_NEEDS(CB_FORMAT, needs.n) ];
123 if (!mCbFormat.c[GGLFormat::ALPHA].h) {
165 info.inDest = !info.masked && mCbFormat.c[i].h &&
167 if (mCbFormat.components >= GGL_LUMINANCE &&
180 mMasking |= (mCbFormat.c[i].h && info.masked) ? mask : 0;
181 fbComponents |= mCbFormat.c[i].h ? mask : 0;
243 mDstPixel.setTo(regs.obtain(), &mCbFormat);
272 pixel.setTo(regs.obtain(), &mCbFormat, FIRST);
391 const int cb_bits = mCbFormat.size*8;
H A Dtexturing.cpp140 parts.iterated.setTo(obtainReg(), &mCbFormat); local
161 if (mCbFormat.size == 1) {
164 } else if (mCbFormat.size == 2) {
H A DGGLAssembler.h539 GGLFormat mCbFormat; member in class:android::GGLAssembler

Completed in 68 milliseconds