Searched defs:errPos (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Darb_program_shader.c3599 GLint errPos; local
3913 gl_info->gl_ops.gl.p_glGetIntegerv(GL_PROGRAM_ERROR_POSITION_ARB, &errPos);
3914 if (errPos != -1)
3917 errPos, debugstr_a((const char *)gl_info->gl_ops.gl.p_glGetString(GL_PROGRAM_ERROR_STRING_ARB)));
4186 GLint errPos; local
4311 gl_info->gl_ops.gl.p_glGetIntegerv(GL_PROGRAM_ERROR_POSITION_ARB, &errPos);
4312 if (errPos != -1)
4315 errPos, debugstr_a((const char *)gl_info->gl_ops.gl.p_glGetString(GL_PROGRAM_ERROR_STRING_ARB)));
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Darb_program_shader.c3338 GLint errPos; local
3629 glGetIntegerv(GL_PROGRAM_ERROR_POSITION_ARB, &errPos);
3630 if (errPos != -1)
3633 errPos, debugstr_a((const char *)glGetString(GL_PROGRAM_ERROR_STRING_ARB)));
3924 GLint errPos; local
4040 glGetIntegerv(GL_PROGRAM_ERROR_POSITION_ARB, &errPos);
4041 if (errPos != -1)
4044 errPos, debugstr_a((const char *)glGetString(GL_PROGRAM_ERROR_STRING_ARB)));

Completed in 80 milliseconds