Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
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;
DlibGLES_CM.cpp4596 void Viewport(GLint x, GLint y, GLsizei width, GLsizei height) in Viewport() function
/external/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.cpp6187 void Viewport(GLint x, GLint y, GLsizei width, GLsizei height) in Viewport() function
/external/swiftshader/src/OpenGL/libGL/
DDevice.hpp37 struct Viewport struct
39 int x0;
40 int y0;
41 unsigned int width;
42 unsigned int height;
43 float minZ;
44 float maxZ;
/external/swiftshader/src/Renderer/
DRenderer.hpp259 struct Viewport struct
261 float x0;
262 float y0;
263 float width;
264 float height;
265 float minZ;
266 float maxZ;
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp2566 struct Viewport struct
2568Viewport( float x_ = 0, float y_ = 0, float width_ = 0, float height_ = 0, float minDepth_ = 0, fl… in Viewport() function
2578 Viewport( VkViewport const & rhs ) in Viewport() function
2583 Viewport& operator=( VkViewport const & rhs ) in operator =()
2589 Viewport& setX( float x_ ) in setX()
2595 Viewport& setY( float y_ ) in setY()
2601 Viewport& setWidth( float width_ ) in setWidth()
2607 Viewport& setHeight( float height_ ) in setHeight()
2613 Viewport& setMinDepth( float minDepth_ ) in setMinDepth()
2619 Viewport& setMaxDepth( float maxDepth_ ) in setMaxDepth()
[all …]
/external/mesa3d/src/mesa/main/
Ddd.h617 void (*Viewport)(struct gl_context *ctx); member
/external/libmojo/mojo/gpu/
Dmojo_gles2_impl_autogen.cc1205 void MojoGLES2Impl::Viewport(GLint x, GLint y, GLsizei width, GLsizei height) { in Viewport() function in mojo::MojoGLES2Impl