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

  /external/swiftshader/src/OpenGL/common/
Image.cpp 861 float *destF = reinterpret_cast<float*>(dest);
865 destF[4 * x + 0] = sourceF[x * 3 + 0];
866 destF[4 * x + 1] = sourceF[x * 3 + 1];
867 destF[4 * x + 2] = sourceF[x * 3 + 2];
868 destF[4 * x + 3] = 1.0f;
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_blend.c 819 GLfloat (*rgbaF)[4], (*destF)[4];
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[i][RCOMP] = USHORT_TO_FLOAT(dest[i][RCOMP])
    [all...]
  /external/libvpx/libvpx/vpx_dsp/ppc/
inv_txfm_vsx.c     [all...]

Completed in 2318 milliseconds