Home
last modified time | relevance | path

Searched refs:dWidth (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp452 int dWidth = dest->getWidth(); in stretchRect() local
521 dRect.x1 = dWidth; in stretchRect()
527 sw::Rect dstClipRect(0, 0, dWidth, dHeight); in stretchRect()
561 …ect.x1 == (float)sWidth) && (sRect.y1 == (float)sHeight) && (dRect.x1 == dWidth) && (dRect.y1 == d… in stretchRect()
648 int dWidth = dest->getWidth(); in stretchCube() local
653 (dWidth == 0) || (dHeight == 0) || (dDepth == 0)) in stretchCube()
658 bool scaling = (sWidth != dWidth) || (sHeight != dHeight) || (sDepth != dDepth); in stretchCube()
673 unsigned int bytes = dWidth * Surface::bytes(source->getInternalFormat()); in stretchCube()
686 for(int x = 0; x < dWidth; x++) in stretchCube()
/external/swiftshader/src/D3D9/
DDirect3DVolumeTexture9.cpp196 int dWidth = dest->getWidth(); in GenerateMipSubLevels() local
202 float w = (float)sWidth / (float)dWidth; in GenerateMipSubLevels()
216 for(int i = 0; i < dWidth; i++) in GenerateMipSubLevels()
DDirect3DDevice9.cpp5444 int dWidth = dRect.right - dRect.left; in UpdateSurface() local
5472 width = (dWidth + 3) / 4; in UpdateSurface()
5481 width = (dWidth + 3) / 4; in UpdateSurface()
5486 width = dWidth; in UpdateSurface()
6216 int dWidth = dest->getWidth(); in stretchRect() local
6220 sw::Rect dRect(0, 0, dWidth, dHeight); in stretchRect()
/external/swiftshader/src/OpenGL/libGLES_CM/
DDevice.cpp328 int dWidth = dest->getWidth(); in stretchRect() local
355 dRect.x1 = dWidth; in stretchRect()
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp431 int dWidth = destDescription.Width; in CopyRects() local
4187 int dWidth = dRect.right - dRect.left; in updateSurface() local
4195 sWidth != dWidth || in updateSurface()
4214 width = (dWidth + 3) / 4; in updateSurface()
4222 width = (dWidth + 3) / 4; in updateSurface()
4227 width = dWidth; in updateSurface()