Home | History | Annotate | Download | only in codeflinger

Lines Matching refs:component

34                         int component,
37 if (mInfo[component].fog) {
49 immed12_pre(GGL_OFFSETOF(state.fog.color[component])));
67 int component,
70 if (!mInfo[component].blend)
73 int fs = component==GGLFormat::ALPHA ? mBlendSrcA : mBlendSrc;
74 int fd = component==GGLFormat::ALPHA ? mBlendDstA : mBlendDst;
75 if (fs==GGL_SRC_ALPHA_SATURATE && component==GGLFormat::ALPHA)
80 // that component (eg: GL_ZERO:GL_*), so the register has not been
120 // see if we need to extract 'component' from the destination (fb)
124 extract(fb, pixel, component);
172 component, pixel, fragment, fb, scratches);
182 component, pixel, fragment, fb, scratches);
196 // when we're processing the last component
211 component, pixel, fragment, fb, scratches);
223 component, pixel, fragment, fb, scratches);
230 component, pixel, fragment, fb, scratches);
242 component, pixel, fragment, fb, scratches);
256 integer_t& factor, int f, int component,
271 if (component==GGLFormat::ALPHA && !isAlphaSourceNeeded()) {
391 // no need to extract 'component' from the destination
426 // no need to extract 'component' from the source
488 // per component (which is enough for a 8 bits display).