Lines Matching defs:texture_format
2718 const _texture_format& texture_format = texture_formats[format_idx];
2729 switch (texture_format.m_internal_format)
2744 texture_format.m_format, texture_format.m_type, data);
3447 const _texture_format& texture_format = texture_formats[format_idx];
3451 const glw::GLenum format = texture_format.m_format;
3453 const glw::GLenum internal_format = texture_format.m_internal_format;
3456 const glw::GLenum type = texture_format.m_type;
3553 if (texture_format.m_ds_mode == GL_STENCIL_INDEX)
3555 gl.texParameteri(target, GL_DEPTH_STENCIL_TEXTURE_MODE, texture_format.m_ds_mode);