Home
last modified time | relevance | path

Searched refs:WindowRectangle (Results 1 – 21 of 21) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/referencerenderer/
H A DrrFragmentOperations.hpp83 …orBuffer (const tcu::PixelBufferAccess& dst, const tcu::Vec4& value, const WindowRectangle& rect);
84 …rBuffer (const tcu::PixelBufferAccess& dst, const tcu::IVec4& value, const WindowRectangle& rect);
85 …rBuffer (const tcu::PixelBufferAccess& dst, const tcu::UVec4& value, const WindowRectangle& rect);
86 …ampleDepthBuffer (const tcu::PixelBufferAccess& dst, float value, const WindowRectangle& rect);
87 …mpleStencilBuffer (const tcu::PixelBufferAccess& dst, int value, const WindowRectangle& rect);
134 …et, int numSamplesPerFragment, const Fragment* inputFragments, const WindowRectangle& scissorRect);
H A DrrRenderState.hpp221 struct WindowRectangle struct
228 WindowRectangle (int left_, int bottom_, int width_, int height_) in WindowRectangle() argument
242 WindowRectangle scissorRectangle;
337 WindowRectangle rect;
341 explicit ViewportState (const WindowRectangle& rect_) in ViewportState()
H A DrrFragmentOperations.cpp50 static inline bool isInsideRect (const IVec2& point, const WindowRectangle& rect) in isInsideRect()
67 …ColorBuffer (const tcu::PixelBufferAccess& dst, const Vec4& v, const WindowRectangle& r) { tcu::cl… in clearMultisampleColorBuffer()
68 …olorBuffer (const tcu::PixelBufferAccess& dst, const IVec4& v, const WindowRectangle& r) { tcu::cl… in clearMultisampleColorBuffer()
69 …olorBuffer (const tcu::PixelBufferAccess& dst, const UVec4& v, const WindowRectangle& r) { tcu::cl… in clearMultisampleColorBuffer()
70 …ampleDepthBuffer (const tcu::PixelBufferAccess& dst, float v, const WindowRectangle& r) { tcu::cl… in clearMultisampleDepthBuffer()
71 …mpleStencilBuffer (const tcu::PixelBufferAccess& dst, int v, const WindowRectangle& r) { tcu::cl… in clearMultisampleStencilBuffer()
78 …set, int numSamplesPerFragment, const Fragment* inputFragments, const WindowRectangle& scissorRect) in executeScissorTest()
H A DrrRenderer.cpp824 const WindowRectangle& viewport = state.viewport.rect; in transformVertexClipCoordsToWindowCoords()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fClippingTests.cpp59 const rr::WindowRectangle VIEWPORT_WHOLE (0, 0, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
60 const rr::WindowRectangle VIEWPORT_CENTER (TEST_CANVAS_SIZE/4, TEST_CANVAS_SIZE/4, TEST_CANVAS_SIZ…
61 const rr::WindowRectangle VIEWPORT_CORNER (TEST_CANVAS_SIZE/2, TEST_CANVAS_SIZE/2, TEST_CANVAS_SIZ…
494 const rr::WindowRectangle m_viewport;
622 const rr::WindowRectangle m_viewport;
861 const rr::WindowRectangle m_viewport;
1031 …(Context& context, const char* name, const char* description, const rr::WindowRectangle& viewport);
1037 const rr::WindowRectangle m_viewport;
1040 … (Context& context, const char* name, const char* description, const rr::WindowRectangle& viewport) in FillTest()
1126 …(Context& context, const char* name, const char* description, const rr::WindowRectangle& viewport);
[all …]
H A Des3fDepthStencilTests.cpp160 rr::WindowRectangle rect;
174 ClearCommand (const rr::WindowRectangle& rect_, in ClearCommand()
189 rr::WindowRectangle rect;
266 …clearCommands.push_back(ClearCommand(rr::WindowRectangle(0, 0, target.width, target.height), GL_CO… in generateBaseClearAndDepthCommands()
292 rr::WindowRectangle cellL1Rect (x, y, cellL1Width, cellL1Height); in generateBaseClearAndDepthCommands()
324 cmd.rect = rr::WindowRectangle(0, 0, target.width, target.height); in generateDepthVisualizeCommands()
349 cmd.rect = rr::WindowRectangle(0, 0, target.width, target.height); in generateStencilVisualizeCommands()
625 testCmd.rect = rr::WindowRectangle(0, 0, m_renderTarget.width, m_renderTarget.height); in iterate()
H A Des3fPolygonOffsetTests.cpp426 …rr::RenderState state((rr::ViewportState)(rr::WindowRectangle(0, 0, m_targetSize, m_targetSize)),… in testPolygonOffset()
691 …rr::RenderState state((rr::ViewportState)(rr::WindowRectangle(0, 0, m_targetSize, m_targetSize)),… in testPolygonOffset()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/functional/
H A Des2fClippingTests.cpp59 const rr::WindowRectangle VIEWPORT_WHOLE (0, 0, TEST_CANVAS_SIZE, TEST_CANVAS_SIZE);
60 const rr::WindowRectangle VIEWPORT_CENTER (TEST_CANVAS_SIZE/4, TEST_CANVAS_SIZE/4, TEST_CANVAS_SIZ…
61 const rr::WindowRectangle VIEWPORT_CORNER (TEST_CANVAS_SIZE/2, TEST_CANVAS_SIZE/2, TEST_CANVAS_SIZ…
491 const rr::WindowRectangle m_viewport;
619 const rr::WindowRectangle m_viewport;
857 const rr::WindowRectangle m_viewport;
1027 …(Context& context, const char* name, const char* description, const rr::WindowRectangle& viewport);
1033 const rr::WindowRectangle m_viewport;
1036 … (Context& context, const char* name, const char* description, const rr::WindowRectangle& viewport) in FillTest()
1122 …(Context& context, const char* name, const char* description, const rr::WindowRectangle& viewport);
[all …]
H A Des2fDepthStencilTests.cpp160 rr::WindowRectangle rect;
174 ClearCommand (const rr::WindowRectangle& rect_, in ClearCommand()
189 rr::WindowRectangle rect;
266 …clearCommands.push_back(ClearCommand(rr::WindowRectangle(0, 0, target.width, target.height), GL_CO… in generateBaseClearAndDepthCommands()
292 rr::WindowRectangle cellL1Rect (x, y, cellL1Width, cellL1Height); in generateBaseClearAndDepthCommands()
324 cmd.rect = rr::WindowRectangle(0, 0, target.width, target.height); in generateDepthVisualizeCommands()
349 cmd.rect = rr::WindowRectangle(0, 0, target.width, target.height); in generateStencilVisualizeCommands()
625 testCmd.rect = rr::WindowRectangle(0, 0, m_renderTarget.width, m_renderTarget.height); in iterate()
H A Des2fPolygonOffsetTests.cpp423 …rr::RenderState state((rr::ViewportState)(rr::WindowRectangle(0, 0, m_targetSize, m_targetSize)),… in testPolygonOffset()
689 …rr::RenderState state((rr::ViewportState)(rr::WindowRectangle(0, 0, m_targetSize, m_targetSize)),… in testPolygonOffset()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/glshared/
H A DglsInteractionTestUtil.hpp84 rr::WindowRectangle scissorRectangle;
H A DglsInteractionTestUtil.cpp167 state.scissorRectangle = rr::WindowRectangle(scissorX, scissorY, scissorW, scissorH); in computeRandomRenderState()
H A DglsTextureBufferCase.cpp675 …const rr::RenderState renderState(rr::ViewportState(rr::WindowRectangle(0, 0, target.getWidth()… in renderReference()
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/awt/
H A DEndDockingEvent.idl36 com::sun::star::awt::Rectangle WindowRectangle;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/awt/
H A DEndDockingEvent.idl36 com::sun::star::awt::Rectangle WindowRectangle;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/egl/
H A DteglRenderTests.cpp444 …rr::clearMultisampleColorBuffer(colorBuffer, CLEAR_COLOR, rr::WindowRectangle(0, 0, width, height)… in renderReference()
449 …rr::clearMultisampleDepthBuffer(depthBuffer, CLEAR_DEPTH, rr::WindowRectangle(0, 0, width, height)… in renderReference()
455 …rr::clearMultisampleStencilBuffer(stencilBuffer, CLEAR_STENCIL, rr::WindowRectangle(0, 0, width, h… in renderReference()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineReferenceRenderer.cpp382 return rr::ViewportState(rr::WindowRectangle(0, 0, m_surfaceWidth, m_surfaceHeight)); in getViewportState()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fDrawBuffersIndexedTests.cpp647 …rr::RenderState state (rr::ViewportState(rr::WindowRectangle(0, 0, size.x(), size.y())), subpixelB… in createRenderState()
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/source/awt/
H A Dvclxwindow.cxx812 aEvent.WindowRectangle = AWTRectangle( pData->maWindowRect ); in ProcessWindowEvent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/source/awt/
H A Dvclxwindow.cxx806 aEvent.WindowRectangle = AWTRectangle( pData->maWindowRect ); in ProcessWindowEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp4308 …state.fragOps.scissorRectangle = rr::WindowRectangle(m_scissorBox.x(), m_scissorBox.y(), m_… in drawWithReference()
4343 …state.viewport.rect = rr::WindowRectangle(m_viewport.x(), m_viewport.y(), m_viewport.z()… in drawWithReference()