Home
last modified time | relevance | path

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

/third_party/skia/gm/
Dwacky_yuv_formats.cpp517 std::function<void(uint16_t* dstPixel, const float* srcPixel)> convert) { in make_16()
527 uint16_t* dstPixel = (uint16_t*) result.getAddr(x, y); in make_16() local
548 [] (uint16_t* dstPixel, const float* srcPixel) { in create_YUV()
609 (uint16_t* dstPixel, const float* srcPixel) { in create_YUV()
616 (uint16_t* dstPixel, const float* srcPixel) { in create_YUV()
625 (uint16_t* dstPixel, const float* srcPixel) { in create_YUV()
635 [] (uint16_t* dstPixel, const float* srcPixel) { in create_YUV()
639 [] (uint16_t* dstPixel, const float* srcPixel) { in create_YUV()
645 [] (uint16_t* dstPixel, const float* srcPixel) { in create_YUV()
/third_party/vk-gl-cts/framework/common/
DtcuCompressedTexture.cpp957 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 …]
/third_party/flutter/skia/tests/
DGrAHardwareBufferTest.cpp80 const uint32_t dstPixel = *actualBitmap.getAddr32(x, y); in check_read() local
DVkHardwareBufferTest.cpp1030 const uint32_t dstPixel = *dstBitmap.getAddr32(x, y); in check_read() local
1167 uint32_t dstPixel = bufferAddr[y * hwbDesc.stride + x]; in run_test() local
/third_party/skia/tests/
DGrAHardwareBufferTest.cpp81 const uint32_t dstPixel = *actualBitmap.getAddr32(x, y); in check_read() local
DVkHardwareBufferTest.cpp1042 const uint32_t dstPixel = *dstBitmap.getAddr32(x, y); in check_read() local
1187 uint32_t dstPixel = bufferAddr[y * hwbDesc.stride + x]; in run_test() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcInternalformatTests.cpp1890 …tcu::Vec4 dstPixel(srcPixel.x() / 255.0f, srcPixel.y() / 255.0f, srcPixel.z() / 255.0f, srcPixel.w… in convertUInt() local
1902 tcu::Vec4 dstPixel = sRGB8ToLinear(srcPixel); in convertsRGB() local
1914 tcu::Vec4 dstPixel = sRGBA8ToLinear(srcPixel); in convertsRGBA() local
1926 …tcu::Vec4 dstPixel(srcPixel.x() / 1023.0f, srcPixel.y() / 1023.0f, srcPixel.z() / 1023.0f, srcPixe… in convertUInt_2_10_10_10_rev() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFragmentOutputTests.cpp512 Vec4 dstPixel (0.0f, 0.0f, 0.0f, 1.0f); in clearUndefined() local
528 IVec4 dstPixel (0, 0, 0, (int)(((deInt64)0x1u << bitDepth.w()) - 1)); in clearUndefined() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DFramebufferGL.cpp384 GLushort *dstPixel = reinterpret_cast<GLushort *>(dst); in RearrangeEXTTextureNorm16Pixels() local
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DTracePerfTest.cpp1863 EGLint dstPixel = x + (mTestParams.windowHeight - y - 1) * mTestParams.windowWidth; in saveScreenshot() local