Searched refs:iPixelType (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dwin32_glx.c60 if (visual->iPixelType == PFD_TYPE_COLORINDEX
74 if (visual->iPixelType == PFD_TYPE_RGBA)
85 *value = visual->iPixelType == PFD_TYPE_RGBA;
154 pfd.iPixelType = PFD_TYPE_COLORINDEX;
172 pfd.iPixelType = PFD_TYPE_RGBA;
249 if (match->iPixelType == PFD_TYPE_COLORINDEX
H A Dwin32_x11.c53 pfd.iPixelType == PFD_TYPE_COLORINDEX))
73 if (pfd.iPixelType == PFD_TYPE_RGBA) {
H A Dglut_cmap.c129 if (vi->dwFlags & PFD_NEED_PALETTE || vi->iPixelType == PFD_TYPE_COLORINDEX) {
/xsrc/external/mit/mesa-demos/dist/src/wgl/
H A Dwglinfo.c140 pfd.iPixelType = PFD_TYPE_RGBA;
321 visual_render_type_name(BYTE iPixelType) argument
323 switch (iPixelType) {
345 visual_render_type_name(info->pfd.iPixelType),
388 info->pfd.iPixelType == PFD_TYPE_RGBA ? 'r' : ' ',
389 info->pfd.iPixelType == PFD_TYPE_COLORINDEX ? 'c' : ' ',
427 visual_render_type_name(info->pfd.iPixelType),
504 info->pfd.iPixelType = PFD_TYPE_RGBA;
506 info->pfd.iPixelType = PFD_TYPE_COLORINDEX;
508 info->pfd.iPixelType
[all...]
H A Dsharedtex_mt.c153 pfd.iPixelType = PFD_TYPE_RGBA;
426 pfd.iPixelType = PFD_TYPE_RGBA;
H A Dwglthreads.c458 pfd.iPixelType = PFD_TYPE_RGBA;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_wgl.c162 if (ppfd->iPixelType != PFD_TYPE_RGBA)
H A Dstw_ext_pixelformat.c160 switch (pfi->pfd.iPixelType) {
H A Dstw_pixelformat.c165 pfi->pfd.iPixelType = PFD_TYPE_RGBA;
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/libgl-gdi/
H A Dstw_wgl.c153 if (ppfd->iPixelType != PFD_TYPE_RGBA)
/xsrc/external/mit/xorg-server/dist/hw/xwin/glx/
H A Dindirect.c229 ErrorF("iPixelType = %hu = %s\n", pfd->iPixelType,
230 (pfd->iPixelType ==
1654 pfd.iPixelType = PFD_TYPE_RGBA;
1660 pfd.iPixelType = PFD_TYPE_COLORINDEX;
1887 if (pfd.iPixelType == PFD_TYPE_COLORINDEX) {
1923 if (pfd.iPixelType == PFD_TYPE_COLORINDEX) {
1955 if (pfd.iPixelType == PFD_TYPE_COLORINDEX) {
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dindirect.c255 ErrorF("iPixelType = %hu = %s\n", pfd->iPixelType,
256 (pfd->iPixelType == PFD_TYPE_RGBA ? "PFD_TYPE_RGBA" : "PFD_TYPE_COLORINDEX"));
1596 pfd.iPixelType = PFD_TYPE_RGBA;
1795 if (pfd.iPixelType == PFD_TYPE_COLORINDEX)
1834 if (pfd.iPixelType == PFD_TYPE_COLORINDEX)
1865 if (pfd.iPixelType == PFD_TYPE_COLORINDEX)
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_ext_pixelformat.c160 switch (pfi->pfd.iPixelType) {
H A Dstw_pixelformat.c177 pfi->pfd.iPixelType = PFD_TYPE_RGBA;
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/wgl/
H A Degl_wgl.c72 if (stw_config->pfd.iPixelType != PFD_TYPE_RGBA)

Completed in 67 milliseconds