Home
last modified time | relevance | path

Searched refs:glType (Results 1 – 5 of 5) sorted by relevance

/reactos/dll/directx/wine/wined3d/
H A Dtexture.c549 texture->layer_count, 0, format->glFormat, format->glType, NULL));
555 width, height, 0, format->glFormat, format->glType, NULL);
1764 …ge2D(target, level, x, surface->texture_layer, update_w, 1, format->glFormat, format->glType, mem);
1771 …fo->gl_ops.gl.p_glTexSubImage1D(target, level, x, update_w, format->glFormat, format->glType, mem);
1828 format->glFormat, format->glType, mem);
2059 … internal, width, texture->layer_count, 0, format->glFormat, format->glType, NULL);
2065 internal, width, 0, format->glFormat, format->glType, NULL);
2153 TRACE("internal %#x, format %#x, type %#x.\n", internal, format->glFormat, format->glType);
2942 update_w, update_h, update_d, format->glFormat, format->glType, mem));
2975 format->glFormat, format->glType, data->addr);
[all …]
H A Dsurface.c669 surface, level, format->glFormat, format->glType, mem); in surface_download_data()
677 surface, level, format->glFormat, format->glType, mem); in surface_download_data()
679 gl_info->gl_ops.gl.p_glGetTexImage(target, level, format->glFormat, format->glType, mem); in surface_download_data()
889 update_w, update_h, format->glFormat, format->glType, addr); in wined3d_surface_upload_data()
895 layer, update_w, update_h, 1, format->glFormat, format->glType, addr)); in wined3d_surface_upload_data()
900 update_w, update_h, format->glFormat, format->glType, addr); in wined3d_surface_upload_data()
1654 texture->resource.format->glType, data.addr); in read_from_framebuffer()
H A Dview.c1042 offset, size, format->glFormat, format->glType, clear_value)); in wined3d_unordered_access_view_clear_uint()
H A Dutils.c2258 format->glFormat, format->glType); in check_fbo_compat()
2313 format->glFormat, format->glType); in check_fbo_compat()
2467 format->glFormat, format->glType); in check_fbo_compat()
2959 format->glType = format_texture_info[i].gl_type; in init_format_texture_info()
H A Dwined3d_private.h4339 GLint glType; member