Home
last modified time | relevance | path

Searched refs:programObj (Results 1 – 25 of 431) sorted by relevance

12345678910>>...18

/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/opengl/util/glsl/
H A DShaderUtil.java61 public static String getProgramInfoLog(final GL _gl, final int programObj) { in getProgramInfoLog() argument
64 gl.glGetProgramiv(programObj, GL2ES2.GL_INFO_LOG_LENGTH, infoLogLength, 0); in getProgramInfoLog()
71 gl.glGetProgramInfoLog(programObj, infoLogLength[0], charsWritten, 0, infoLogBytes, 0); in getProgramInfoLog()
99 gl.glGetProgramiv(programObj, name, ires, 0); in isProgramStatusValid()
106 if(!gl.glIsProgram(programObj)) { in isProgramLinkStatusValid()
108 verboseOut.println("Program name invalid: "+programObj); in isProgramLinkStatusValid()
112 if(!isProgramStatusValid(gl, programObj, GL2ES2.GL_LINK_STATUS)) { in isProgramLinkStatusValid()
114 … verboseOut.println("Program link failed: "+programObj+"\n\t"+ getProgramInfoLog(gl, programObj)); in isProgramLinkStatusValid()
135 gl.glValidateProgram(programObj); in isProgramExecStatusValid()
136 if(!isProgramStatusValid(gl, programObj, GL2ES2.GL_VALIDATE_STATUS)) { in isProgramExecStatusValid()
[all …]
/dports/games/lwjgl/lwjgl-2df01dd/src/templates/org/lwjgl/opengl/
H A DARB_vertex_shader.java154 …void glBindAttribLocationARB(@GLhandleARB int programObj, @GLuint int index, @NullTerminated @Cons… in glBindAttribLocationARB() argument
157 …void glBindAttribLocationARB(@GLhandleARB int programObj, @GLuint int index, @NullTerminated CharS… in glBindAttribLocationARB() argument
159 …void glGetActiveAttribARB(@GLhandleARB int programObj, @GLuint int index, @AutoSize("name") @GLsiz… in glGetActiveAttribARB() argument
168 void glGetActiveAttribARB2(@GLhandleARB int programObj, @GLuint int index, @GLsizei int maxLength, in glGetActiveAttribARB2() argument
177 void glGetActiveAttribARB(@GLhandleARB int programObj, @GLuint int index, @GLsizei int maxLength, in glGetActiveAttribARB() argument
184 …void glGetActiveAttribSizeARB(@GLhandleARB int programObj, @GLuint int index, @Constant("0") @GLsi… in glGetActiveAttribSizeARB() argument
193 …void glGetActiveAttribTypeARB(@GLhandleARB int programObj, @GLuint int index, @Constant("0") @GLsi… in glGetActiveAttribTypeARB() argument
199 …int glGetAttribLocationARB(@GLhandleARB int programObj, @NullTerminated @Const @GLcharARB ByteBuff… in glGetAttribLocationARB() argument
202 int glGetAttribLocationARB(@GLhandleARB int programObj, @NullTerminated CharSequence name); in glGetAttribLocationARB() argument
H A DARB_shader_objects.java120 void glLinkProgramARB(@GLhandleARB int programObj); in glLinkProgramARB() argument
122 void glUseProgramObjectARB(@GLhandleARB int programObj); in glUseProgramObjectARB() argument
124 void glValidateProgramARB(@GLhandleARB int programObj); in glValidateProgramARB() argument
211 …int glGetUniformLocationARB(@GLhandleARB int programObj, @NullTerminated @Const @GLcharARB ByteBuf… in glGetUniformLocationARB() argument
214 int glGetUniformLocationARB(@GLhandleARB int programObj, @NullTerminated CharSequence name); in glGetUniformLocationARB() argument
216 …void glGetActiveUniformARB(@GLhandleARB int programObj, @GLuint int index, @AutoSize("name") @GLsi… in glGetActiveUniformARB() argument
225 void glGetActiveUniformARB2(@GLhandleARB int programObj, @GLuint int index, @GLsizei int maxLength, in glGetActiveUniformARB2() argument
234 void glGetActiveUniformARB(@GLhandleARB int programObj, @GLuint int index, @GLsizei int maxLength, in glGetActiveUniformARB() argument
241 …void glGetActiveUniformSizeARB(@GLhandleARB int programObj, @GLuint int index, @Constant("0") @GLs… in glGetActiveUniformSizeARB() argument
257 …void glGetUniformfvARB(@GLhandleARB int programObj, int location, @OutParameter @Check FloatBuffer… in glGetUniformfvARB() argument
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/glew-1.9.0/auto/extensions/
H A DGL_ARB_shader_objects44 …void glGetActiveUniformARB (GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei* leng…
51 GLint glGetUniformLocationARB (GLhandleARB programObj, const GLcharARB* name)
52 void glGetUniformfvARB (GLhandleARB programObj, GLint location, GLfloat* params)
53 void glGetUniformivARB (GLhandleARB programObj, GLint location, GLint* params)
54 void glLinkProgramARB (GLhandleARB programObj)
75 void glUseProgramObjectARB (GLhandleARB programObj)
76 void glValidateProgramARB (GLhandleARB programObj)
H A DGL_ARB_vertex_shader11 void glBindAttribLocationARB (GLhandleARB programObj, GLuint index, const GLcharARB* name)
12 …void glGetActiveAttribARB (GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei* lengt…
13 GLint glGetAttribLocationARB (GLhandleARB programObj, const GLcharARB* name)
/dports/graphics/glew/glew-2.2.0/auto/extensions/gl/
H A DGL_ARB_shader_objects45 …void glGetActiveUniformARB (GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei* leng…
52 GLint glGetUniformLocationARB (GLhandleARB programObj, const GLcharARB* name)
53 void glGetUniformfvARB (GLhandleARB programObj, GLint location, GLfloat* params)
54 void glGetUniformivARB (GLhandleARB programObj, GLint location, GLint* params)
55 void glLinkProgramARB (GLhandleARB programObj)
76 void glUseProgramObjectARB (GLhandleARB programObj)
77 void glValidateProgramARB (GLhandleARB programObj)
H A DGL_ARB_vertex_shader12 void glBindAttribLocationARB (GLhandleARB programObj, GLuint index, const GLcharARB* name)
13 …void glGetActiveAttribARB (GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei* lengt…
14 GLint glGetAttribLocationARB (GLhandleARB programObj, const GLcharARB* name)
/dports/games/edge/Edge-1.35-source/lib_win32/glew-1.4/auto/extensions/
H A DGL_ARB_shader_objects43 …void glGetActiveUniformARB (GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei* leng…
50 GLint glGetUniformLocationARB (GLhandleARB programObj, const GLcharARB* name)
51 void glGetUniformfvARB (GLhandleARB programObj, GLint location, GLfloat* params)
52 void glGetUniformivARB (GLhandleARB programObj, GLint location, GLint* params)
53 void glLinkProgramARB (GLhandleARB programObj)
74 void glUseProgramObjectARB (GLhandleARB programObj)
75 void glValidateProgramARB (GLhandleARB programObj)
H A DGL_ARB_vertex_shader10 void glBindAttribLocationARB (GLhandleARB programObj, GLuint index, const GLcharARB* name)
11 …void glGetActiveAttribARB (GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei* lengt…
12 GLint glGetAttribLocationARB (GLhandleARB programObj, const GLcharARB* name)
/dports/graphics/glew-wayland/glew-2.2.0/auto/extensions/gl/
H A DGL_ARB_shader_objects45 …void glGetActiveUniformARB (GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei* leng…
52 GLint glGetUniformLocationARB (GLhandleARB programObj, const GLcharARB* name)
53 void glGetUniformfvARB (GLhandleARB programObj, GLint location, GLfloat* params)
54 void glGetUniformivARB (GLhandleARB programObj, GLint location, GLint* params)
55 void glLinkProgramARB (GLhandleARB programObj)
76 void glUseProgramObjectARB (GLhandleARB programObj)
77 void glValidateProgramARB (GLhandleARB programObj)
H A DGL_ARB_vertex_shader12 void glBindAttribLocationARB (GLhandleARB programObj, GLuint index, const GLcharARB* name)
13 …void glGetActiveAttribARB (GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei* lengt…
14 GLint glGetAttribLocationARB (GLhandleARB programObj, const GLcharARB* name)
/dports/graphics/opencsg/OpenCSG-1.4.2/glew/auto/extensions/gl/
H A DGL_ARB_shader_objects45 …void glGetActiveUniformARB (GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei* leng…
52 GLint glGetUniformLocationARB (GLhandleARB programObj, const GLcharARB* name)
53 void glGetUniformfvARB (GLhandleARB programObj, GLint location, GLfloat* params)
54 void glGetUniformivARB (GLhandleARB programObj, GLint location, GLint* params)
55 void glLinkProgramARB (GLhandleARB programObj)
76 void glUseProgramObjectARB (GLhandleARB programObj)
77 void glValidateProgramARB (GLhandleARB programObj)
H A DGL_ARB_vertex_shader12 void glBindAttribLocationARB (GLhandleARB programObj, GLuint index, const GLcharARB* name)
13 …void glGetActiveAttribARB (GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei* lengt…
14 GLint glGetAttribLocationARB (GLhandleARB programObj, const GLcharARB* name)
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/glew/glew-1.9.0/auto/extensions/
H A DGL_ARB_shader_objects44 …void glGetActiveUniformARB (GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei* leng…
51 GLint glGetUniformLocationARB (GLhandleARB programObj, const GLcharARB* name)
52 void glGetUniformfvARB (GLhandleARB programObj, GLint location, GLfloat* params)
53 void glGetUniformivARB (GLhandleARB programObj, GLint location, GLint* params)
54 void glLinkProgramARB (GLhandleARB programObj)
75 void glUseProgramObjectARB (GLhandleARB programObj)
76 void glValidateProgramARB (GLhandleARB programObj)
H A DGL_ARB_vertex_shader11 void glBindAttribLocationARB (GLhandleARB programObj, GLuint index, const GLcharARB* name)
12 …void glGetActiveAttribARB (GLhandleARB programObj, GLuint index, GLsizei maxLength, GLsizei* lengt…
13 GLint glGetAttribLocationARB (GLhandleARB programObj, const GLcharARB* name)
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GL/ARB/
H A Dshader_objects.py68 def glGetActiveUniformARB(programObj,index,maxLength,length,size,type,name):pass argument
89 def glGetUniformLocationARB(programObj,name):pass argument
92 def glGetUniformfvARB(programObj,location,params):pass argument
95 def glGetUniformivARB(programObj,location,params):pass argument
98 def glLinkProgramARB(programObj):pass argument
161 def glUseProgramObjectARB(programObj):pass argument
164 def glValidateProgramARB(programObj):pass argument
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GL/ARB/
H A Dshader_objects.py68 def glGetActiveUniformARB(programObj,index,maxLength,length,size,type,name):pass argument
89 def glGetUniformLocationARB(programObj,name):pass argument
92 def glGetUniformfvARB(programObj,location,params):pass argument
95 def glGetUniformivARB(programObj,location,params):pass argument
98 def glLinkProgramARB(programObj):pass argument
161 def glUseProgramObjectARB(programObj):pass argument
164 def glValidateProgramARB(programObj):pass argument
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/graphics/
H A Dgropengl.h314 typedef void (* glLinkProgramARBProcPtr) (GLhandleARB programObj);
315 typedef void (* glUseProgramObjectARBProcPtr) (GLhandleARB programObj);
316 typedef void (* glValidateProgramARBProcPtr) (GLhandleARB programObj);
340 typedef GLint (* glGetUniformLocationARBProcPtr) (GLhandleARB programObj, const GLcharARB *name);
342 typedef void (* glGetUniformfvARBProcPtr) (GLhandleARB programObj, GLint location, GLfloat *params);
343 typedef void (* glGetUniformivARBProcPtr) (GLhandleARB programObj, GLint location, GLint *params);
354 typedef void (APIENTRYP PFNGLLINKPROGRAMARBPROC) (GLhandleARB programObj);
355 typedef void (APIENTRYP PFNGLUSEPROGRAMOBJECTARBPROC) (GLhandleARB programObj);
356 typedef void (APIENTRYP PFNGLVALIDATEPROGRAMARBPROC) (GLhandleARB programObj);
401 typedef GLint (* glGetAttribLocationARBProcPtr) (GLhandleARB programObj, const GLcharARB *name);
[all …]
/dports/emulators/mess/mame-mame0226/src/osd/modules/opengl/
H A Dgl_shader_tool.h145 typedef void (APIENTRYP PFNGLLINKPROGRAMARBPROC) (GLhandleARB programObj);
146 typedef void (APIENTRYP PFNGLVALIDATEPROGRAMARBPROC) (GLhandleARB programObj);
147 typedef void (APIENTRYP PFNGLUSEPROGRAMOBJECTARBPROC) (GLhandleARB programObj);
148 typedef GLint (APIENTRYP PFNGLGETUNIFORMLOCATIONARBPROC) (GLhandleARB programObj, const GLcharARB *…
/dports/emulators/mame/mame-mame0226/src/osd/modules/opengl/
H A Dgl_shader_tool.h145 typedef void (APIENTRYP PFNGLLINKPROGRAMARBPROC) (GLhandleARB programObj);
146 typedef void (APIENTRYP PFNGLVALIDATEPROGRAMARBPROC) (GLhandleARB programObj);
147 typedef void (APIENTRYP PFNGLUSEPROGRAMOBJECTARBPROC) (GLhandleARB programObj);
148 typedef GLint (APIENTRYP PFNGLGETUNIFORMLOCATIONARBPROC) (GLhandleARB programObj, const GLcharARB *…
/dports/games/evq3/evq3/code/renderer/
H A Dqgl.h158 extern void (APIENTRY * qglLinkProgramARB) (GLhandleARB programObj);
159 extern void (APIENTRY * qglUseProgramObjectARB) (GLhandleARB programObj);
160 extern void (APIENTRY * qglValidateProgramARB) (GLhandleARB programObj);
183 extern GLint(APIENTRY * qglGetUniformLocationARB) (GLhandleARB programObj, const GLcharARB…
184 extern void (APIENTRY * qglGetActiveUniformARB) (GLhandleARB programObj, GLuint index, GLsizei …
186 extern void (APIENTRY * qglGetUniformfvARB) (GLhandleARB programObj, GLint location, GLfloat * …
187 extern void (APIENTRY * qglGetUniformivARB) (GLhandleARB programObj, GLint location, GLint * pa…
191 extern void (APIENTRY * qglBindAttribLocationARB) (GLhandleARB programObj, GLuint index, const …
192 extern void (APIENTRY * qglGetActiveAttribARB) (GLhandleARB programObj, GLuint index, GLsizei m…
194 extern GLint(APIENTRY * qglGetAttribLocationARB) (GLhandleARB programObj, const GLcharARB …
/dports/games/openarena/openarena-engine-source-0.8.8/code/renderer/
H A Dqgl.h52 extern GLvoid (APIENTRYP qglLinkProgramARB) (GLhandleARB programObj);
53 extern GLvoid (APIENTRYP qglUseProgramObjectARB) (GLhandleARB programObj);
54 extern GLvoid (APIENTRYP qglValidateProgramARB) (GLhandleARB programObj);
79 extern GLint (APIENTRYP qglGetUniformLocationARB) (GLhandleARB programObj, const GLcharARB *name);
80 extern GLvoid (APIENTRYP qglGetActiveUniformARB) (GLhandleARB programObj, GLuint index, GLsizei max…
82 extern GLvoid (APIENTRYP qglGetUniformfvARB) (GLhandleARB programObj, GLint location, GLfloat *para…
83 extern GLvoid (APIENTRYP qglGetUniformivARB) (GLhandleARB programObj, GLint location, GLint *params…
126 extern GLvoid (APIENTRYP qglBindAttribLocationARB) (GLhandleARB programObj, GLuint index, const GLc…
127 extern GLvoid (APIENTRYP qglGetActiveAttribARB) (GLhandleARB programObj, GLuint index, GLsizei maxL…
129 extern GLint (APIENTRYP qglGetAttribLocationARB) (GLhandleARB programObj, const GLcharARB *name);
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/renderer/
H A Dqgl.h52 extern GLvoid (APIENTRYP qglLinkProgramARB) (GLhandleARB programObj);
53 extern GLvoid (APIENTRYP qglUseProgramObjectARB) (GLhandleARB programObj);
54 extern GLvoid (APIENTRYP qglValidateProgramARB) (GLhandleARB programObj);
79 extern GLint (APIENTRYP qglGetUniformLocationARB) (GLhandleARB programObj, const GLcharARB *name);
80 extern GLvoid (APIENTRYP qglGetActiveUniformARB) (GLhandleARB programObj, GLuint index, GLsizei max…
82 extern GLvoid (APIENTRYP qglGetUniformfvARB) (GLhandleARB programObj, GLint location, GLfloat *para…
83 extern GLvoid (APIENTRYP qglGetUniformivARB) (GLhandleARB programObj, GLint location, GLint *params…
126 extern GLvoid (APIENTRYP qglBindAttribLocationARB) (GLhandleARB programObj, GLuint index, const GLc…
127 extern GLvoid (APIENTRYP qglGetActiveAttribARB) (GLhandleARB programObj, GLuint index, GLsizei maxL…
129 extern GLint (APIENTRYP qglGetAttribLocationARB) (GLhandleARB programObj, const GLcharARB *name);
/dports/games/0ad/0ad-0.0.23b-alpha/source/lib/external_libraries/
H A Dglext_funcs.h226 FUNC2(void, glLinkProgramARB, glLinkProgram, "2.0", (GLhandleARB programObj))
227 FUNC2(void, glUseProgramObjectARB, glUseProgram, "2.0", (GLhandleARB programObj))
228 FUNC2(void, glValidateProgramARB, glValidateProgram, "2.0", (GLhandleARB programObj))
255 FUNC2(GLint, glGetUniformLocationARB, glGetUniformLocation, "2.0", (GLhandleARB programObj, const c…
256 FUNC2(void, glGetActiveUniformARB, glGetActiveUniform, "2.0", (GLhandleARB programObj, GLuint index…
257 FUNC2(void, glGetUniformfvARB, glGetUniformfv, "2.0", (GLhandleARB programObj, GLint location, GLfl…
258 FUNC2(void, glGetUniformivARB, glGetUniformiv, "2.0", (GLhandleARB programObj, GLint location, GLin…
301 FUNC2(void, glBindAttribLocationARB, glBindAttribLocation, "2.0", (GLhandleARB programObj, GLuint i…
302 FUNC2(void, glGetActiveAttribARB, glGetActiveAttrib, "2.0", (GLhandleARB programObj, GLuint index, …
303 FUNC2(GLint, glGetAttribLocationARB, glGetAttribLocation, "2.0", (GLhandleARB programObj, const cha…
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dglquake.h745 extern void (GLAPIENTRY *qglLinkProgramARB)(GLhandleARB programObj);
746 extern void (GLAPIENTRY *qglUseProgramObjectARB)(GLhandleARB programObj);
747 extern void (GLAPIENTRY *qglValidateProgramARB)(GLhandleARB programObj);
771 extern GLint (GLAPIENTRY *qglGetUniformLocationARB)(GLhandleARB programObj, const GLcharARB *name);
772 extern void (GLAPIENTRY *qglGetActiveUniformARB)(GLhandleARB programObj, GLuint index, GLsizei maxL…
773 extern void (GLAPIENTRY *qglGetUniformfvARB)(GLhandleARB programObj, GLint location, GLfloat *param…
774 extern void (GLAPIENTRY *qglGetUniformivARB)(GLhandleARB programObj, GLint location, GLint *params);
857 extern void (GLAPIENTRY *qglBindAttribLocationARB)(GLhandleARB programObj, GLuint index, const GLch…
858 extern void (GLAPIENTRY *qglGetActiveAttribARB)(GLhandleARB programObj, GLuint index, GLsizei maxLe…
859 extern GLint (GLAPIENTRY *qglGetAttribLocationARB)(GLhandleARB programObj, const GLcharARB *name);

12345678910>>...18