Searched refs:render_type (Results 1 – 10 of 10) sorted by relevance
/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/src/glx/ |
D | dri_common.c | 466 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/ |
D | glxext.h | 539 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…
|
D | glx.h | 315 … (* PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext sha…
|
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/ |
D | glxext.h | 329 …( * PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext sha… 427 …ECONTEXTWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext sha…
|
D | glxew.h | 284 …( * 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/ |
D | realglx.h | 227 _real_glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXCont…
|
D | glxapi.c | 792 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()
|
D | fakeglx.c | 2539 Fake_glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXConte… in Fake_glXCreateContextWithConfigSGIX() argument
|
/external/mesa3d/include/GL/internal/ |
D | dri_interface.h | 670 int render_type,
|