Searched defs:srcPixel (Results 1 – 9 of 9) sorted by relevance
/external/skia/tests/ |
D | GrOpListFlushTest.cpp | 18 const uint32_t srcPixel = *bitmap.getAddr32(x, 0); in check_read() local
|
D | GrAHardwareBufferTest.cpp | 79 const uint32_t srcPixel = *expectedBitmap.getAddr32(x, y); in check_read() local
|
D | VkHardwareBufferTest.cpp | 1025 const uint32_t srcPixel = *srcBitmap.getAddr32(x, y); in check_read() local 1162 const uint32_t srcPixel = *srcBitmap.getAddr32(x, y); in run_test() local
|
/external/skqp/tests/ |
D | GrOpListFlushTest.cpp | 18 const uint32_t srcPixel = *bitmap.getAddr32(x, 0); in check_read() local
|
D | GrAHardwareBufferTest.cpp | 79 const uint32_t srcPixel = *expectedBitmap.getAddr32(x, y); in check_read() local
|
D | VkHardwareBufferTest.cpp | 1037 const uint32_t srcPixel = *srcBitmap.getAddr32(x, y); in check_read() local 1174 const uint32_t srcPixel = *srcBitmap.getAddr32(x, y); in run_test() local
|
/external/deqp/framework/common/ |
D | tcuCompressedTexture.cpp | 988 …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/external/openglcts/modules/common/ |
D | glcInternalformatTests.cpp | 1692 tcu::UVec4 srcPixel = src.getPixelUint(x, y, z); in convertUInt() local 1704 tcu::UVec4 srcPixel = src.getPixelUint(x, y, z); in convertUInt_2_10_10_10_rev() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fFragmentOutputTests.cpp | 511 const Vec4 srcPixel = access.getPixel(x, y); in clearUndefined() local 527 const IVec4 srcPixel = access.getPixelInt(x, y); in clearUndefined() local
|