Lines Matching defs:data
257 /** Get texture data
261 * @param format Format of data
262 * @param type Type of data
263 * @param out_data Buffer for data
282 * @param format Format of data
283 * @param type Type of data
284 * @param pixels Buffer with image data
1720 //Checking if written data into not committed region generates no error
1725 //Checking if written data into committed region is as expected
1889 /** Writing data to generated texture
1922 GLubyte* data = vecData.data();
1924 deMemset(data, 16 + 16 * level, texSize);
1927 transferFormat.dataType, (GLvoid*)data);
1934 /** Verify if data stored in texture is as expected
1942 * @return Returns true if data is as expected, false if not, throws an exception if error occurred.
1978 GLubyte* exp_data = vecExpData.data();
1979 GLubyte* out_data = vecOutData.data();
2016 GLubyte* exp_data = vecExpData.data();
2017 GLubyte* out_data = vecOutData.data();
2375 //Checking if written data into committed region is as expected