Lines Matching defs:data
235 /** Set the uniform variable with provided data.
239 * @param data Data
241 void Utils::programInfo::setUniform(Utils::_variable_type type, const glw::GLchar* name, const glw::GLvoid* data)
245 const glw::GLfloat* f_data = (glw::GLfloat*)data;
246 const glw::GLint* i_data = (glw::GLint*)data;
247 const glw::GLuint* u_data = (glw::GLuint*)data;
258 /* Set data */
392 /* Defines data used as u1 and u2 uniforms */
499 /* Storage for image data */
502 /* Get image data */
506 /* Inspect data */
730 /* Defines data used as u1 and u2 uniforms */
756 * @param u1_data Pointer to data that will used as u1 uniform
757 * @param u2_data Pointer to data that will used as u2 uniform
859 /* Defines data used as u1 and u2 uniforms */