Home
last modified time | relevance | path

Searched defs:Viewport (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DDevice.hpp29 struct Viewport struct
31 int x0;
32 int y0;
33 unsigned int width;
34 unsigned int height;
35 float minZ;
36 float maxZ;
DlibGLESv2.cpp5627 void GL_APIENTRY Viewport(GLint x, GLint y, GLsizei width, GLsizei height) in Viewport() function
/third_party/vk-gl-cts/external/amber/src/src/
Dpipeline_data.h24 struct Viewport { struct
25 float x;
26 float y;
27 float w;
28 float h;
29 float mind;
30 float maxd;
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DRenderer.hpp213 struct Viewport struct
215 float x0;
216 float y0;
217 float width;
218 float height;
219 float minZ;
220 float maxZ;
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_sdlrenderer.cpp122 SDL_Rect Viewport; in ImGui_ImplSDLRenderer_RenderDrawData() member
Dimgui_impl_opengl3_loader.h492 PFNGLVIEWPORTPROC Viewport; member
/third_party/skia/third_party/externals/angle2/src/tests/gles1_conformance_tests/
DCovglTests.cpp237 TEST_P(GLES1CovglTest, Viewport) in TEST_P() argument
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp11709 struct Viewport struct
11711 using NativeType = VkViewport;
11714 VULKAN_HPP_CONSTEXPR Viewport( float x_ = {}, in Viewport() function
11730Viewport( VkViewport const & rhs ) VULKAN_HPP_NOEXCEPT : Viewport( *reinterpret_cast<Viewport cons… in Viewport() function
11737 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::Viewport const *>( &rhs ); in operator =()
11742 Viewport & setX( float x_ ) VULKAN_HPP_NOEXCEPT in setX()
11748 Viewport & setY( float y_ ) VULKAN_HPP_NOEXCEPT in setY()
11754 Viewport & setWidth( float width_ ) VULKAN_HPP_NOEXCEPT in setWidth()
11760 Viewport & setHeight( float height_ ) VULKAN_HPP_NOEXCEPT in setHeight()
11766 Viewport & setMinDepth( float minDepth_ ) VULKAN_HPP_NOEXCEPT in setMinDepth()
[all …]
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp14466 struct Viewport struct
14472Viewport( float x_ = {}, float y_ = {}, float width_ = {}, float height_ = {}, float minDepth_ = {… in Viewport() function
14484Viewport( VkViewport const & rhs ) VULKAN_HPP_NOEXCEPT : Viewport( *reinterpret_cast<Viewport cons… in Viewport() function
14491 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::Viewport const *>( &rhs ); in operator =()
14496 VULKAN_HPP_CONSTEXPR_14 Viewport & setX( float x_ ) VULKAN_HPP_NOEXCEPT in setX()
14502 VULKAN_HPP_CONSTEXPR_14 Viewport & setY( float y_ ) VULKAN_HPP_NOEXCEPT in setY()
14508 VULKAN_HPP_CONSTEXPR_14 Viewport & setWidth( float width_ ) VULKAN_HPP_NOEXCEPT in setWidth()
14514 VULKAN_HPP_CONSTEXPR_14 Viewport & setHeight( float height_ ) VULKAN_HPP_NOEXCEPT in setHeight()
14520 VULKAN_HPP_CONSTEXPR_14 Viewport & setMinDepth( float minDepth_ ) VULKAN_HPP_NOEXCEPT in setMinDepth()
14526 VULKAN_HPP_CONSTEXPR_14 Viewport & setMaxDepth( float maxDepth_ ) VULKAN_HPP_NOEXCEPT in setMaxDepth()
[all …]
/third_party/mesa3d/src/mesa/main/
Dmtypes.h3241 } Viewport; member