Home
last modified time | relevance | path

Searched refs:dHeight (Results 1 – 6 of 6) 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.cpp5444 int dHeight = dRect.bottom - dRect.top; in UpdateSurface() local
5472 height = (dHeight + 3) / 4; in UpdateSurface()
5481 height = (dHeight + 3) / 4; in UpdateSurface()
5486 height = dHeight; in UpdateSurface()
6216 int dHeight = dest->getHeight(); in stretchRect() local
6219 sw::Rect dRect(0, 0, dWidth, dHeight); in stretchRect()
/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp520 int dHeight = dest->getHeight(); in stretchRect() local
583 dRect.y1 = dHeight; in stretchRect()
597 … (sRect.x1 == sWidth) && (sRect.y1 == sHeight) && (dRect.x1 == dWidth) && (dRect.y0 == dHeight); in stretchRect()
692 int dHeight = dest->getHeight(); in stretchCube() local
695 bool scaling = (sWidth != dWidth) || (sHeight != dHeight) || (sDepth != dDepth); in stretchCube()
716 for(int y = 0; y < dHeight; ++y) in stretchCube()
/external/swiftshader/src/OpenGL/libGLES_CM/
DDevice.cpp392 int dHeight = dest->getHeight(); in stretchRect() local
417 dRect.y1 = dHeight; in stretchRect()
/external/swiftshader/src/OpenGL/libGL/
DDevice.cpp507 int dHeight = dest->getHeight(); in stretchRect() local
532 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()