Lines Matching defs:format
59 GLenum format, GLenum type, const void* data);
61 GLint border, GLenum format, GLenum type, const void* data);
63 GLsizei depth, GLint border, GLenum format, GLenum type, const void* data);
88 GLint border, GLenum format, GLenum type, const void* data)
90 gl.texImage2D(target, level, internalFormat, width, height, border, format, type, data);
95 GLsizei height, GLint border, GLenum format, GLenum type, const void* data)
98 texImage2D(target, level, internalFormat, width, height, border, format, type, data);
103 GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void* data)
106 gl.texImage3D(target, level, internalFormat, width, height, depth, border, format, type, data);
556 " renderable internal format",
949 // Change image format of attached texture -> incomplete_attachment
958 // Change image format (tex storage) -> complete
979 // Recreate image in wrong format, attach to color attachment -> incomplete_attachment
1014 // Change currently attached texture's format to compressed tex image -> incomplete_attachment (non color renderable)
1018 static const glw::GLubyte textureDataETC2[] = // 16x16 all black RGBA8 texture in ETC2 format
1058 // Rbo storage to non renderable format -> incomplete_attachment
1176 "Cube map attachment with images of same size, same format and square should be valid", // string description
1241 "Cube map with images of different sizes, same format and all square should"