Lines Matching defs:data
539 /** @brief Reference data selector.
544 * @return Reference data.
746 /** @brief Count of reference data to be teted.
756 /** @brief Size of reference data to be teted..
1090 /* Fetching data. */
1483 /** @brief Count of reference data to be teted.
1493 /** @brief Size of reference data to be teted.
1507 /** @brief Height, width or depth of reference data to be teted.
1816 glw::GLenum format, glw::GLenum type, const glw::GLvoid* data)
1825 gl.textureSubImage1D(texture, level, 0, width, format, type, data);
1828 gl.textureSubImage2D(texture, level, 0, 0, width, height, format, type, data);
1831 gl.textureSubImage3D(texture, level, 0, 0, 0, width, height, depth, format, type, data);
1859 gl.texSubImage1D(target, level, 0, width, format, type, data);
1862 gl.texSubImage2D(target, level, 0, 0, width, height, format, type, data);
1865 gl.texSubImage3D(target, level, 0, 0, 0, width, height, depth, format, type, data);
1929 /* Fetching data. */
2783 /** @brief Count of reference data to be teted.
2793 /** @brief Size of reference data to be teted.
2803 /** @brief Height, width or depth of reference data to be teted.
3177 /** @brief Prepare texture data for input texture.
3185 const glw::GLvoid* data)
3195 gl.texImage2D(InputTextureTarget(), 0, internal_format, width, height, 0, format, type, data);
3198 gl.texImage3D(InputTextureTarget(), 0, internal_format, width, height, depth, 0, format, type, data);
3243 /* Fetching data fro auxiliary texture. */
4203 /* Compressed m_reference data for unsupported compression formats */
4626 /* Test texture (for data upload). */
4658 /** @brief Prepare texture data for the auxiliary texture.
4684 /** @brief Prepare texture data for the auxiliary texture.
4711 /** @brief Prepare texture data for the auxiliary texture.
4738 /** @brief Prepare texture data for the auxiliary texture.
4755 /** @brief Prepare texture data for the auxiliary texture.
4772 /** @brief Prepare texture data for the auxiliary texture.
4789 /** @brief Prepare texture data for the compressed texture.
4813 Only implementation depended specific internalformats may provide this functionality. As a result there may be no reference data to be substituted.
4834 /** @brief Prepare texture data for the compressed texture.
4874 /** @brief Prepare texture data for the compressed texture.
4920 const unsigned char *data;
4995 /** @brief Prepare the reference data.
5007 /* Using OpenGL to compress raw data. */
5021 * and we upload compressed data directly */
5038 memcpy(m_reference, compressed_images[i].data, compressed_texture_size);
5039 memcpy(m_compressed_texture_data, compressed_images[i].data, compressed_texture_size);
5079 // The compressed data sent by CompressedTexImage will be stored uncompressed by the driver
5082 // and destination (from glGetCompressedTexImage) compressed data to be different.
5267 << tcu::TestLog::Message << "glCompressedTextureSubImage*D created texture with data "
5268 << DataToString(m_reference_size, m_reference) << " however texture contains data "
5319 << tcu::TestLog::Message << "glCompressedTextureSubImage3D created texture with data "
5321 << " however texture contains data "
5354 /* Setup data with CompressedTextureSubImage<D>D function and check for errors. */
5362 /* If compressed reference data was generated than compare values. */
5400 /* Reference data storage. */
5429 /** @brief Convert raw data into string for logging purposes.
5431 * @param [in] count Count of the data.
5432 * @param [in] data Raw data.
5434 * @return String representation of data.
5436 std::string CompressedSubImageTest::DataToString(glw::GLuint count, const glw::GLubyte data[])
5444 int_sstream << unsigned(data[i]);
5560 /** Reference data. */
5583 /** Reference data parameters. */
6050 << tcu::TestLog::Message << "glCopyTextureSubImage*D created texture with data "
6051 << DataToString(size, s_texture_data) << " however texture contains data "
6062 /** @brief Convert raw data into string for logging purposes.
6064 * @param [in] count Count of the data.
6065 * @param [in] data Raw data.
6067 * @return String representation of data.
6069 std::string CopyTest::DataToString(glw::GLuint count, const glw::GLubyte data[])
6077 int_sstream << unsigned(data[i]);
6189 /** Reference data. */
6212 /** Reference data parameters. */
7288 /* Fetch data. */
7350 /** Reference data. */
7366 /** Reference data parameters. */
7788 << tcu::TestLog::Message << "Framebuffer data " << DataToString(s_texture_count_rgba, m_result)
7851 /** @brief Convert raw data into string for logging purposes.
7853 * @param [in] count Count of the data.
7854 * @param [in] data Raw data.
7856 * @return String representation of data.
7858 std::string BindUnitTest::DataToString(glw::GLuint count, const glw::GLubyte data[])
7866 int_sstream << unsigned(data[i]);
7883 /** Reference data and parameters. */
7952 /** Reference data. */
7960 /** Reference data (compressed). */
7964 /** Reference data parameters. */
8138 /** @brief Convert raw data into string for logging purposes.
8140 * @param [in] count Count of the data.
8141 * @param [in] data Raw data.
8143 * @return String representation of data.
8145 std::string GetImageTest::DataToString(glw::GLuint count, const glw::GLubyte data[])
8153 int_sstream << unsigned(data[i]);
8182 /** Reference data. */
8205 /** Reference data parameters. */
8587 static const glw::GLubyte data[4] = { 1, 2, 3, 4 };
8588 static const glw::GLuint data_size = sizeof(data);
8602 gl.namedBufferData(buffer, data_size, data, GL_STATIC_COPY);
8740 static const glw::GLubyte data[4] = { 1, 2, 3, 4 };
8741 static const glw::GLuint data_size = sizeof(data);
8755 gl.namedBufferData(buffer, data_size, data, GL_STATIC_COPY);
10285 and the buffer object's data store is currently mapped. */
10297 "the buffer object's data store is currently mapped.");
10309 and the data would be unpacked from the buffer object such that the
10310 memory reads required would exceed the data store size. */
10319 "data would be unpacked from the buffer object such that the memory reads required "
10320 "would exceed the data store size.");
10525 and the buffer object's data store is currently mapped. */
10538 "the buffer object's data store is currently mapped.");
10550 and the data would be unpacked from the buffer object such that the
10551 memory reads required would exceed the data store size. */
10560 "data would be unpacked from the buffer object such that the memory reads required "
10561 "would exceed the data store size.");
10779 and the buffer object's data store is currently mapped. */
10792 "the buffer object's data store is currently mapped.");
10804 and the data would be unpacked from the buffer object such that the
10805 memory reads required would exceed the data store size. */
10814 "data would be unpacked from the buffer object such that the memory reads required "
10815 "would exceed the data store size.");
10895 the specified compressed image data. */
10902 "specified compressed image data.");
10907 target and the buffer object's data store is currently mapped. */
10920 "and the buffer object's data store is currently mapped.");
10932 target and the data would be unpacked from the buffer object such that
10933 the memory reads required would exceed the data store size. */
10943 "the buffer object's data store is currently mapped.");
11005 the specified compressed image data. */
11012 "specified compressed image data.");
11017 target and the buffer object's data store is currently mapped. */
11030 "and the buffer object's data store is currently mapped.");
11042 target and the data would be unpacked from the buffer object such that
11043 the memory reads required would exceed the data store size. */
11053 "the buffer object's data store is currently mapped.");
11137 the specified compressed image data. */
11144 "specified compressed image data.");
11149 target and the buffer object's data store is currently mapped. */
11163 "and the buffer object's data store is currently mapped.");
11175 target and the data would be unpacked from the buffer object such that
11176 the memory reads required would exceed the data store size. */
11186 "the buffer object's data store is currently mapped.");
11333 /** Reference data */
11356 /** Reference data parameters. */
12981 /** Reference data. */
12985 /** Reference data parameters. */
13087 /** Reference data. */
13091 /** Reference data parameters. */
13329 basic machine units needed to store in memory the GL data type
13338 "number of basic machine units needed to store in memory the GL data type "
13345 the buffer size required to store the requested data is greater than
13350 "the buffer size required to store the requested data is greater than bufSize.");
13380 MAP_PERSISTENT_BIT flag, and the buffer object's data store is currently
13393 "flag, and the buffer object's data store is currently mapped.");
13408 target and the data would be packed to the buffer object such that the
13409 memory writes required would exceed the data store size. */
13415 "a non-zero buffer object name is bound to the PIXEL_PACK_BUFFER target and the data "
13417 "exceed the data store size.");