Home
last modified time | relevance | path

Searched refs:GL_OBJECT_INFO_LOG_LENGTH_ARB (Results 1 – 25 of 383) sorted by relevance

12345678910>>...16

/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/addons/joglvis/src/main/java/de/lmu/ifi/dbs/elki/joglvis/
H A DShaderUtil.java63 gl.glGetObjectParameterivARB(prog, GL2.GL_OBJECT_INFO_LOG_LENGTH_ARB, error, 0); in compileShader()
101 gl.glGetObjectParameterivARB(shaderprogram, GL2.GL_OBJECT_INFO_LOG_LENGTH_ARB, error, 0); in linkShaderProgram()
/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/test/opengl/shaders/
H A DShader.java128 final int logLength = glGetObjectParameteriARB(ID, GL_OBJECT_INFO_LOG_LENGTH_ARB); in printShaderObjectInfoLog()
139 final int logLength = glGetObjectParameteriARB(ID, GL_OBJECT_INFO_LOG_LENGTH_ARB); in printShaderProgramInfoLog()
/dports/games/glest/glest_source_3.2.2/source/shared_lib/sources/graphics/gl2/
H A Dshader_gl.cpp87 glGetObjectParameterivARB(handle, GL_OBJECT_INFO_LOG_LENGTH_ARB, &logLength); in link()
192 glGetObjectParameterivARB(handle, GL_OBJECT_INFO_LOG_LENGTH_ARB, &logLength); in compile()
/dports/games/glest/glest_source_3.2.2/source/shared_lib/sources/graphics/gl/
H A Dshader_gl.cpp87 glGetObjectParameterivARB(handle, GL_OBJECT_INFO_LOG_LENGTH_ARB, &logLength); in link()
198 glGetObjectParameterivARB(handle, GL_OBJECT_INFO_LOG_LENGTH_ARB, &logLength); in compile()
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/graphics/gl/
H A Dshader_gl.cpp90 glGetObjectParameterivARB(handle, GL_OBJECT_INFO_LOG_LENGTH_ARB, &logLength); in link()
202 glGetObjectParameterivARB(handle, GL_OBJECT_INFO_LOG_LENGTH_ARB, &logLength); in compile()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/GLSL/src/
H A DOgreGLSLExtSupport.cpp82 glGetObjectParameterivARB(obj, GL_OBJECT_INFO_LOG_LENGTH_ARB, &infologLength); in logObjectInfo()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/slang/
H A Dframework.c55 glGetObjectParameterivARB (handle, GL_OBJECT_INFO_LOG_LENGTH_ARB, &length); in CheckObjectStatus()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/src/GLSL/src/
H A DOgreGLSLExtSupport.cpp92 glGetObjectParameterivARB(obj, GL_OBJECT_INFO_LOG_LENGTH_ARB, &infologLength); in getObjectInfo()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/slang/
H A Dframework.c55 glGetObjectParameterivARB (handle, GL_OBJECT_INFO_LOG_LENGTH_ARB, &length); in CheckObjectStatus()
/dports/games/scorched3d/scorched/src/client/GLSL/
H A DGLSLShader.cpp77 glGetObjectParameterivARB(id_, GL_OBJECT_INFO_LOG_LENGTH_ARB, &maxlength); in GLSLShader()
H A DGLSLProgram.cpp95 glGetObjectParameterivARB(id_, GL_OBJECT_INFO_LOG_LENGTH_ARB, &maxlength); in link()
/dports/games/el/Eternal-Lands-1.9.5.9-1/shader/
H A Dshader.c83 ELglGetObjectParameterivARB(object, GL_OBJECT_INFO_LOG_LENGTH_ARB , &blen); in log_shader_compile_log()
119 ELglGetObjectParameterivARB(object, GL_OBJECT_INFO_LOG_LENGTH_ARB , &blen); in log_shader_linking_log()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/render_radiance_scaling/
H A DgpuShader.cpp89 glGetObjectParameterivARB(_shaderId,GL_OBJECT_INFO_LOG_LENGTH_ARB,&infologLength); in printInfoLog()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/render_rfx/
H A Drfx_glpass.cpp112 glGetObjectParameterivARB(obj, GL_OBJECT_INFO_LOG_LENGTH_ARB, &infologLength); in FillInfoLog()
/dports/graphics/Coin/coin-Coin-4.0.0/src/shaders/
H A DSoGLSLShaderObject.cpp180 g->glGetObjectParameterivARB(handle, GL_OBJECT_INFO_LOG_LENGTH_ARB, &length); in printInfoLog()
/dports/emulators/vt100/terminal-simulator-0.2/vt100/
H A Dopengl.c87 glGetShaderiv (shader, GL_OBJECT_INFO_LOG_LENGTH_ARB, &info_len); in compile()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DCOpenGLSLMaterialRenderer.cpp312 GL_OBJECT_INFO_LOG_LENGTH_ARB, &maxLength); in createShader()
426 GL_OBJECT_INFO_LOG_LENGTH_ARB, &maxLength); in linkProgram()
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCOpenGLSLMaterialRenderer.cpp303 GL_OBJECT_INFO_LOG_LENGTH_ARB, &maxLength); in createShader()
417 GL_OBJECT_INFO_LOG_LENGTH_ARB, &maxLength); in linkProgram()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/glew-1.9.0/auto/extensions/
H A DGL_ARB_shader_objects33 GL_OBJECT_INFO_LOG_LENGTH_ARB 0x8B84
/dports/graphics/glew/glew-2.2.0/auto/extensions/gl/
H A DGL_ARB_shader_objects34 GL_OBJECT_INFO_LOG_LENGTH_ARB 0x8B84
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/render/opengl/
H A DSDL_shaders_gl.c285 ctx->glGetObjectParameterivARB(shader, GL_OBJECT_INFO_LOG_LENGTH_ARB, &length); in CompileShader()
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/render/opengl/
H A DSDL_shaders_gl.c285 ctx->glGetObjectParameterivARB(shader, GL_OBJECT_INFO_LOG_LENGTH_ARB, &length); in CompileShader()
/dports/games/edge/Edge-1.35-source/lib_win32/glew-1.4/auto/extensions/
H A DGL_ARB_shader_objects32 GL_OBJECT_INFO_LOG_LENGTH_ARB 0x8B84
/dports/graphics/glew-wayland/glew-2.2.0/auto/extensions/gl/
H A DGL_ARB_shader_objects34 GL_OBJECT_INFO_LOG_LENGTH_ARB 0x8B84
/dports/graphics/opencsg/OpenCSG-1.4.2/glew/auto/extensions/gl/
H A DGL_ARB_shader_objects34 GL_OBJECT_INFO_LOG_LENGTH_ARB 0x8B84

12345678910>>...16