|
ReactOS 0.4.17-dev-934-g091855f
|
#include <wined3d_gl.h>

Public Attributes | |
| struct wined3d_format | f |
| GLenum | vtx_type |
| GLint | vtx_format |
| GLint | internal |
| GLint | srgb_internal |
| GLint | rt_internal |
| GLint | format |
| GLint | type |
| GLenum | view_class |
Definition at line 1140 of file wined3d_gl.h.
| struct wined3d_format wined3d_format_gl::f |
Definition at line 1142 of file wined3d_gl.h.
Referenced by create_and_bind_fbo_attachment(), init_format_texture_info(), texture2d_read_from_framebuffer(), wined3d_context_gl_load_numbered_arrays(), wined3d_texture_gl_download_data(), wined3d_texture_gl_download_data_slow_path(), and wined3d_unordered_access_view_gl_clear().
| GLint wined3d_format_gl::format |
Definition at line 1150 of file wined3d_gl.h.
Referenced by apply_format_fixups(), create_and_bind_fbo_attachment(), init_format_filter_info(), init_format_texture_info(), init_format_vertex_info(), texture2d_read_from_framebuffer(), wined3d_texture_gl_download_data(), wined3d_texture_gl_download_data_slow_path(), wined3d_texture_gl_prepare_texture(), wined3d_texture_gl_upload_bo(), and wined3d_unordered_access_view_gl_clear().
| GLint wined3d_format_gl::internal |
Definition at line 1147 of file wined3d_gl.h.
Referenced by create_buffer_texture(), create_texture_view(), init_format_texture_info(), texture2d_blt_fbo(), wined3d_context_gl_bind_unordered_access_views(), wined3d_gl_get_internal_format(), wined3d_texture_gl_prepare_rb(), wined3d_texture_gl_set_compatible_renderbuffer(), and wined3d_unordered_access_view_gl_clear().
| GLint wined3d_format_gl::rt_internal |
Definition at line 1149 of file wined3d_gl.h.
Referenced by init_format_fbo_compat_info(), and wined3d_gl_get_internal_format().
| GLint wined3d_format_gl::srgb_internal |
Definition at line 1148 of file wined3d_gl.h.
Referenced by init_format_texture_info(), and wined3d_gl_get_internal_format().
| GLint wined3d_format_gl::type |
Definition at line 1151 of file wined3d_gl.h.
Referenced by create_and_bind_fbo_attachment(), texture2d_read_from_framebuffer(), wined3d_texture_gl_download_data(), wined3d_texture_gl_download_data_slow_path(), wined3d_texture_gl_prepare_texture(), wined3d_texture_gl_upload_bo(), and wined3d_unordered_access_view_gl_clear().
| GLenum wined3d_format_gl::view_class |
Definition at line 1153 of file wined3d_gl.h.
Referenced by lookup_gl_view_class(), wined3d_render_target_view_gl_cs_init(), and wined3d_shader_resource_view_gl_cs_init().
| GLint wined3d_format_gl::vtx_format |
Definition at line 1145 of file wined3d_gl.h.
Referenced by wined3d_context_gl_load_numbered_arrays().
| GLenum wined3d_format_gl::vtx_type |
Definition at line 1144 of file wined3d_gl.h.
Referenced by wined3d_context_gl_load_numbered_arrays().