Lines Matching full:param

146 	 *    limits of MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS and <param> is one of the
152 * limits of MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS and <param> is
228 typedef GLW_APICALL void (GLW_APIENTRY *GetIntegerIndexedvEXT_ProcAddress)(glw::GLenum param, glw::GLuint index, glw::GLint* values);
229 typedef GLW_APICALL void (GLW_APIENTRY *GetBooleanIndexedvEXT_ProcAddress)(glw::GLenum param, glw::GLuint index, glw::GLboolean* values);
1296 * @param [in] gl OpenGL Functions Access.
1297 * @param [in] log Log outut.
1298 * @param [in] geometry_shader_source Pointer to C string of the geometry shader or NULL if not used.
1299 * @param [in] tessellation_control_shader_source Pointer to C string of the tessellation control shader or NULL if not used.
1300 * @param [in] tessellation_evaluation_shader_source Pointer to C string of the tessellation evaluation shader or NULL if not used.
1301 * @param [in] vertex_shader_source Pointer to C string of the vertex shader or NULL if not used.
1302 * @param [in] geometry_shader_source Pointer to C string of the fragment shader or NULL if not used.
1303 * @param [in] transform_feedback_varyings C array of transform feedback varyings names.
1304 * @param [in] transform_feedback_varyings_count Count of transform feedback varyings names.
1305 * @param [in] transform_feedback_varyings_mode Transform feedback capture mode - GL_SEPARATE_ATTRIBS or GL_INTERLEAVED_ATTRIBS.
1306 * @param [in] do_not_detach Do not detach shaders - default is faulse.
1307 * @param [out] linking_status Return pointer to store linking status or NULL if not needed.
1322 * @param [in] source Source string.
1323 * @param [in] key Key, substring to be replaced.
1324 * @param [in] value Value, substring to be substituted in place of key.
1332 * @param [in] i Integer number.
1340 * @param [in] f Floating point number.