Home
last modified time | relevance | path

Searched refs:sHeight (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DVolumeTexture9.cpp197 int sHeight = source->getHeight(); in GenerateMipSubLevels() local
207 float h = (float)sHeight / (float)dHeight; in GenerateMipSubLevels()
DDirect3DDevice9.cpp5441 int sHeight = sRect.bottom - sRect.top; in UpdateSurface() local
6213 int sHeight = source->getHeight(); in stretchRect() local
6217 sw::Rect sRect(0, 0, sWidth, sHeight); in stretchRect()
/external/swiftshader/src/Renderer/
DBlitter.hpp70 int sHeight; member
DBlitter.cpp1079 Int sHeight = *Pointer<Int>(blit + OFFSET(BlitData,sHeight)); in generate() local
1177 Int Y1 = IfThenElse(Y0 + 1 >= sHeight, Y0, Y0 + 1); in generate()
1281 data.sHeight = source->getHeight(); in blitReactor()
/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp506 int sHeight = source->getHeight(); in stretchRect() local
549 sRect.y1 = sHeight; in stretchRect()
668 int sHeight = source->getHeight(); in stretchCube() local
674 bool scaling = (sWidth != dWidth) || (sHeight != dHeight) || (sDepth != dDepth); in stretchCube()
/external/swiftshader/src/OpenGL/libGLES_CM/
DDevice.cpp377 int sHeight = source->getHeight(); in stretchRect() local
392 sRect.y1 = sHeight; in stretchRect()
/external/swiftshader/src/OpenGL/libGL/
DDevice.cpp492 int sHeight = source->getHeight(); in stretchRect() local
507 sRect.y1 = sHeight; in stretchRect()