Searched refs:EXT_PALETTED_TEXTURE (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dwined3d_gl.h126 EXT_PALETTED_TEXTURE, enumerator in enum:wined3d_gl_extension
H A Dsurface.c924 * and EXT_PALETTED_TEXTURE is used in combination with texture
926 * EXT_PALETTED_TEXTURE doesn't work in combination with
930 && gl_info->supported[EXT_PALETTED_TEXTURE]
2699 blit_supported = gl_info->supported[EXT_PALETTED_TEXTURE] || gl_info->supported[ARB_FRAGMENT_PROGRAM];
6765 /* When EXT_PALETTED_TEXTURE is around, palette conversion is done by the GPU
6769 && gl_info->supported[EXT_PALETTED_TEXTURE])
6819 if (src_fixup == COMPLEX_FIXUP_P8 && gl_info->supported[EXT_PALETTED_TEXTURE])
H A Dtexture.c1185 * Second also don't use ARB_TEXTURE_RECTANGLE in case the surface format is P8 and EXT_PALETTED_TEXTURE
1186 * is used in combination with texture uploads (RTL_READTEX). The reason is that EXT_PALETTED_TEXTURE
1200 && !(desc->format == WINED3DFMT_P8_UINT && gl_info->supported[EXT_PALETTED_TEXTURE]
H A Dutils.c705 EXT_PALETTED_TEXTURE, NULL},
1797 if (gl_info->supported[EXT_PALETTED_TEXTURE] || gl_info->supported[ARB_FRAGMENT_PROGRAM])
H A Ddirectx.c183 {"GL_EXT_paletted_texture", EXT_PALETTED_TEXTURE },
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dtexture.c596 * Second also don't use ARB_TEXTURE_RECTANGLE in case the surface format is P8 and EXT_PALETTED_TEXTURE
597 * is used in combination with texture uploads (RTL_READTEX). The reason is that EXT_PALETTED_TEXTURE
610 && !(format_desc->format == WINED3DFMT_P8_UINT && gl_info->supported[EXT_PALETTED_TEXTURE]
H A Dsurface.c4621 /* Don't use ARB_TEXTURE_RECTANGLE in case the surface format is P8 and EXT_PALETTED_TEXTURE
4622 is used in combination with texture uploads (RTL_READTEX/RTL_TEXTEX). The reason is that EXT_PALETTED_TEXTURE
4627 && gl_info->supported[EXT_PALETTED_TEXTURE]
5464 /* When EXT_PALETTED_TEXTURE is around, palette conversion is done by the GPU
5467 if(fixup == COMPLEX_FIXUP_P8 && gl_info->supported[EXT_PALETTED_TEXTURE])
5537 if (src_fixup == COMPLEX_FIXUP_P8 && gl_info->supported[EXT_PALETTED_TEXTURE])
H A Dutils.c662 EXT_PALETTED_TEXTURE, NULL},
1432 if (gl_info->supported[EXT_PALETTED_TEXTURE] || gl_info->supported[ARB_FRAGMENT_PROGRAM])
H A Dwined3d_gl.h1839 EXT_PALETTED_TEXTURE, enumerator in enum:wined3d_gl_extension
4399 glColorTableEXT, EXT_PALETTED_TEXTURE, NULL) \
H A Ddirectx.c129 {"GL_EXT_paletted_texture", EXT_PALETTED_TEXTURE, 0 },
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Ddirectx.c138 {"GL_EXT_paletted_texture", EXT_PALETTED_TEXTURE, 0 },
H A Dwined3d_gl.h1844 EXT_PALETTED_TEXTURE, enumerator in enum:wined3d_gl_extension
4408 glColorTableEXT, EXT_PALETTED_TEXTURE, NULL) \

Completed in 294 milliseconds