Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuCompressedTexture.cpp887 …const deUint8* const srcPixel = &uncompressedBlockRGB[(y*ETC2_BLOCK_WIDTH + x)*ETC2_UNCOMPRESSED_… in decompressETC2_RGB8_PUNCHTHROUGH_ALPHA1() local
923 …const deInt16* const srcPixel = (deInt16*)&uncompressedBlock[(y*ETC2_BLOCK_WIDTH + x)*ETC2_UNCOMPR… in decompressEAC_R11() local
930 …const deUint16* const srcPixel = (deUint16*)&uncompressedBlock[(y*ETC2_BLOCK_WIDTH + x)*ETC2_UNCOM… in decompressEAC_R11() local
/external/skqp/tests/
DColorSpaceXformTest.cpp330 std::unique_ptr<uint64_t[]> srcPixel(new uint64_t[1]); in DEF_TEST() local
DVkHardwareBufferTest.cpp1261 const uint32_t srcPixel = *srcBitmap.getAddr32(x, y); in check_read() local
1398 const uint32_t srcPixel = *srcBitmap.getAddr32(x, y); in run_test() local
/external/skia/tests/
DColorSpaceXformTest.cpp330 std::unique_ptr<uint64_t[]> srcPixel(new uint64_t[1]); in DEF_TEST() 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