Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp453 int dHeight = dest->getHeight(); in stretchRect() local
528 dRect.y1 = dHeight; in stretchRect()
538 sw::Rect dstClipRect(0, 0, dWidth, dHeight); in stretchRect()
576 …== (float)sWidth) && (sRect.y1 == (float)sHeight) && (dRect.x1 == dWidth) && (dRect.y1 == dHeight); in stretchRect()
664 int dHeight = dest->getHeight(); in stretchCube() local
668 (dWidth == 0) || (dHeight == 0) || (dDepth == 0)) in stretchCube()
673 bool scaling = (sWidth != dWidth) || (sHeight != dHeight) || (sDepth != dDepth); in stretchCube()
695 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()