Home
last modified time | relevance | path

Searched defs:bottom (Results 326 - 350 of 352) sorted by relevance

1...<<1112131415

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationGL1.cpp442 ValidateFrustum(const Context *, angle::EntryPoint entryPoint, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) ValidateFrustum() argument
879 ValidateOrtho(const Context *, angle::EntryPoint entryPoint, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) ValidateOrtho() argument
H A DvalidationGL4.cpp555 ValidateScissorIndexed(const Context *context, angle::EntryPoint entryPoint, GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height) ValidateScissorIndexed() argument
H A DContext_gl.cpp2583 void Context::scissorIndexed(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height) in scissorIndexed() argument
1011 frustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) frustum() argument
1316 ortho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) ortho() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DextNvidiaVideoParserIf.hpp955 int32_t bottom; // bottom position of display rect member
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib.h697 u32 bottom; member
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/
H A Dhfa384x.h384 u16 bottom; member
957 u16 bottom; member
964 u16 bottom; member
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_reg.h795 int32 bottom; member
/kernel/linux/linux-6.6/drivers/staging/wlan-ng/
H A Dhfa384x.h363 u16 bottom; member
889 u16 bottom; member
896 u16 bottom; member
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib.h693 u32 bottom; member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_vbt_defs.h858 u8 bottom; /* 227+ */ member
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_reg.h384 int32 bottom; member
/third_party/backends/backend/
H A Dhp3500.c157 int bottom; member
[all...]
H A Dmustek_usb2_asic.h273 unsigned int bottom; member
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_cmd_buffer.c3610 uint32_t bottom; in pvr_setup_isp_depth_bias_scissor_state() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.cpp1334 const glw::GLfloat bottom = -1.0f + y_mid_step; prepareTextureCoordinatesForFace() local
1443 const glw::GLfloat bottom = -1.0f + y_mid_step + y_step; prepareTextureCoordinatesForGatherForFace() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_4_autogen.cpp3490 GL_ScissorIndexed(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height) in GL_ScissorIndexed() argument
H A Dentry_points_gl_1_autogen.cpp1935 GL_Frustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) GL_Frustum() argument
4055 GL_Ortho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) GL_Ortho() argument
[all...]
H A DlibGL_autogen.cpp890 glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) in glOrtho() argument
4808 glScissorIndexed(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height) in glScissorIndexed() argument
439 glFrustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) glFrustum() argument
/third_party/cups-filters/utils/
H A Dcups-browsed.c2071 bottom, left, right, top; in get_pagesize() local
2688 bottom, left, right, top; in get_cluster_sizes() local
2964 bottom, lef in get_cluster_default_attributes() local
7669 int count, left, right, bottom, top; update_cups_queues() local
[all...]
/third_party/mesa3d/src/glx/tests/
H A Dindirect_api.cpp159 void __indirect_glFrustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble near_val, GLdouble far_val) { } in __indirect_glFrustum() argument
244 void __indirect_glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble near_val, GLdouble far_val) { } in __indirect_glOrtho() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp1466 HorizontalSplitGenerator (const tcu::Vec4& top, const tcu::Vec4& bottom) in HorizontalSplitGenerator() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp1105 HorizontalSplitGenerator (const tcu::Vec4& top, const tcu::Vec4& bottom) in HorizontalSplitGenerator() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dnull_functions.cpp2314 glScissorIndexedNULL(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height) in glScissorIndexedNULL() argument
/third_party/mesa3d/src/mesa/main/
H A Ddlist.c4708 save_ScissorIndexed(GLuint index, GLint left, GLint bottom, GLsizei width, in save_ScissorIndexed() argument
2778 save_Frustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) save_Frustum() argument
3376 save_Ortho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) save_Ortho() argument
9414 save_MatrixOrthoEXT(GLenum matrixMode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) save_MatrixOrthoEXT() argument
9437 save_MatrixFrustumEXT(GLenum matrixMode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) save_MatrixFrustumEXT() argument
[all...]
/third_party/mesa3d/include/D3D9/
H A Dd3d9types.h136 LONG bottom; member

Completed in 167 milliseconds

1...<<1112131415