Home | History | Annotate | Download | only in functional

Lines Matching defs:getPixelUint

576 	UVec4										getPixelUint				(int x, int y, int z) const { return getPixelInt(x, y, z).asUint(); }
1508 scratchAccess.setPixel(scratchAccess.getPixelUint(0, 0), 0, 0);
1523 const UVec4 temp = reference.getPixelUint(imageSize.x()-1-x, y, z);
1524 reference.setPixel(imageSize.x()-1-x, y, z, reference.getPixelUint(x, y, z));
2708 const deUint32 resultValue = resultSlice.getPixelUint(0, 0).x();