Searched refs:cSrc (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fClippingTests.cpp | 131 const tcu::IVec4 cSrc = src.getPixelInt(x, y); in blitImageOnBlackSurface() local 132 const tcu::IVec4 cDst = tcu::IVec4(cSrc.x(), cSrc.y(), cSrc.z(), 255); in blitImageOnBlackSurface()
|
/external/deqp/modules/gles2/functional/ |
D | es2fClippingTests.cpp | 128 const tcu::IVec4 cSrc = src.getPixelInt(x, y); in blitImageOnBlackSurface() local 129 const tcu::IVec4 cDst = tcu::IVec4(cSrc.x(), cSrc.y(), cSrc.z(), 255); in blitImageOnBlackSurface()
|
/external/icu/icu4c/source/test/cintltst/ |
D | nucnvtst.c | 3769 const char* cSrc = fTestCases[i]; in TestSCSU() local 3776 srcLen=unescape(src,srcLen,cSrc,cSrcLen,&status); in TestSCSU() 3777 log_verbose("Testing roundtrip for src: %s at index :%d\n",cSrc,i); in TestSCSU()
|