Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Ddri_common.c466 uint32_t *render_type, uint32_t *flags, unsigned *api, in dri2_convert_glx_attribs() argument
475 *render_type = GLX_RGBA_TYPE; in dri2_convert_glx_attribs()
507 *render_type = attribs[i * 2 + 1]; in dri2_convert_glx_attribs()
586 if (*major_ver >= 3 && *render_type == GLX_COLOR_INDEX_TYPE) { in dri2_convert_glx_attribs()
Ddri_common.h80 uint32_t *render_type, uint32_t *flags, unsigned *api,
Ddri3_glx.c271 uint32_t render_type; in dri3_create_context_attribs() local
277 &render_type, &flags, &api, in dri3_create_context_attribs()
282 if (!validate_renderType_against_config(config_base, render_type)) in dri3_create_context_attribs()
Dg_glxglvnddispatchfuncs.c188 int render_type, in dispatch_CreateContextWithConfigSGIX() argument
204 ret = (*pCreateContextWithConfigSGIX)(dpy, config, render_type, share_list, direct); in dispatch_CreateContextWithConfigSGIX()
/external/selinux/checkpolicy/test/
Ddispol.c57 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/swiftshader/include/GL/
Dglxext.h123 … ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext sha…
141 GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share…
665 …ECONTEXTWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext sha…
672 GLXContext glXCreateContextWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, int render_type, G…
/external/mesa3d/include/GL/
Dglxext.h123 … ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext sha…
141 GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share…
729 …ECONTEXTWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext sha…
736 GLXContext glXCreateContextWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, int render_type, G…
Dglx.h302 … (* PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext sha…
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c746 glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext sh… in glXCreateContextWithConfigSGIX() argument
752 return t->CreateContextWithConfigSGIX(dpy, config, render_type, share_list, direct); in glXCreateContextWithConfigSGIX()
Dfakeglx.c2458 Fake_glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXConte… in Fake_glXCreateContextWithConfigSGIX() argument
/external/mesa3d/include/GL/internal/
Ddri_interface.h852 int render_type,