Searched defs:srcPixel (Results 1 – 12 of 12) sorted by relevance
/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 | 1038 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/ |
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 | 1031 const uint32_t srcPixel = *srcBitmap.getAddr32(x, y); in check_read() local 1176 const uint32_t srcPixel = *srcBitmap.getAddr32(x, y); in run_test() local
|
D | TransferPixelsTest.cpp | 41 uint32_t srcPixel = GrColorPackRGBA(r, g, 0xff - r, 0xff - g); in fill_transfer_data() local
|
/external/skia/gm/ |
D | wacky_yuv_formats.cpp | 561 const float* srcPixel = (const float*) src.getAddr(x, y); in make_16() local 581 [] (uint16_t* dstPixel, const float* srcPixel) { in create_YUV() 648 (uint16_t* dstPixel, const float* srcPixel) { in create_YUV() 655 (uint16_t* dstPixel, const float* srcPixel) { in create_YUV() 664 (uint16_t* dstPixel, const float* srcPixel) { in create_YUV() 675 [] (uint16_t* dstPixel, const float* srcPixel) { in create_YUV() 679 [] (uint16_t* dstPixel, const float* srcPixel) { in create_YUV() 685 [] (uint16_t* dstPixel, const float* srcPixel) { in create_YUV()
|
/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 | 1701 tcu::UVec4 srcPixel = src.getPixelUint(x, y, z); in convertUInt() local 1713 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
|
/external/angle/src/libANGLE/renderer/gl/ |
D | FramebufferGL.cpp | 357 GLushort *srcPixel = reinterpret_cast<GLushort *>(src); in RearrangeEXTTextureNorm16Pixels() local
|