Searched refs:sourceHeight (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/src/Main/ |
D | FrameBufferGDI.cpp | 86 int sourceHeight = sourceRect ? sourceRect->y1 - sourceRect->y0 : height; in blit() local 92 …, destWidth, destHeight, bitmapContext, sourceLeft, sourceTop, sourceWidth, sourceHeight, SRCCOPY); in blit()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFramebufferBlitTests.cpp | 767 const int sourceHeight = (m_blitDir == BLIT_DEFAULT_TO_TARGET) ? (getHeight()) : (fboTexH); in render() local 769 const int gridRenderHeight= de::min(256, sourceHeight); in render()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 2045 const int sourceHeight, in forEach() 2059 const float srcInvH = 1.0f / static_cast<float>(sourceHeight); in forEach()
|