Searched refs:destF (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_blend.c | 819 GLfloat (*rgbaF)[4], (*destF)[4]; local in function:blend_general 822 destF = (GLfloat (*)[4]) malloc(4 * n * sizeof(GLfloat)); 823 if (!rgbaF || !destF) { 825 free(destF); 841 destF[i][RCOMP] = UBYTE_TO_FLOAT(dest[i][RCOMP]); 842 destF[i][GCOMP] = UBYTE_TO_FLOAT(dest[i][GCOMP]); 843 destF[i][BCOMP] = UBYTE_TO_FLOAT(dest[i][BCOMP]); 844 destF[i][ACOMP] = UBYTE_TO_FLOAT(dest[i][ACOMP]); 848 blend_general_float(ctx, n, mask, rgbaF, destF, chanType); 866 destF[ [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_blend.c | 819 GLfloat (*rgbaF)[4], (*destF)[4]; local in function:blend_general 822 destF = (GLfloat (*)[4]) malloc(4 * n * sizeof(GLfloat)); 823 if (!rgbaF || !destF) { 825 free(destF); 841 destF[i][RCOMP] = UBYTE_TO_FLOAT(dest[i][RCOMP]); 842 destF[i][GCOMP] = UBYTE_TO_FLOAT(dest[i][GCOMP]); 843 destF[i][BCOMP] = UBYTE_TO_FLOAT(dest[i][BCOMP]); 844 destF[i][ACOMP] = UBYTE_TO_FLOAT(dest[i][ACOMP]); 848 blend_general_float(ctx, n, mask, rgbaF, destF, chanType); 866 destF[ [all...] |
Completed in 4 milliseconds