Home | History | Annotate | Download | only in codeflinger

Lines Matching refs:component

33                         int component,
36 if (mInfo[component].fog) {
48 immed12_pre(GGL_OFFSETOF(state.fog.color[component])));
66 int component,
69 if (!mInfo[component].blend)
72 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc;
73 int fd = component==GGLFormat::ALPHA ? mBlendDstA : mBlendDst;
74 if (fs==GGL_SRC_ALPHA_SATURATE && component==GGLFormat::ALPHA)
79 // that component (eg: GL_ZERO:GL_*), so the register has not been
119 // see if we need to extract 'component' from the destination (fb)
123 extract(fb, pixel, component);
171 component, pixel, fragment, fb, scratches);
181 component, pixel, fragment, fb, scratches);
195 // when we're processing the last component
210 component, pixel, fragment, fb, scratches);
222 component, pixel, fragment, fb, scratches);
229 component, pixel, fragment, fb, scratches);
241 component, pixel, fragment, fb, scratches);
255 integer_t& factor, int f, int component,
270 if (component==GGLFormat::ALPHA && !isAlphaSourceNeeded()) {
390 // no need to extract 'component' from the destination
425 // no need to extract 'component' from the source
487 // per component (which is enough for a 8 bits display).