Home
last modified time | relevance | path

Searched refs:GL_ACTIVE_ATTRIBUTES (Results 1 – 25 of 843) sorted by relevance

12345678910>>...34

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-3.2/
H A Dget-active-attrib-returns-all-inputs.c87 glGetProgramiv(prog, GL_ACTIVE_ATTRIBUTES, &numAttribs); in check_that_attrib_is_active()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/glsl-1.50/execution/
H A Dget-active-attrib-array.c126 glGetProgramiv(prog, GL_ACTIVE_ATTRIBUTES, &active_attribs); in piglit_init()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_experimental/edit_kinect/
H A Dshader_basic.h44 glGetProgramiv(s,GL_ACTIVE_ATTRIBUTES,&res); in Validate()
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/tests/
H A Dgeomshader.py42 for i in range( glGetProgramiv( program, GL_ACTIVE_ATTRIBUTES )):
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_vertex_attrib_64bit/execution/
H A Dgetactiveattrib.c271 glGetProgramiv(prog, GL_ACTIVE_ATTRIBUTES, &num_attr); in do_test()
/dports/games/openage/openage-0.3.0-1262-ga554ab49/libopenage/shader/
H A Dprogram.cpp152 glGetProgramiv(this->id, GL_ACTIVE_ATTRIBUTES, &num_attribs); in dump_active_attributes()
/dports/games/quakeforge/quakeforge-0.7.2/include/QF/GLSL/
H A Ddefines.h243 #define GL_ACTIVE_ATTRIBUTES 0x8B89 macro
/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dcogl-gles2-types.h275 #define GL_ACTIVE_ATTRIBUTES 0x8B89 macro
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/
H A Dcogl-gles2-types.h276 #define GL_ACTIVE_ATTRIBUTES 0x8B89 macro
/dports/devel/emscripten/emscripten-2.0.3/tests/
H A Dhtml5_webgl.c176 assert(emscripten_webgl_get_program_parameter_d(program, GL_ACTIVE_ATTRIBUTES) == 2); in main()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/general/
H A Dgetactiveattrib.c459 glGetProgramiv(prog, GL_ACTIVE_ATTRIBUTES, &num_attr); in do_test()
/dports/misc/usd/USD-21.11/pxr/imaging/glf/
H A DbindingMap.cpp139 glGetProgramiv(program, GL_ACTIVE_ATTRIBUTES, &numAttributes); in _AddActiveAttributeBindings()
/dports/graphics/blender/blender-2.91.0/source/blender/gpu/opengl/
H A Dgl_shader.cc406 glGetProgramiv(shader_program_, GL_ACTIVE_ATTRIBUTES, &attr_len); in vertformat_from_shader()
H A Dgl_shader_interface.cc141 glGetProgramiv(program, GL_ACTIVE_ATTRIBUTES, &attr_len); in GLShaderInterface()
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/renderer/glsl/
H A Dvid_common_glsl.c298 qfeglGetProgramiv(program, GL_ACTIVE_ATTRIBUTES, &count); in dump_program()
/dports/games/pink-pony/pink-pony-1.4.1/src/
H A DTransformFeedback.cc149 glGetProgramiv(program, GL_ACTIVE_ATTRIBUTES, &active_attributes); in add_draw_bindings()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/tests/
H A Dshader_api.c179 glGetProgramiv(program, GL_ACTIVE_ATTRIBUTES, &active); in test_attrib_size_type1()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/tests/
H A Dshader_api.c179 glGetProgramiv(program, GL_ACTIVE_ATTRIBUTES, &active); in test_attrib_size_type1()
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/util/
H A DGlUtil.java308 GLES20.glGetProgramiv(program, GLES20.GL_ACTIVE_ATTRIBUTES, attributeCount, 0); in getAttributes()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/util/
H A DGlUtil.java308 GLES20.glGetProgramiv(program, GLES20.GL_ACTIVE_ATTRIBUTES, attributeCount, 0); in getAttributes()
/dports/x11-toolkits/qt5-datavis3d/kde-qtdatavis3d-5.15.2p2/src/datavisualizationqml2/
H A Denumtostringmap.cpp237 m_map[GL_ACTIVE_ATTRIBUTES] = "ACTIVE_ATTRIBUTES"; in EnumToStringMap()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/util/
H A DGlUtil.java308 GLES20.glGetProgramiv(program, GLES20.GL_ACTIVE_ATTRIBUTES, attributeCount, 0); in getAttributes()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/OpenGL/
H A DOGLShaderProgram.cpp160 glGetProgramiv(object_.name_, GL_ACTIVE_ATTRIBUTES, &attributeCount); in Link()
/dports/games/spring/spring_98.0/rts/Rendering/Shaders/
H A DGLSLCopyState.cpp312 glGetProgramiv(oldProgID, GL_ACTIVE_ATTRIBUTES, &numAttributes); in CopyShaderState_Attributes()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/util/
H A Dshaderutil.c413 GetProgramiv(program, GL_ACTIVE_ATTRIBUTES, &n); in GetAttribs()

12345678910>>...34