HomeSort by relevance Sort by last modified time
    Searched defs:dHeight (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/src/D3D9/
Direct3DVolumeTexture9.cpp 197 int dHeight = dest->getHeight();
203 float h = (float)sHeight / (float)dHeight;
212 for(int j = 0; j < dHeight; j++)
  /external/swiftshader/src/OpenGL/libGLES_CM/
Device.cpp 329 int dHeight = dest->getHeight();
354 dRect.y1 = dHeight;
  /external/swiftshader/src/OpenGL/libGLESv2/
Device.cpp 453 int dHeight = dest->getHeight();
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();
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/D3D8/
Direct3DDevice8.cpp 432 int dHeight = destDescription.Height;
    [all...]

Completed in 108 milliseconds