Home
last modified time | relevance | path

Searched defs:Viewport (Results 1 – 12 of 12) 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/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/flutter/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp3039 void GL_APIENTRY Viewport(GLint x, GLint y, GLsizei width, GLsizei height) in Viewport() function
/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/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dentry_points_enum_autogen.h1345 Viewport, enumerator
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp13907 struct Viewport struct
13913Viewport( float x_ = {}, float y_ = {}, float width_ = {}, float height_ = {}, float minDepth_ = {… in Viewport() function
13925Viewport( VkViewport const & rhs ) VULKAN_HPP_NOEXCEPT : Viewport( *reinterpret_cast<Viewport cons… in Viewport() function
13932 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::Viewport const *>( &rhs ); in operator =()
13937 VULKAN_HPP_CONSTEXPR_14 Viewport & setX( float x_ ) VULKAN_HPP_NOEXCEPT in setX()
13943 VULKAN_HPP_CONSTEXPR_14 Viewport & setY( float y_ ) VULKAN_HPP_NOEXCEPT in setY()
13949 VULKAN_HPP_CONSTEXPR_14 Viewport & setWidth( float width_ ) VULKAN_HPP_NOEXCEPT in setWidth()
13955 VULKAN_HPP_CONSTEXPR_14 Viewport & setHeight( float height_ ) VULKAN_HPP_NOEXCEPT in setHeight()
13961 VULKAN_HPP_CONSTEXPR_14 Viewport & setMinDepth( float minDepth_ ) VULKAN_HPP_NOEXCEPT in setMinDepth()
13967 VULKAN_HPP_CONSTEXPR_14 Viewport & setMaxDepth( float maxDepth_ ) VULKAN_HPP_NOEXCEPT in setMaxDepth()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_0_autogen.cpp5665 void GL_APIENTRY Viewport(GLint x, GLint y, GLsizei width, GLsizei height) in Viewport() function
/third_party/mesa3d/src/mesa/main/
Dmtypes.h3241 } Viewport; member