Lines Matching defs:data
272 /** Verify if data stored in texture is as expected
281 * @return Returns true if data is as expected, false if not, throws an exception if error occurred.
314 GLubyte* exp_data = vecExpData.data();
315 GLubyte* out_data = vecOutData.data();
317 // Expected data is 255 because
698 /** Writing data to generated texture using compute shader
729 GLubyte* data = vecData.data();
731 deMemset(data, 255, texSize);
790 /** Verify if data stored in texture is as expected
799 * @return Returns true if data is as expected, false if not, throws an exception if error occurred.
829 GLubyte* exp_data = vecExpData.data();
830 GLubyte* out_data = vecOutData.data();
832 // Expected data is 255 because