HomeSort by relevance Sort by last modified time
    Searched refs:mCbFormat (Results 1 - 3 of 3) sorted by null

  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 109 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;
    [all...]
texturing.cpp 140 parts.iterated.setTo(obtainReg(), &mCbFormat);
161 if (mCbFormat.size == 1) {
164 } else if (mCbFormat.size == 2) {
    [all...]
GGLAssembler.h 535 GGLFormat mCbFormat;

Completed in 56 milliseconds