/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/ |
D | gstglcontext_glx.c | 168 int val, render_type; in fb_config_to_structure() local 206 &render_type)) in fb_config_to_structure() 209 if (render_type & GLX_RGBA_BIT) { in fb_config_to_structure() 275 int fb_id, render_type; in gst_gl_context_glx_dump_fb_config() local 285 &render_type)) in gst_gl_context_glx_dump_fb_config() 335 if (render_type & GLX_RGBA_BIT) in gst_gl_context_glx_dump_fb_config() 337 if (render_type & GLX_COLOR_INDEX_BIT) in gst_gl_context_glx_dump_fb_config() 360 x_renderable ? "YES" : "NO", visual_type, visual_type_str, render_type, in gst_gl_context_glx_dump_fb_config() 388 if (render_type & GLX_RGBA_BIT) { in gst_gl_context_glx_dump_fb_config()
|
/third_party/selinux/checkpolicy/test/ |
D | dispol.c | 57 static 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()
|
/third_party/mesa3d/src/glx/ |
D | dri_common.c | 431 dca->render_type = GLX_RGBA_TYPE; in dri_convert_glx_attribs() 462 dca->render_type = attribs[i * 2 + 1]; in dri_convert_glx_attribs() 490 dca->render_type = GLX_DONT_CARE; in dri_convert_glx_attribs() 549 if (dca->major_ver >= 3 && dca->render_type == GLX_COLOR_INDEX_TYPE) in dri_convert_glx_attribs()
|
D | dri_common.h | 72 uint32_t render_type; member
|
D | g_glxglvnddispatchfuncs.c | 199 int render_type, in dispatch_CreateContextWithConfigSGIX() argument 215 ret = pCreateContextWithConfigSGIX(dpy, config, render_type, share_list, direct); in dispatch_CreateContextWithConfigSGIX()
|
D | drisw_glx.c | 530 if (!validate_renderType_against_config(config_base, dca.render_type)) { in drisw_create_context_attribs() 573 pcp->base.renderType = dca.render_type; in drisw_create_context_attribs()
|
D | dri3_glx.c | 257 if (!validate_renderType_against_config(config_base, dca.render_type)) in dri3_create_context_attribs() 309 pcp->base.renderType = dca.render_type; in dri3_create_context_attribs()
|
D | dri2_glx.c | 206 if (!validate_renderType_against_config(config_base, dca.render_type)) in dri2_create_context_attribs() 258 pcp->base.renderType = dca.render_type; in dri2_create_context_attribs()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | GLX_SGIX_fbconfig.txt | 124 int render_type, 168 Accepted by the <render_type> parameter of glXCreateContextWithConfigSGIX: 484 int render_type, 491 - the render_type attribute for the context is supported by the 493 context was created with render_type GLX_RGBA_TYPE_SGIX, then 511 new context; BadValue if <render_type> does not refer to a valid
|
/third_party/openGLES/extensions/SGIX/ |
D | GLX_SGIX_fbconfig.txt | 124 int render_type, 168 Accepted by the <render_type> parameter of glXCreateContextWithConfigSGIX: 484 int render_type, 491 - the render_type attribute for the context is supported by the 493 context was created with render_type GLX_RGBA_TYPE_SGIX, then 511 new context; BadValue if <render_type> does not refer to a valid
|
/third_party/openGLES/api/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…
|
/third_party/skia/third_party/externals/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…
|
/third_party/skia/third_party/externals/opengl-registry/api/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…
|
/third_party/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… 762 …ECONTEXTWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext sha… 769 GLXContext glXCreateContextWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, int render_type, G…
|
D | glx.h | 297 … (* PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext sha…
|
/third_party/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.c | 741 glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext sh… in glXCreateContextWithConfigSGIX() argument 747 return t->CreateContextWithConfigSGIX(dpy, config, render_type, share_list, direct); in glXCreateContextWithConfigSGIX()
|
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/GL/ |
D | glxew.h | 281 …( * PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext sha… 897 …REATECONTEXTWITHCONFIGSGIXPROC) (Display* dpy, GLXFBConfig config, int render_type, GLXContext sha…
|
/third_party/openGLES/extensions/ARB/ |
D | GLX_ARB_create_context.txt | 321 int render_type, 328 GLX_RENDER_TYPE, render_type, 572 1) Why was the context creation parameter <render_type> folded into the
|
D | ARB_color_buffer_float.txt | 491 Accepted as values of the <render_type> arguments in the 882 ; if render_type is set to GLX_RGBA_FLOAT_TYPE_ARB, then a context that 911 Adds to the accepted values of the <render_type> argument 915 <render_type>
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | GLX_ARB_create_context.txt | 311 int render_type, 318 GLX_RENDER_TYPE, render_type, 562 1) Why was the context creation parameter <render_type> folded into the
|
D | ARB_color_buffer_float.txt | 481 Accepted as values of the <render_type> arguments in the 872 ; if render_type is set to GLX_RGBA_FLOAT_TYPE_ARB, then a context that 901 Adds to the accepted values of the <render_type> argument 905 <render_type>
|
/third_party/mesa3d/include/GL/internal/ |
D | dri_interface.h | 924 int render_type,
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_packed_float.txt | 101 Accepted as values of the <render_type> arguments in the 345 ; if render_type is set to GLX_RGBA_UNSIGNED_FLOAT_TYPE then a
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_packed_float.txt | 101 Accepted as values of the <render_type> arguments in the 345 ; if render_type is set to GLX_RGBA_UNSIGNED_FLOAT_TYPE then a
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 363 unsigned int render_type; in dri2_get_render_type_float() local 365 core->getConfigAttrib(config, __DRI_ATTRIB_RENDER_TYPE, &render_type); in dri2_get_render_type_float() 366 *is_float = (render_type & __DRI_ATTRIB_FLOAT_BIT) ? true : false; in dri2_get_render_type_float()
|