Searched defs:getPixelInt (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/common/
H A DtcuTexture.cpp672 IVec4 ConstPixelBufferAccess::getPixelInt (int x, int y, int z) const function in class:tcu::ConstPixelBufferAccess
755 return getPixelInt(x, y, z);
/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp575 IVec4 getPixelInt (int x, int y, int z) const;
576 UVec4 getPixelUint (int x, int y, int z) const { return getPixelInt(x, y, z).asUint(); }
655 IVec4 LayeredImage::getPixelInt (int x, int y, int z) const function in class:deqp::gles31::Functional::__anon20319::LayeredImage
658 return access.getPixelInt(x, y, m_type == TEXTURETYPE_CUBE ? 0 : z);
1709 result.i = resultSlice.getPixelInt(x, y).x();
1823 returnValues.i[i] = resultSlice.getPixelInt(gid.x(), y).x();
2177 const int result = resultSlice.getPixelInt(x, y).x();
2248 returnValues[i] = resultSlice.getPixelInt(gid.x(), y).x();
2678 sum += base.getPixelInt(groupBaseX + (x + SHADER_READ_OFFSETS_X[i]) % localSize.x(),

Completed in 122 milliseconds