Searched refs:dHeight (Results 1 - 6 of 6) sorted by relevance

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

Completed in 1292 milliseconds