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

/external/mesa3d/src/glx/
H A Ddri_common.h80 uint32_t *render_type, uint32_t *flags, unsigned *api,
H A Ddri_common.c466 uint32_t *render_type, uint32_t *flags, unsigned *api,
475 *render_type = GLX_RGBA_TYPE;
507 *render_type = attribs[i * 2 + 1];
586 if (*major_ver >= 3 && *render_type == GLX_COLOR_INDEX_TYPE) {
464 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, unsigned *error) argument
H A Dg_glxglvnddispatchfuncs.c188 int render_type,
204 ret = (*pCreateContextWithConfigSGIX)(dpy, config, render_type, share_list, direct);
186 dispatch_CreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct) argument
H A Ddri3_glx.c271 uint32_t render_type; local
277 &render_type, &flags, &api,
282 if (!validate_renderType_against_config(config_base, render_type))
/external/selinux/checkpolicy/test/
H A Ddispol.c57 int render_type(uint32_t type, policydb_t * p, FILE * fp) function
135 render_type(datum->data, p, fp);
141 render_type(datum->data, p, fp);
147 render_type(datum->data, p, fp);
/external/mesa3d/include/GL/
H A Dglxext.h123 typedef GLXContext ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
141 GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
729 typedef GLXContext ( *PFNGLXCREATECONTEXTWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
736 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);
/external/swiftshader/include/GL/
H A Dglxext.h123 typedef GLXContext ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
141 GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);
665 typedef GLXContext ( *PFNGLXCREATECONTEXTWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
672 GLXContext glXCreateContextWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
/external/mesa3d/src/mesa/drivers/x11/
H A Dglxapi.c746 glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct) argument
752 return t->CreateContextWithConfigSGIX(dpy, config, render_type, share_list, direct);
H A Dfakeglx.c2458 Fake_glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct) argument
/external/mesa3d/include/GL/internal/
H A Ddri_interface.h852 int render_type,

Completed in 222 milliseconds