Searched refs:argb (Results 1 - 5 of 5) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp84 parts.argb[i].reg = c;
89 CONTEXT_LOAD(dvdx, generated_vars.argb[i].dx);
107 CONTEXT_STORE(c, generated_vars.argb[i].c);
200 CONTEXT_LOAD(fragment.reg, generated_vars.argb[component].c);
201 CONTEXT_LOAD(dx, generated_vars.argb[component].dx);
203 CONTEXT_STORE(dx, generated_vars.argb[component].c);
205 CONTEXT_LOAD(fragment.reg, generated_vars.argb[component].c);
211 fragment.reg = parts.argb[component].reg;
H A DGGLAssembler.cpp641 int c = parts.argb[i].reg;
646 CONTEXT_LOAD(c, generated_vars.argb[i].c);
650 CONTEXT_LOAD(dx, generated_vars.argb[i].dx);
658 CONTEXT_STORE(c, generated_vars.argb[i].c);
H A DGGLAssembler.h305 reg_t argb[4]; member in struct:android::GGLAssembler::fragment_parts_t
/system/core/libpixelflinger/include/private/pixelflinger/
H A Dggl_context.h495 } argb[4]; member in struct:android::generated_vars_t
/system/core/libpixelflinger/
H A Dscanline.cpp1671 gen.argb[GGLFormat::ALPHA].c = ci.ydady;
1672 gen.argb[GGLFormat::ALPHA].dx = c->shade.dadx;
1673 gen.argb[GGLFormat::RED ].c = ci.ydrdy;
1674 gen.argb[GGLFormat::RED ].dx = c->shade.drdx;
1675 gen.argb[GGLFormat::GREEN].c = ci.ydgdy;
1676 gen.argb[GGLFormat::GREEN].dx = c->shade.dgdx;
1677 gen.argb[GGLFormat::BLUE ].c = ci.ydbdy;
1678 gen.argb[GGLFormat::BLUE ].dx = c->shade.dbdx;

Completed in 88 milliseconds