Searched refs:render_type (Results 1 - 25 of 27) sorted by relevance

12

/xsrc/external/mit/xorg-server/dist/glx/
H A Dcreatecontext.c67 validate_render_type(uint32_t render_type) argument
69 switch (render_type) {
90 uint32_t render_type = GLX_RGBA_TYPE; local in function:__glXDisp_CreateContextAttribsARB
191 render_type = attribs[2 * i + 1];
260 if (major_version >= 3 && render_type == GLX_COLOR_INDEX_TYPE)
263 if (!validate_render_type(render_type))
353 ctx->renderType = render_type;
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Ddri_common.h78 uint32_t *render_type, uint32_t *flags, unsigned *api,
H A Ddri_common.c425 uint32_t *render_type, uint32_t *flags, unsigned *api,
435 *render_type = GLX_RGBA_TYPE;
471 *render_type = attribs[i * 2 + 1];
568 if (*major_ver >= 3 && *render_type == GLX_COLOR_INDEX_TYPE) {
423 dri2_convert_glx_attribs(unsigned num_attribs,const uint32_t * attribs,unsigned * major_ver,unsigned * minor_ver,uint32_t * render_type,uint32_t * flags,unsigned * api,int * reset,int * release,unsigned * error) argument
H A Dg_glxglvnddispatchfuncs.c190 int render_type,
206 ret = (*pCreateContextWithConfigSGIX)(dpy, config, render_type, share_list, direct);
188 dispatch_CreateContextWithConfigSGIX(Display * dpy,GLXFBConfigSGIX config,int render_type,GLXContext share_list,Bool direct) argument
H A Ddri3_glx.c252 uint32_t render_type; local in function:dri3_create_context_attribs
258 &render_type, &flags, &api,
267 if (!validate_renderType_against_config(config_base, render_type))
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Ddri_common.h72 uint32_t render_type; member in struct:dri_ctx_attribs
H A Ddri_common.c431 dca->render_type = GLX_RGBA_TYPE;
462 dca->render_type = attribs[i * 2 + 1];
490 dca->render_type = GLX_DONT_CARE;
549 if (dca->major_ver >= 3 && dca->render_type == GLX_COLOR_INDEX_TYPE)
H A Ddri3_glx.c257 if (!validate_renderType_against_config(config_base, dca.render_type))
309 pcp->base.renderType = dca.render_type;
H A Ddrisw_glx.c530 if (!validate_renderType_against_config(config_base, dca.render_type)) {
573 pcp->base.renderType = dca.render_type;
H A Dg_glxglvnddispatchfuncs.c199 int render_type,
215 ret = pCreateContextWithConfigSGIX(dpy, config, render_type, share_list, direct);
197 dispatch_CreateContextWithConfigSGIX(Display * dpy,GLXFBConfigSGIX config,int render_type,GLXContext share_list,Bool direct) argument
H A Ddri2_glx.c206 if (!validate_renderType_against_config(config_base, dca.render_type))
258 pcp->base.renderType = dca.render_type;
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_glxext.c182 int render_type, GLXContext share_list,
194 return (*glXCreateContextWithConfig_ptr)(dpy, config, render_type,
199 return glXCreateContextWithConfigSGIX(dpy, config, render_type,
181 __glut_glXCreateContextWithConfigSGIX(Display * dpy,GLXFBConfigSGIX config,int render_type,GLXContext share_list,Bool direct) argument
H A Dglutint.h766 int render_type,
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dglxinfo.c90 int render_type; member in struct:visual_attribs
733 attribs->render_type = GLX_RGBA_BIT;
735 attribs->render_type = GLX_COLOR_INDEX_BIT;
850 glXGetFBConfigAttrib(dpy, fbconfig, GLX_RENDER_TYPE, &attribs->render_type);
890 if (attribs->render_type & GLX_RGBA_FLOAT_BIT_ARB) {
897 if (attribs->render_type & GLX_RGBA_UNSIGNED_FLOAT_BIT_EXT) {
932 visual_render_type_name(attribs->render_type),
987 (attribs->render_type & GLX_RGBA_BIT) ? 'r' : ' ',
988 (attribs->render_type & GLX_COLOR_INDEX_BIT) ? 'c' : ' ',
1030 visual_render_type_name(attribs->render_type),
[all...]
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dglxext.h121 typedef GLXContext ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
139 GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
746 typedef GLXContext ( *PFNGLXCREATECONTEXTWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
753 GLXContext glXCreateContextWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
H A Dglx.h302 typedef GLXContext (* PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dglxext.h121 typedef GLXContext ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
139 GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
762 typedef GLXContext ( *PFNGLXCREATECONTEXTWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
769 GLXContext glXCreateContextWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
H A Dglx.h297 typedef GLXContext (* PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
/xsrc/external/mit/libepoxy/src/
H A Dglx_generated.h500 typedef GLXContext (GLAPIENTRY *PFNGLXCREATECONTEXTWITHCONFIGSGIXPROC)(Display * dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
505 typedef GLXContext (GLAPIENTRY *PFNGLXCREATENEWCONTEXTPROC)(Display * dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
654 EPOXY_PUBLIC GLXContext (EPOXY_CALLSPEC *epoxy_glXCreateContextWithConfigSGIX)(Display * dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
664 EPOXY_PUBLIC GLXContext (EPOXY_CALLSPEC *epoxy_glXCreateNewContext)(Display * dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
H A Dglx_generated_dispatch.c4241 GEN_THUNKS_RET(GLXContext, glXCreateContextWithConfigSGIX, (Display * dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct), (dpy, config, render_type, share_list, direct))
4246 GEN_THUNKS_RET(GLXContext, glXCreateNewContext, (Display * dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct), (dpy, config, render_type, share_list, direct))
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dglxapi.c745 glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct) argument
751 return t->CreateContextWithConfigSGIX(dpy, config, render_type, share_list, direct);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dglxapi.c741 glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct) argument
747 return t->CreateContextWithConfigSGIX(dpy, config, render_type, share_list, direct);
/xsrc/external/mit/MesaLib.old/dist/include/GL/internal/
H A Ddri_interface.h934 int render_type,
/xsrc/external/mit/MesaLib/dist/include/GL/internal/
H A Ddri_interface.h926 int render_type,
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Degl_dri2.c363 unsigned int render_type; local in function:dri2_get_render_type_float
365 core->getConfigAttrib(config, __DRI_ATTRIB_RENDER_TYPE, &render_type);
366 *is_float = (render_type & __DRI_ATTRIB_FLOAT_BIT) ? true : false;

Completed in 65 milliseconds

12