Searched defs:gl_format (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dutils.c245 GLint gl_format; member in struct:wined3d_format_texture_info
1145 desc->glFormat = format_texture_info[i].gl_format;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dutils.c259 GLint gl_format; member in struct:wined3d_format_texture_info
599 gl_format gl_type conv_byte_count
1448 format->glFormat = format_texture_info[i].gl_format;
H A Ddevice.c4699 GLint gl_format = format->glFormat; local
4727 gl_info->gl_ops.gl.p_glTexImage2D(GL_TEXTURE_2D, 0, intfmt, width, height, 0, gl_format, type, mem);
H A Dsurface.c2431 GLenum gl_format = format->glFormat; local
2439 gl_format = GL_ALPHA;
2457 surface, surface->texture_level, gl_format, gl_type, mem);
2465 gl_format, gl_type, NULL);
2474 gl_format, gl_type, mem);

Completed in 100 milliseconds