Home | History | Annotate | Download | only in functional

Lines Matching defs:getPixelInt

586 	IVec4										getPixelInt					(int x, int y, int z) const;
587 UVec4 getPixelUint (int x, int y, int z) const { return getPixelInt(x, y, z).asUint(); }
666 IVec4 LayeredImage::getPixelInt (int x, int y, int z) const
669 return access.getPixelInt(x, y, m_type == TEXTURETYPE_CUBE ? 0 : z);
1723 result.i = resultSlice.getPixelInt(x, y).x();
1837 returnValues.i[i] = resultSlice.getPixelInt(gid.x(), y).x();
2192 const int result = resultSlice.getPixelInt(x, y).x();
2263 returnValues[i] = resultSlice.getPixelInt(gid.x(), y).x();
2691 sum += base.getPixelInt(groupBaseX + (x + SHADER_READ_OFFSETS_X[i]) % localSize.x(),