Searched refs:render_type (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/glx/ |
D | dri_common.c | 449 dca->render_type = GLX_RGBA_TYPE; in dri_convert_glx_attribs() 474 dca->render_type = attribs[i * 2 + 1]; in dri_convert_glx_attribs() 502 dca->render_type = GLX_DONT_CARE; in dri_convert_glx_attribs() 563 if (dca->major_ver >= 3 && dca->render_type == GLX_COLOR_INDEX_TYPE) in dri_convert_glx_attribs() 843 if (!validate_renderType_against_config(config_base, dca.render_type)) { in dri_create_context_attribs() 909 pcp->renderType = dca.render_type; in dri_create_context_attribs()
|
D | dri_common.h | 68 uint32_t render_type; member
|
D | g_glxglvnddispatchfuncs.c | 204 int render_type, in dispatch_CreateContextWithConfigSGIX() argument 220 ret = pCreateContextWithConfigSGIX(dpy, config, render_type, share_list, direct); in dispatch_CreateContextWithConfigSGIX()
|
/external/selinux/checkpolicy/test/ |
D | dispol.c | 102 static int render_type(uint32_t type, policydb_t * p, FILE * fp) in render_type() function 180 render_type(datum->data, p, fp); in render_av_rule() 186 render_type(datum->data, p, fp); in render_av_rule() 192 render_type(datum->data, p, fp); in render_av_rule()
|
/external/angle/include/GLX/ |
D | glxext.h | 102 … ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext sha… 120 GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share… 747 …ECONTEXTWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext sha… 754 GLXContext glXCreateContextWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, int render_type, G…
|
/external/mesa3d/include/GL/ |
D | glxext.h | 102 … ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext sha… 120 GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share… 747 …ECONTEXTWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext sha… 754 GLXContext glXCreateContextWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, int render_type, G…
|
D | glx.h | 297 … (* PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext sha…
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_streamcontentparser.h | 121 RenderType render_type);
|
D | cpdf_streamcontentparser.cpp | 1494 RenderType render_type) { in AddPathObject() argument 1541 bool bStroke = render_type == RenderType::kStroke; in AddPathObject()
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glxew.h | 281 …( * PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext sha… 1240 …REATECONTEXTWITHCONFIGSGIXPROC) (Display* dpy, GLXFBConfig config, int render_type, GLXContext sha…
|