Lines Matching refs:format
730 GLenum format)
816 if (static_cast<GLenum>(i) != format)
819 << " should be " << format << tcu::TestLog::EndMessage;
7255 * Use RGBA8 format. All layers shall be tested.
8565 * layout(format) uniform gimage2D u_image;
8567 * where <format> is selected image format, <gimage2D> is type of 2D image
8568 * compatible with <format> and <u_image> is unique name of uniform.
8588 /** Details of image format
8947 /** Provide image format details for given index
8950 * @param out_details Image format detail instance
9358 // we set one bit in the exponent of each component of those pixel format
9666 << " Image format: " << format_details.m_image_format << " Original value: "
10788 << "BindImageTexture should generate INVALID_VALUE if <format> is not a legal format."