Searched refs:getPixelT (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 339 dst.setPixel(swizzleColor(src.getPixelT<T>(x, y, z), swizzle), x, y, z); in swizzlePixels() 600 const ColorVec resultPix = result.getPixelT<ColorScalarType>(px, py); in verifyGatherOffsets()
|
/external/deqp/framework/common/ |
D | tcuTexture.cpp | 792 Vec4 ConstPixelBufferAccess::getPixelT (int x, int y, int z) const in getPixelT() function in tcu::ConstPixelBufferAccess 798 IVec4 ConstPixelBufferAccess::getPixelT (int x, int y, int z) const in getPixelT() function in tcu::ConstPixelBufferAccess 804 UVec4 ConstPixelBufferAccess::getPixelT (int x, int y, int z) const in getPixelT() function in tcu::ConstPixelBufferAccess
|
D | tcuTexture.hpp | 325 Vector<T, 4> getPixelT (int x, int y, int z = 0) const;
|
D | tcuTexLookupVerifier.cpp | 59 return access.getPixelT<ScalarType>(i, j, k); in lookup()
|