Lines Matching defs:texture_format
2095 * @param texture_format Format to be used for texture storage.
2110 glw::GLenum texture_internalformat, glw::GLenum texture_format,
2153 texture_format, texture_type, DE_NULL); /* pixels */
2166 texture_format, texture_type, DE_NULL); /* pixels */
2183 texture_format, texture_type, DE_NULL); /* pixels */
2228 texture_format, texture_type, DE_NULL); /* pixels */
2241 texture_format, texture_type, DE_NULL); /* pixels */
3788 GL_NONE, /* texture_format - not needed for immutable texture objects */
3900 GL_NONE, /* texture_format - not needed for immutable texture objects */
7507 _format texture_format = TextureViewUtilities::getFormatOfInternalformat(texture_internalformat);
7580 (texture_format == FORMAT_SNORM) ?
7582 (texture_format == FORMAT_FLOAT) ? GL_FLOAT : GL_UNSIGNED_BYTE,