Searched defs:Viewport (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Device.hpp | 29 struct Viewport struct 31 int x0; 32 int y0; 33 unsigned int width; 34 unsigned int height; 35 float minZ; 36 float maxZ;
|
D | libGLES_CM.cpp | 4596 void Viewport(GLint x, GLint y, GLsizei width, GLsizei height) in Viewport() function
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Device.hpp | 29 struct Viewport struct 31 int x0; 32 int y0; 33 unsigned int width; 34 unsigned int height; 35 float minZ; 36 float maxZ;
|
D | libGLESv2.cpp | 6207 void Viewport(GLint x, GLint y, GLsizei width, GLsizei height) in Viewport() function
|
/external/swiftshader/src/OpenGL/libGL/ |
D | Device.hpp | 37 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/ |
D | Renderer.hpp | 256 struct Viewport struct 258 float x0; 259 float y0; 260 float width; 261 float height; 262 float minZ; 263 float maxZ;
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.hpp | 2566 struct Viewport struct 2568 …Viewport( float x_ = 0, float y_ = 0, float width_ = 0, float height_ = 0, float minDepth_ = 0, fl… in Viewport() argument 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/ |
D | dd.h | 533 void (*Viewport)(struct gl_context *ctx, GLint x, GLint y, GLsizei w, GLsizei h); member
|
D | mtypes.h | 3469 struct gl_viewport_attrib Viewport; /**< Viewport attributes */ member
|
/external/libmojo/mojo/gpu/ |
D | mojo_gles2_impl_autogen.cc | 1205 void MojoGLES2Impl::Viewport(GLint x, GLint y, GLsizei width, GLsizei height) { in Viewport() function in mojo::MojoGLES2Impl
|
/external/robolectric/v3/runtime/ |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |