Home
last modified time | relevance | path

Searched refs:cSrc (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fClippingTests.cpp131 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/
Des2fClippingTests.cpp128 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/
Dnucnvtst.c3769 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()