Lines Matching refs:store

5083 				// To avoid that we will store both the source (in m_compressed_texture_data) and the destination
10285 and the buffer object's data store is currently mapped. */
10297 "the buffer object's data store is currently mapped.");
10310 memory reads required would exceed the data store size. */
10320 "would exceed the data store size.");
10329 store in memory a datum indicated by type. */
10338 "is not evenly divisible into the number of bytes needed to store in memory a datum "
10525 and the buffer object's data store is currently mapped. */
10538 "the buffer object's data store is currently mapped.");
10551 memory reads required would exceed the data store size. */
10561 "would exceed the data store size.");
10570 store in memory a datum indicated by type. */
10579 "is not evenly divisible into the number of bytes needed to store in memory a datum "
10779 and the buffer object's data store is currently mapped. */
10792 "the buffer object's data store is currently mapped.");
10805 memory reads required would exceed the data store size. */
10815 "would exceed the data store size.");
10824 store in memory a datum indicated by type. */
10833 "is not evenly divisible into the number of bytes needed to store in memory a datum "
10907 target and the buffer object's data store is currently mapped. */
10920 "and the buffer object's data store is currently mapped.");
10933 the memory reads required would exceed the data store size. */
10943 "the buffer object's data store is currently mapped.");
11017 target and the buffer object's data store is currently mapped. */
11030 "and the buffer object's data store is currently mapped.");
11043 the memory reads required would exceed the data store size. */
11053 "the buffer object's data store is currently mapped.");
11149 target and the buffer object's data store is currently mapped. */
11163 "and the buffer object's data store is currently mapped.");
11176 the memory reads required would exceed the data store size. */
11186 "the buffer object's data store is currently mapped.");
13136 char store[s_reference_size * 6 /* for cubemap */] = {};
13231 gl.getTextureImage(texture_2D_ms, 0, s_reference_format, s_reference_type, s_reference_size, store);
13239 gl.getTextureImage(texture_invalid, 0, s_reference_format, s_reference_type, s_reference_size, store);
13247 gl.getTextureImage(texture_cube, 0, s_reference_format, s_reference_type, s_reference_size * 6, store);
13254 gl.getTextureImage(texture_2D, -1, s_reference_format, s_reference_type, s_reference_size, store);
13257 gl.getTextureImage(texture_2D, max_level, s_reference_format, s_reference_type, s_reference_size, store);
13263 gl.getTextureImage(texture_rectangle, 1, s_reference_format, s_reference_type, s_reference_size, store);
13283 store);
13288 gl.getTextureImage(texture_2D, 0, GL_DEPTH_COMPONENT, s_reference_type, s_reference_size, store);
13293 gl.getTextureImage(texture_2D, 0, GL_DEPTH_STENCIL, GL_UNSIGNED_INT_24_8, s_reference_size, store);
13297 gl.getTextureImage(texture_2D, 0, GL_STENCIL_INDEX, s_reference_type, s_reference_size, store);
13302 gl.getTextureImage(texture_2D, 0, GL_RED_INTEGER, s_reference_type, s_reference_size, store);
13307 gl.getTextureImage(texture_2D_int, 0, GL_RED, s_reference_type, s_reference_size, store);
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
13348 s_reference_size - sizeof(s_reference_data[0]), store);
13350 "the buffer size required to store the requested data is greater than bufSize.");
13354 gl.getCompressedTextureImage(texture_invalid, 0, s_reference_size, store);
13361 gl.getCompressedTextureImage(texture_2D_compressed, -1, s_reference_size, store);
13365 gl.getCompressedTextureImage(texture_2D_compressed, max_level, s_reference_size, store);
13372 gl.getCompressedTextureImage(texture_2D, 0, s_reference_size, store);
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.");
13409 memory writes required would exceed the data store size. */
13417 "exceed the data store size.");