Lines Matching defs:data
76 /* Source and expected data */
212 /* Texture format descriptor. Maps texture format with output channel descriptors, source data and sampler descriptor */
1299 /** Extracts value of each channel from source data of given format
1736 /* If expected data is hardcoded just copy data to low and top */
2584 /* Storage for image data */
2587 /* Get image data */
2722 const glw::GLvoid* data = 0;
2732 data = (const glw::GLubyte*)rgba32ui;
2744 texture_format.m_format, texture_format.m_type, data);
3664 * @param data Image contents
3668 const glw::GLubyte* data)
3680 const glw::GLuint* image = (glw::GLuint*)data;
4166 * @param data Image contents
4170 const glw::GLubyte* data)
4185 const glw::GLvoid* pointer = data + offset;