Home
last modified time | relevance | path

Searched defs:srcPixel (Results 1 – 13 of 13) sorted by relevance

/external/skia/gm/
Dwacky_yuv_formats.cpp529 const float* srcPixel = (const float*) src.getAddr(x, y); in make_16() local
551 [] (uint16_t* dstPixel, const float* srcPixel) { in create_YUV()
612 (uint16_t* dstPixel, const float* srcPixel) { in create_YUV()
619 (uint16_t* dstPixel, const float* srcPixel) { in create_YUV()
628 (uint16_t* dstPixel, const float* srcPixel) { in create_YUV()
638 [] (uint16_t* dstPixel, const float* srcPixel) { in create_YUV()
642 [] (uint16_t* dstPixel, const float* srcPixel) { in create_YUV()
648 [] (uint16_t* dstPixel, const float* srcPixel) { in create_YUV()
/external/skqp/tests/
DGrOpListFlushTest.cpp18 const uint32_t srcPixel = *bitmap.getAddr32(x, 0); in check_read() local
DGrAHardwareBufferTest.cpp79 const uint32_t srcPixel = *expectedBitmap.getAddr32(x, y); in check_read() local
DVkHardwareBufferTest.cpp1038 const uint32_t srcPixel = *srcBitmap.getAddr32(x, y); in check_read() local
1175 const uint32_t srcPixel = *srcBitmap.getAddr32(x, y); in run_test() local
/external/skia/tests/
DGrOpListFlushTest.cpp19 const uint32_t srcPixel = *bitmap.getAddr32(x, 0); in check_read() local
DGrAHardwareBufferTest.cpp80 const uint32_t srcPixel = *expectedBitmap.getAddr32(x, y); in check_read() local
DVkHardwareBufferTest.cpp1041 const uint32_t srcPixel = *srcBitmap.getAddr32(x, y); in check_read() local
1186 const uint32_t srcPixel = *srcBitmap.getAddr32(x, y); in run_test() local
DTransferPixelsTest.cpp42 uint32_t srcPixel = GrColorPackRGBA(r, g, 0xff - r, 0xff - g); in fill_transfer_data() local
/external/deqp/external/openglcts/modules/common/
DglcInternalformatTests.cpp1886 tcu::UVec4 srcPixel = src.getPixelUint(x, y, z); in convertUInt() local
1898 tcu::UVec4 srcPixel = src.getPixelUint(x, y, z); in convertsRGB() local
1910 tcu::UVec4 srcPixel = src.getPixelUint(x, y, z); in convertsRGBA() local
1922 tcu::UVec4 srcPixel = src.getPixelUint(x, y, z); in convertUInt_2_10_10_10_rev() local
/external/deqp/framework/common/
DtcuCompressedTexture.cpp988 …const deUint8* const srcPixel = &uncompressedBlockRGB[(y*ETC2_BLOCK_WIDTH + x)*ETC2_UNCOMPRESSED_… in decompressETC2_RGB8_PUNCHTHROUGH_ALPHA1() local
1024 …const deInt16* const srcPixel = (deInt16*)&uncompressedBlock[(y*ETC2_BLOCK_WIDTH + x)*ETC2_UNCOMPR… in decompressEAC_R11() local
1031 …const deUint16* const srcPixel = (deUint16*)&uncompressedBlock[(y*ETC2_BLOCK_WIDTH + x)*ETC2_UNCOM… in decompressEAC_R11() local
/external/deqp/modules/gles3/functional/
Des3fFragmentOutputTests.cpp511 const Vec4 srcPixel = access.getPixel(x, y); in clearUndefined() local
527 const IVec4 srcPixel = access.getPixelInt(x, y); in clearUndefined() local
/external/angle/src/tests/perf_tests/
DTracePerfTest.cpp1588 EGLint srcPixel = x + y * mTestParams.windowWidth; in saveScreenshot() local
/external/angle/src/libANGLE/renderer/gl/
DFramebufferGL.cpp382 GLushort *srcPixel = reinterpret_cast<GLushort *>(src); in RearrangeEXTTextureNorm16Pixels() local