Home
last modified time | relevance | path

Searched defs:dstPixel (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/common/
DtcuCompressedTexture.cpp856 deUint8* const dstPixel = dstPtr + y*dstRowPitch + x*dstPixelSize; in decompressETC2_EAC_RGBA8() local
889 deUint8* const dstPixel = dstPtr + y*dstRowPitch + x*dstPixelSize; in decompressETC2_RGB8_PUNCHTHROUGH_ALPHA1() local
924 deInt16* const dstPixel = (deInt16*)(dstPtr + y*dstRowPitch + x*dstPixelSize); in decompressEAC_R11() local
931 deUint16* const dstPixel = (deUint16*)(dstPtr + y*dstRowPitch + x*dstPixelSize); in decompressEAC_R11() local
967 deInt16* const dstPixel = (deInt16*)(dstPtr + y*dstRowPitch + x*dstPixelSize); in decompressEAC_RG11() local
976 deUint16* const dstPixel = (deUint16*)(dstPtr + y*dstRowPitch + x*dstPixelSize); in decompressEAC_RG11() local
/external/skia/tests/
DColorSpaceXformTest.cpp335 uint32_t dstPixel; in DEF_TEST() local
/external/deqp/modules/gles3/functional/
Des3fFragmentOutputTests.cpp512 Vec4 dstPixel (0.0f, 0.0f, 0.0f, 1.0f); in clearUndefined() local
528 IVec4 dstPixel (0, 0, 0, (0x1u << (deUint64)bitDepth.w()) - 1); in clearUndefined() local