Lines Matching refs:format
1316 glw::GLenum format, glw::GLenum type,
1320 glw::GLenum format, glw::GLenum type,
1328 bool TestClearNamedBufferData(glw::GLenum internalformat, glw::GLsizei count, glw::GLenum format, glw::GLenum type,
1332 void ClearNamedBuffer(glw::GLuint buffer, glw::GLenum internalformat, glw::GLsizei size, glw::GLenum format,
1828 * internal format is not one of the valid sized internal formats listed in
1837 * format is not a valid format, or type is not a valid type.
1844 * internal format is not one of the valid sized internal formats listed in
1849 * per-element for the internal format specified by internal format. This
1851 * internal format from the table by the size of the base type from the
1864 * format is not a valid format, or type is not a valid type.
1977 glw::GLenum format, glw::GLenum type,
1981 glw::GLenum format, glw::GLenum type,
2127 glw::GLenum format, glw::GLenum type,
2131 glw::GLenum format, glw::GLenum type,
2853 * the preferred pixel data format for the framebuffer object.
3726 bool PrepareRenderbuffer(StorageTest::RenderbufferInternalFormatConfiguration format, glw::GLuint width,
3729 bool Check(StorageTest::RenderbufferInternalFormatConfiguration format, glw::GLuint width, glw::GLuint height);
3808 bool PrepareRenderbuffer(StorageMultisampleTest::RenderbufferInternalFormatConfiguration format, glw::GLuint width,
3813 bool Check(StorageMultisampleTest::RenderbufferInternalFormatConfiguration format, glw::GLuint width,
3935 * color-renderable, depth-renderable, or stencil-renderable format.
3939 * unsigned integer format and samples is greater than the value of
5179 glw::GLsizei width, glw::GLsizei height, glw::GLsizei depth, glw::GLenum format,
5351 const glw::GLuint depth, const glw::GLenum format, const glw::GLenum type,
5509 * point internal format and with size 2x3 pixels
5828 * format and R8 internal format.
5830 * Create framebuffer 2x3 pixels of size with the same internal format as
5831 * textures but RGBA format.
6087 * internalformat is not a valid sized internal format.
6104 * internalformat is not a valid sized internal format.
6127 * stencil-renderable format.
6150 * internalformat is not a valid sized internal format.
6174 * stencil-renderable format.
6238 * Check that INVALID_ENUM is generated by TextureSubImage1D if format is
6239 * not an accepted format constant.
6260 * UNSIGNED_SHORT_5_6_5, or UNSIGNED_SHORT_5_6_5_REV and format is not RGB.
6266 * or UNSIGNED_INT_2_10_10_10_REV and format is neither RGBA nor BGRA.
6286 * Check that INVALID_ENUM is generated by TextureSubImage2D if format is
6287 * not an accepted format constant.
6307 * UNSIGNED_SHORT_5_6_5, or UNSIGNED_SHORT_5_6_5_REV and format is not RGB.
6313 * UNSIGNED_INT_2_10_10_10_REV and format is neither RGBA
6334 * Check that INVALID_ENUM is generated by TextureSubImage3D if format is
6335 * not an accepted format constant.
6359 * UNSIGNED_SHORT_5_6_5, or UNSIGNED_SHORT_5_6_5_REV and format is not RGB.
6365 * or UNSIGNED_INT_2_10_10_10_REV and format is neither RGBA nor BGRA.
6388 * imageSize is not consistent with the format, dimensions, and contents of
6393 * internal format as specified in the specific texture compression
6418 * if format does not match the internal format of the texture image being
6419 * modified, since these commands do not provide for image format
6423 * imageSize is not consistent with the format, dimensions, and contents of
6448 * if format does not match the internal format of the texture image being
6449 * modified, since these commands do not provide for image format
6453 * imageSize is not consistent with the format, dimensions, and contents of
6798 * mismatches between format and the internal format of the texture image
6800 * - format is a color format (one of the formats in table 8.3 whose
6801 * target is the color buffer) and the base internal format of the
6802 * texture image is not a color format.
6803 * - format is DEPTH_COMPONENT and the base internal format is not
6805 * - format is DEPTH_STENCIL and the base internal format is not
6807 * - format is STENCIL_INDEX and the base internal format is not
6809 * - format is one of the integer formats in table 8.3 and the internal
6810 * format of the texture image is not integer, or format is not one of
6811 * the integer formats in table 8.3 and the internal format is integer.
6836 * format.
6888 * uncompressed internal format or on proxy targets.