Home
last modified time | relevance | path

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

/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/mesa3d/src/glx/
Ddri_common.c466 int render_type = GLX_RGBA_TYPE; in dri2_convert_glx_attribs() local
500 render_type = attribs[i * 2 + 1]; in dri2_convert_glx_attribs()
571 if (*major_ver >= 3 && render_type == GLX_COLOR_INDEX_TYPE) { in dri2_convert_glx_attribs()
/external/mesa3d/include/GL/
Dglxext.h539 extern GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContex…
558 …( * PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext sha…
685 …CreateContextWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext sha…
692 …ECONTEXTWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext sha…
Dglx.h315 … (* PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext sha…
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
Dglxext.h329 …( * PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext sha…
427 …ECONTEXTWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext sha…
Dglxew.h284 …( * PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext sha…
1065 …REATECONTEXTWITHCONFIGSGIXPROC) (Display* dpy, GLXFBConfig config, int render_type, GLXContext sha…
/external/mesa3d/src/mesa/drivers/x11/
Drealglx.h227 _real_glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXCont…
Dglxapi.c792 glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext sh… in glXCreateContextWithConfigSGIX() argument
798 return (t->CreateContextWithConfigSGIX)(dpy, config, render_type, share_list, direct); in glXCreateContextWithConfigSGIX()
Dfakeglx.c2539 Fake_glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXConte… in Fake_glXCreateContextWithConfigSGIX() argument
/external/mesa3d/include/GL/internal/
Ddri_interface.h670 int render_type,