Home
last modified time | relevance | path

Searched defs:dstPixel (Results 1 – 5 of 5) 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/skqp/tests/
DColorSpaceXformTest.cpp332 uint32_t dstPixel; in DEF_TEST() local
DVkHardwareBufferTest.cpp1262 const uint32_t dstPixel = *dstBitmap.getAddr32(x, y); in check_read() local
1399 uint32_t dstPixel = bufferAddr[y * hwbDesc.stride + x]; in run_test() local
/external/skia/tests/
DColorSpaceXformTest.cpp332 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