Home
last modified time | relevance | path

Searched refs:sourceHeight (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Main/
DFrameBufferGDI.cpp86 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/
Des3fFramebufferBlitTests.cpp767 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/
DvktApiCopiesAndBlittingTests.cpp2045 const int sourceHeight, in forEach()
2059 const float srcInvH = 1.0f / static_cast<float>(sourceHeight); in forEach()