Home
last modified time | relevance | path

Searched refs:getPixelT (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp339 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/
DtcuTexture.cpp792 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
DtcuTexture.hpp325 Vector<T, 4> getPixelT (int x, int y, int z = 0) const;
DtcuTexLookupVerifier.cpp59 return access.getPixelT<ScalarType>(i, j, k); in lookup()