Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DDirect3DVolumeTexture9.cpp197 int dHeight = dest->getHeight(); in GenerateMipSubLevels() local
203 float h = (float)sHeight / (float)dHeight; in GenerateMipSubLevels()
212 for(int j = 0; j < dHeight; j++) in GenerateMipSubLevels()
DDirect3DDevice9.cpp5445 int dHeight = dRect.bottom - dRect.top; in UpdateSurface() local
5473 height = (dHeight + 3) / 4; in UpdateSurface()
5482 height = (dHeight + 3) / 4; in UpdateSurface()
5487 height = dHeight; in UpdateSurface()
6217 int dHeight = dest->getHeight(); in stretchRect() local
6220 sw::Rect dRect(0, 0, dWidth, dHeight); in stretchRect()
/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp453 int dHeight = dest->getHeight(); in stretchRect() local
520 dRect.y1 = dHeight; in stretchRect()
527 sw::Rect dstClipRect(0, 0, dWidth, dHeight); in stretchRect()
561 …== (float)sWidth) && (sRect.y1 == (float)sHeight) && (dRect.x1 == dWidth) && (dRect.y1 == dHeight); in stretchRect()
649 int dHeight = dest->getHeight(); in stretchCube() local
653 (dWidth == 0) || (dHeight == 0) || (dDepth == 0)) in stretchCube()
658 bool scaling = (sWidth != dWidth) || (sHeight != dHeight) || (sDepth != dDepth); in stretchCube()
680 for(int y = 0; y < dHeight; y++) in stretchCube()
/external/swiftshader/src/OpenGL/libGLES_CM/
DDevice.cpp329 int dHeight = dest->getHeight(); in stretchRect() local
354 dRect.y1 = dHeight; in stretchRect()
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp432 int dHeight = destDescription.Height; in CopyRects() local
4188 int dHeight = dRect.bottom - dRect.top; in updateSurface() local
4196 sHeight != dHeight) in updateSurface()
4215 height = (dHeight + 3) / 4; in updateSurface()
4223 height = (dHeight + 3) / 4; in updateSurface()
4228 height = dHeight; in updateSurface()