Lines Matching refs:getWidth
126 int w = src.getWidth();
164 DE_ASSERT(dst.getWidth() == src.getWidth() && dst.getHeight() == src.getHeight());
166 TextureLevel tmp (dst.getFormat(), dst.getHeight(), dst.getWidth());
176 for (int i = 0; i < src.getWidth(); i++)
183 deUint32 p = readUnorm8<SrcChannels>(src, de::clamp(i+kx-shiftX, 0, src.getWidth()-1), j);
195 for (int i = 0; i < src.getWidth(); i++)
202 deUint32 p = readUnorm8<DstChannels>(tmpAccess, de::clamp(j+ky-shiftY, 0, tmp.getWidth()-1), i);
239 if (!deInBounds32(dx, 0, surface.getWidth()) || !deInBounds32(dy, 0, surface.getHeight()))
275 DE_ASSERT(ref.getWidth() == cmp.getWidth() && ref.getHeight() == cmp.getHeight());
276 DE_ASSERT(errorMask.getWidth() == ref.getWidth() && errorMask.getHeight() == ref.getHeight());
281 int width = ref.getWidth();