Searched refs:getPixelInt64 (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
D | tcuImageCompare.cpp | 861 I64Vec4 refPix = reference.getPixelInt64(x, y, z); in intThresholdCompare() 862 I64Vec4 cmpPix = result.getPixelInt64(x, y, z); in intThresholdCompare()
|
D | tcuTexture.hpp | 379 I64Vec4 getPixelInt64 (int x, int y, int z = 0) const; 380 …U64Vec4 getPixelUint64 (int x, int y, int z = 0) const { return getPixelInt64(x, y, z).cast… in getPixelUint64()
|
D | tcuTexture.cpp | 1271 I64Vec4 ConstPixelBufferAccess::getPixelInt64 (int x, int y, int z) const in getPixelInt64() function in tcu::ConstPixelBufferAccess 1332 return getPixelInt64(x, y, z); in getPixelT()
|