Searched defs:dstPixel (Results 1 – 7 of 7) sorted by relevance
/external/deqp/framework/common/ |
D | tcuCompressedTexture.cpp | 957 deUint8* const dstPixel = dstPtr + y*dstRowPitch + x*dstPixelSize; in decompressETC2_EAC_RGBA8() local 990 deUint8* const dstPixel = dstPtr + y*dstRowPitch + x*dstPixelSize; in decompressETC2_RGB8_PUNCHTHROUGH_ALPHA1() local 1025 deInt16* const dstPixel = (deInt16*)(dstPtr + y*dstRowPitch + x*dstPixelSize); in decompressEAC_R11() local 1032 deUint16* const dstPixel = (deUint16*)(dstPtr + y*dstRowPitch + x*dstPixelSize); in decompressEAC_R11() local 1068 deInt16* const dstPixel = (deInt16*)(dstPtr + y*dstRowPitch + x*dstPixelSize); in decompressEAC_RG11() local 1077 deUint16* const dstPixel = (deUint16*)(dstPtr + y*dstRowPitch + x*dstPixelSize); in decompressEAC_RG11() local 1536 deUint32* const dstPixel = (deUint32*)(dstPtr + y * dstRowPitch + x * dstPixelSize); in decompressBc1() local 1608 deUint32* const dstPixel = (deUint32*)(dstPtr + y * dstRowPitch + x * dstPixelSize); in decompressBc2() local 1699 deUint32* const dstPixel = (deUint32*)(dstPtr + y * dstRowPitch + x * dstPixelSize); in decompressBc3() local 1759 float* const dstPixel = (float*)(dstPtr + y * dstRowPitch + x * dstPixelSize); in decompressBc4() local [all …]
|
/external/skqp/tests/ |
D | GrAHardwareBufferTest.cpp | 80 const uint32_t dstPixel = *actualBitmap.getAddr32(x, y); in check_read() local
|
D | VkHardwareBufferTest.cpp | 1038 const uint32_t dstPixel = *dstBitmap.getAddr32(x, y); in check_read() local 1175 uint32_t dstPixel = bufferAddr[y * hwbDesc.stride + x]; in run_test() local
|
/external/skia/tests/ |
D | GrAHardwareBufferTest.cpp | 80 const uint32_t dstPixel = *actualBitmap.getAddr32(x, y); in check_read() local
|
D | VkHardwareBufferTest.cpp | 1026 const uint32_t dstPixel = *dstBitmap.getAddr32(x, y); in check_read() local 1163 uint32_t dstPixel = bufferAddr[y * hwbDesc.stride + x]; in run_test() local
|
/external/deqp/external/openglcts/modules/common/ |
D | glcInternalformatTests.cpp | 1693 …tcu::Vec4 dstPixel(srcPixel.x() / 255.0f, srcPixel.y() / 255.0f, srcPixel.z() / 255.0f, srcPixel.w… in convertUInt() local 1705 …tcu::Vec4 dstPixel(srcPixel.x() / 1023.0f, srcPixel.y() / 1023.0f, srcPixel.z() / 1023.0f, srcPixe… in convertUInt_2_10_10_10_rev() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fFragmentOutputTests.cpp | 512 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
|