Searched refs:glGammaInternal (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dutils.c1244 if (format->glInternal != format->glGammaInternal)
1246 gl_info->gl_ops.gl.p_glTexImage2D(GL_TEXTURE_2D, 0, format->glGammaInternal, 16, 16, 0,
1348 if (format->glInternal != format->glGammaInternal)
1350 gl_info->gl_ops.ext.p_glGetInternalformativ(GL_TEXTURE_2D, format->glGammaInternal,
1446 format->glGammaInternal = format_texture_info[i].gl_srgb_internal;
1462 if (format->glGammaInternal != format->glInternal)
1464 query_format_flag(gl_info, format, format->glGammaInternal, GL_SRGB_READ,
1468 query_format_flag(gl_info, format, format->glGammaInternal, GL_SRGB_WRITE,
1474 format->glGammaInternal = format->glInternal;
1476 format->glInternal = format->glGammaInternal;
[all...]
H A Dsurface.c2593 internal = format->glGammaInternal;
2791 format->glGammaInternal = format->glInternal;
2953 internal = format->glGammaInternal;
H A Dwined3d_private.h3143 GLint glGammaInternal; member in struct:wined3d_format
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface.c854 internal = format_desc->glGammaInternal;
931 internal = format_desc->glGammaInternal;
1021 internal = format_desc->glGammaInternal;
H A Dutils.c1143 desc->glGammaInternal = format_texture_info[i].gl_srgb_internal;
H A Dwined3d_private.h3365 GLint glGammaInternal; member in struct:wined3d_format_desc
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h3406 GLint glGammaInternal; member in struct:wined3d_format_desc

Completed in 127 milliseconds