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

  /external/mesa3d/src/mesa/swrast/
s_blit.c 50 GLint dstCol; \
53 for (dstCol = 0; dstCol < dstWidth; dstCol++) { \
54 GLint srcCol = (dstCol * srcWidth) / dstWidth; \
59 dst[dstCol] = src[srcCol]; \
62 dst[dstCol*2+0] = src[srcCol*2+0]; \
63 dst[dstCol*2+1] = src[srcCol*2+1]; \
66 dst[dstCol*4+0] = src[srcCol*4+0]; \
67 dst[dstCol*4+1] = src[srcCol*4+1];
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcBlendEquationAdvancedTests.cpp 668 tcu::Vec4 dstCol(0.f, 0.f, 0.f, 0.f);
691 gl.clearColor(dstCol[0], dstCol[1], dstCol[2], dstCol[3]);
705 tcu::Vec4 refCol = Blend(s.mode, srcCol, dstCol);
706 dstCol = refCol;
733 tcu::RGBA ref = pf.convertColor(tcu::RGBA(dstCol));
746 << " res:" << res << " ref:" << tcu::RGBA(dstCol) << TestLog::EndMessage;
961 tcu::Vec4 srcCol, dstCol;
    [all...]
  /external/dng_sdk/source/
dng_mosaic_info.cpp 1041 int32 dstCol = dstBuffer.fArea.l;
1043 int32 srcCol = dstCol >> sColShift;
1045 uint32 patPhase = dstCol % patCols;
1066 dstCol,
1263 for (int32 dstCol = dstArea.l; dstCol < dstArea.r; dstCol++)
    [all...]
dng_linearization_info.cpp 466 uint32 dstCol = dstTile.l;
480 dstCol,
533 b2_phase = dstCol % b2_count;
684 b2_phase = dstCol % b2_count;
783 b2_phase = dstCol % b2_count;
dng_bad_pixels.cpp 174 for (int32 dstCol = dstArea.l; dstCol < dstArea.r; dstCol++)
185 if (IsGreen (dstRow, dstCol)) // Green pixel
    [all...]
dng_lens_correction.cpp 1341 for (int32 dstCol = dstArea.l; dstCol < dstArea.r; dstCol++, dstIndex++)
1347 (real64) dstCol);
    [all...]
dng_negative.cpp     [all...]

Completed in 920 milliseconds