Searched refs:dstCol (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | 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]; \ 68 dst[dstCol*4+2] = src[srcCol*4+2]; \ 69 dst[dstCol*4+3] = src[srcCol*4+3]; \ [all …]
|
/external/deqp/external/openglcts/modules/common/ |
D | glcBlendEquationAdvancedTests.cpp | 668 tcu::Vec4 dstCol(0.f, 0.f, 0.f, 0.f); in iterate() local 691 gl.clearColor(dstCol[0], dstCol[1], dstCol[2], dstCol[3]); in iterate() 705 tcu::Vec4 refCol = Blend(s.mode, srcCol, dstCol); in iterate() 706 dstCol = refCol; in iterate() 733 tcu::RGBA ref = pf.convertColor(tcu::RGBA(dstCol)); in iterate() 746 << " res:" << res << " ref:" << tcu::RGBA(dstCol) << TestLog::EndMessage; in iterate() 1026 tcu::Vec4 srcCol, dstCol; in iterate() local 1027 getTestColors(colorIndex, srcCol, dstCol); in iterate() 1035 gl.clearColor(dstCol[0], dstCol[1], dstCol[2], dstCol[3]); in iterate() 1063 tcu::Vec4 srcCol, dstCol; in iterate() local [all …]
|
/external/dng_sdk/source/ |
D | dng_mosaic_info.cpp | 1041 int32 dstCol = dstBuffer.fArea.l; in Interpolate() local 1043 int32 srcCol = dstCol >> sColShift; in Interpolate() 1045 uint32 patPhase = dstCol % patCols; in Interpolate() 1066 dstCol, in Interpolate() 1263 for (int32 dstCol = dstArea.l; dstCol < dstArea.r; dstCol++) in ProcessArea() local
|
D | dng_linearization_info.cpp | 466 uint32 dstCol = dstTile.l; in Process() local 480 dstCol, in Process() 533 b2_phase = dstCol % b2_count; in Process() 684 b2_phase = dstCol % b2_count; in Process() 783 b2_phase = dstCol % b2_count; in Process()
|
D | dng_bad_pixels.cpp | 174 for (int32 dstCol = dstArea.l; dstCol < dstArea.r; dstCol++) in ProcessArea() local 185 if (IsGreen (dstRow, dstCol)) // Green pixel in ProcessArea()
|
D | dng_lens_correction.cpp | 1341 for (int32 dstCol = dstArea.l; dstCol < dstArea.r; dstCol++, dstIndex++) in ProcessArea() local 1347 (real64) dstCol); in ProcessArea()
|
D | dng_negative.cpp | 2769 for (uint32 dstCol = 0; dstCol < patSize; dstCol++) in SetFujiMosaic6x6() local 2772 uint32 srcCol = (dstCol + phaseCol) % patSize; in SetFujiMosaic6x6() 2774 temp.fCFAPattern [dstRow] [dstCol] = info.fCFAPattern [srcRow] [srcCol]; in SetFujiMosaic6x6()
|