Home
last modified time | relevance | path

Searched refs:GLU (Results 1 – 25 of 50) sorted by relevance

12

/third_party/mindspore/mindspore/core/ops/
Dglu.h29 class MS_CORE_API GLU : public PrimitiveC {
31 GLU() : PrimitiveC(kNameGLU) { InitIOName({"x"}, {"output"}); } in GLU() function
32 ~GLU() = default;
33 MS_DECLARE_PARENT(GLU, PrimitiveC);
39 using PrimGLUPtr = std::shared_ptr<GLU>;
Dglu.cc22 void GLU::Init(int64_t axis) { set_axis(axis); } in Init()
24 void GLU::set_axis(int64_t axis) { (void)AddAttr(kAxis, MakeValue(axis)); } in set_axis()
26 int64_t GLU::get_axis() const { in get_axis()
/third_party/mesa3d/docs/relnotes/
D3.2.113 GLU Polygon Tessellator
16 The GLU tessellator has been reverted back to the version included
18 implemented the GLU 1.3 specification but suffered from a number of
21 Mesa implements GLU 1.1.
23 Ideally, people should use the GLU 1.3 library included in SGI's
27 GLU library.
D3.550 GLU 1.3
53 Mesa 3.5 includes the SGI Sample Implementation (SI) GLU library.
54 This version of GLU supports the GLU 1.3 specification. The old
55 Mesa GLU library implemented the 1.1 specification. The SI GLU
58 You'll need a C++ compiler to compile the SI GLU library. This may
D6.5.rst68 - replaced dprintf() with \_glu_printf() in GLU (bug 6244)
70 - fixed a number of GLU tesselator bugs (John Shell, bug 6339)
D3.125 and the GLU library was named libMesaGLU.so (or libMesaGLU.a).
27 Now, the main library is named libGL.so (or libGL.a) and the GLU library
D7.0.1.rst52 - Fixed a few memory-related bugs in GLU library
D7.0.2.rst38 - Fixed a GLU matrix inversion bug (#6748)
/third_party/flutter/glfw/docs/
Dbuild.dox100 `GLFW_INCLUDE_GLU` makes the header include the GLU header in addition to the
102 and only for compatibility with legacy code. GLU has been deprecated and should
141 `kernel32`. If you are using GLU, you must also link with `glu32`.
150 uses OpenGL and `glu32` if it uses GLU.
188 Note that the dependencies do not include OpenGL or GLU, as GLFW loads any
189 OpenGL, OpenGL ES or Vulkan libraries it needs at runtime and does not use GLU.
206 The OpenGL CMake package also looks for GLU. If GLU is found, the
214 @note GLU has been deprecated and should not be used in new code, but some
231 Note that the dependencies do not include OpenGL or GLU, as GLFW loads any
232 OpenGL, OpenGL ES or Vulkan libraries it needs at runtime and does not use GLU.
[all …]
/third_party/mesa3d/docs/
Ddownload.rst47 Demos, GLUT, and GLU
50 A package of SGI's GLU library is available
59 In the past, GLUT, GLU and the Mesa demos were released in conjunction
60 with Mesa releases. But since GLUT, GLU and the demos change
63 `GLU <https://gitlab.freedesktop.org/mesa/glu>`__ and
Dthanks.rst25 - **Bogdan Sikorski** wrote the GLU NURBS and polygon tessellator in
32 - **Gareth Hughes** wrote new GLU 1.2 Polygon Tessellation code (now
33 superseded by SGI SI GLU).
/third_party/openGLES/extensions/ARB/
DGLX_ARB_get_proc_address.txt88 * Should extension functions in GLU and GLX be queryable through
91 GLX: Yes. GLU: No. Because the pointers returned are
94 context management occurs. Since GLU is a client library using
95 GL, GLU extensions are unlikely to need to be dynamically
98 * GLU library may not be loaded at runtime, making GLU queries fail
100 No longer relevant, since GLU functions cannot be queries now.
103 True. However, the GL/GLX/GLU specifications say nothing about
107 operate. Requiring a link against a "GLU library" in this case
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DGLX_ARB_get_proc_address.txt78 * Should extension functions in GLU and GLX be queryable through
81 GLX: Yes. GLU: No. Because the pointers returned are
84 context management occurs. Since GLU is an client library using
85 GL, GLU extensions are unlikely to need to be dynamically
88 * GLU library may not be loaded at runtime, making GLU queries fail
90 No longer relevant, since GLU functions cannot be queries now.
93 True. However, the GL/GLX/GLU specifications say nothing about
97 operate. Requiring a link against a "GLU library" in this case
/third_party/openGLES/extensions/SGI/
DGLU_SGI_filter4_parameters.txt56 do this. This is to be consistent with the rest of GLU, i.e.,
57 mipmap utilities. Note that GLU was designed this way so that it
72 Additions to the GLU Specification
94 gluTexFilterFuncSGI returns 0 upon success otherwise a GLU error code is
/third_party/skia/third_party/externals/opengl-registry/extensions/SGI/
DGLU_SGI_filter4_parameters.txt56 do this. This is to be consistent with the rest of GLU, i.e.,
57 mipmap utilities. Note that GLU was designed this way so that it
72 Additions to the GLU Specification
94 gluTexFilterFuncSGI returns 0 upon success otherwise a GLU error code is
/third_party/openGLES/xml/
Dvendors.txt3 - GLU enumerant reserved values
6 GLU Enumerants
/third_party/skia/third_party/externals/opengl-registry/xml/
Dvendors.txt3 - GLU enumerant reserved values
6 GLU Enumerants
/third_party/openGLES/extensions/EXT/
DGLU_EXT_object_space_tess.txt23 This extension adds two object space tessellation methods for GLU nurbs
46 Additions to the GLU Specification Version 1.2, Section 7.6
DGLU_EXT_nurbs_tessellator.txt23 tessellation of a GLU NURBS curve or surface. The tessellation consists of
71 Additions to the GLU Specification version 1.2, section 7.1
90 Additions to the GLU Specification version 1.2, section 7.2
180 Additions to the GLU Specification version 1.2, section 7.6
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DGLU_EXT_object_space_tess.txt23 This extension adds two object space tessellation methods for GLU nurbs
46 Additions to the GLU Specification Version 1.2, Section 7.6
DGLU_EXT_nurbs_tessellator.txt23 tessellation of a GLU NURBS curve or surface. The tessellation consists of
71 Additions to the GLU Specification version 1.2, section 7.1
90 Additions to the GLU Specification version 1.2, section 7.2
180 Additions to the GLU Specification version 1.2, section 7.6
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/infer/
Dglu_infer.c42 REG_INFER(GLU, PrimType_GLU, GluInferShape)
/third_party/mindspore/mindspore/lite/tools/optimizer/fusion/
Dglu_fusion.cc28 auto glu_prim = std::make_shared<ops::GLU>(); in CreateGLUNode()
/third_party/mindspore/mindspore/lite/src/ops/
Dops_func_declare.h460 FUNC_MSOP2SCHEMAOP_DECLARE(GLU)
Dops_def.cc215 OP_TYPE(GLU)
1178 OP_SCHEMA_DEF(GLU)
1180 OP_SCHEMA_DEF_END(GLU)

12