/external/mesa3d/src/glx/ |
D | dri_common.c | 495 uint32_t *render_type, uint32_t *flags, unsigned *api, in dri2_convert_glx_attribs() argument 504 *render_type = GLX_RGBA_TYPE; in dri2_convert_glx_attribs() 537 *render_type = attribs[i * 2 + 1]; in dri2_convert_glx_attribs() 629 if (*major_ver >= 3 && *render_type == GLX_COLOR_INDEX_TYPE) { in dri2_convert_glx_attribs()
|
D | dri_common.h | 80 uint32_t *render_type, uint32_t *flags, unsigned *api,
|
D | dri3_glx.c | 252 uint32_t render_type; in dri3_create_context_attribs() local 258 &render_type, &flags, &api, in dri3_create_context_attribs() 263 if (!validate_renderType_against_config(config_base, render_type)) in dri3_create_context_attribs()
|
D | g_glxglvnddispatchfuncs.c | 190 int render_type, in dispatch_CreateContextWithConfigSGIX() argument 206 ret = (*pCreateContextWithConfigSGIX)(dpy, config, render_type, share_list, direct); in dispatch_CreateContextWithConfigSGIX()
|
/external/selinux/checkpolicy/test/ |
D | dispol.c | 57 int render_type(uint32_t type, policydb_t * p, FILE * fp) in render_type() function 135 render_type(datum->data, p, fp); in render_av_rule() 141 render_type(datum->data, p, fp); in render_av_rule() 147 render_type(datum->data, p, fp); in render_av_rule()
|
/external/mesa3d/include/GL/ |
D | glxext.h | 121 … ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext sha… 139 GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share… 732 …ECONTEXTWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext sha… 739 GLXContext glXCreateContextWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, int render_type, G…
|
D | glx.h | 302 … (* PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext sha…
|
/external/swiftshader/include/GL/ |
D | glxext.h | 121 … ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext sha… 139 GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share… 746 …ECONTEXTWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext sha… 753 GLXContext glXCreateContextWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, int render_type, G…
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.c | 745 glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext sh… in glXCreateContextWithConfigSGIX() argument 751 return t->CreateContextWithConfigSGIX(dpy, config, render_type, share_list, direct); in glXCreateContextWithConfigSGIX()
|
D | fakeglx.c | 2452 Fake_glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXConte… in Fake_glXCreateContextWithConfigSGIX() argument
|
/external/mesa3d/include/GL/internal/ |
D | dri_interface.h | 870 int render_type,
|