Searched refs:attribute (Results 1 - 25 of 514) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dquery_renderer.c29 __glXQueryRendererInteger(struct glx_screen *psc, int attribute, argument
42 switch (attribute) {
67 err = psc->vtable->query_renderer_integer(psc, attribute, buffer);
80 int renderer, int attribute,
101 return __glXQueryRendererInteger(psc, attribute, value);
105 glXQueryCurrentRendererIntegerMESA(int attribute, unsigned int *value) argument
112 return __glXQueryRendererInteger(gc->psc, attribute, value);
116 __glXQueryRendererString(struct glx_screen *psc, int attribute) argument
127 switch (attribute) {
135 err = psc->vtable->query_renderer_string(psc, attribute,
79 glXQueryRendererIntegerMESA(Display * dpy,int screen,int renderer,int attribute,unsigned int * value) argument
140 glXQueryRendererStringMESA(Display * dpy,int screen,int renderer,int attribute) argument
165 glXQueryCurrentRendererStringMESA(int attribute) argument
[all...]
H A Ddri_common_query_renderer.c57 dri2_convert_glx_query_renderer_attribs(int attribute) argument
62 if (query_renderer_map[i].glx_attrib == attribute)
70 dri_convert_context_profile_bits(int attribute, unsigned int *value) argument
72 if (attribute == GLX_RENDERER_PREFERRED_PROFILE_MESA) {
81 dri2_query_renderer_integer(struct glx_screen *base, int attribute, argument
92 const int dri_attribute = dri2_convert_glx_query_renderer_attribs(attribute);
99 dri_convert_context_profile_bits(attribute, value);
105 dri2_query_renderer_string(struct glx_screen *base, int attribute, argument
114 const int dri_attribute = dri2_convert_glx_query_renderer_attribs(attribute);
124 dri3_query_renderer_integer(struct glx_screen *base, int attribute, argument
148 dri3_query_renderer_string(struct glx_screen * base,int attribute,const char ** value) argument
167 drisw_query_renderer_integer(struct glx_screen * base,int attribute,unsigned int * value) argument
191 drisw_query_renderer_string(struct glx_screen * base,int attribute,const char ** value) argument
[all...]
H A Ddri2_priv.h69 dri2_query_renderer_integer(struct glx_screen *base, int attribute,
73 dri2_query_renderer_string(struct glx_screen *base, int attribute,
H A Ddrisw_priv.h74 drisw_query_renderer_integer(struct glx_screen *base, int attribute,
77 drisw_query_renderer_string(struct glx_screen *base, int attribute,
H A Ddri3_priv.h128 dri3_query_renderer_integer(struct glx_screen *base, int attribute,
132 dri3_query_renderer_string(struct glx_screen *base, int attribute,
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dquery_renderer.c29 __glXQueryRendererInteger(struct glx_screen *psc, int attribute, argument
42 switch (attribute) {
67 err = psc->vtable->query_renderer_integer(psc, attribute, buffer);
80 int renderer, int attribute,
101 return __glXQueryRendererInteger(psc, attribute, value);
105 glXQueryCurrentRendererIntegerMESA(int attribute, unsigned int *value) argument
112 return __glXQueryRendererInteger(gc->psc, attribute, value);
116 __glXQueryRendererString(struct glx_screen *psc, int attribute) argument
127 switch (attribute) {
135 err = psc->vtable->query_renderer_string(psc, attribute,
79 glXQueryRendererIntegerMESA(Display * dpy,int screen,int renderer,int attribute,unsigned int * value) argument
140 glXQueryRendererStringMESA(Display * dpy,int screen,int renderer,int attribute) argument
165 glXQueryCurrentRendererStringMESA(int attribute) argument
[all...]
H A Ddri_common_query_renderer.c57 dri2_convert_glx_query_renderer_attribs(int attribute) argument
62 if (query_renderer_map[i].glx_attrib == attribute)
70 dri_convert_context_profile_bits(int attribute, unsigned int *value) argument
72 if (attribute == GLX_RENDERER_PREFERRED_PROFILE_MESA) {
81 dri2_query_renderer_integer(struct glx_screen *base, int attribute, argument
92 const int dri_attribute = dri2_convert_glx_query_renderer_attribs(attribute);
99 dri_convert_context_profile_bits(attribute, value);
105 dri2_query_renderer_string(struct glx_screen *base, int attribute, argument
114 const int dri_attribute = dri2_convert_glx_query_renderer_attribs(attribute);
124 dri3_query_renderer_integer(struct glx_screen *base, int attribute, argument
148 dri3_query_renderer_string(struct glx_screen * base,int attribute,const char ** value) argument
167 drisw_query_renderer_integer(struct glx_screen * base,int attribute,unsigned int * value) argument
191 drisw_query_renderer_string(struct glx_screen * base,int attribute,const char ** value) argument
[all...]
H A Ddri2_priv.h70 dri2_query_renderer_integer(struct glx_screen *base, int attribute,
74 dri2_query_renderer_string(struct glx_screen *base, int attribute,
H A Ddrisw_priv.h73 drisw_query_renderer_integer(struct glx_screen *base, int attribute,
76 drisw_query_renderer_string(struct glx_screen *base, int attribute,
H A Ddri3_priv.h138 dri3_query_renderer_integer(struct glx_screen *base, int attribute,
142 dri3_query_renderer_string(struct glx_screen *base, int attribute,
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnv10_xv_ovl.c137 * sets the attribute "attribute" of port "data" to value "value"
141 * @param attribute attribute to set
142 * @param value value to which attribute is to be set
143 * @param data port from which the attribute is to be set
146 * BadValue/BadMatch, if value/attribute are invalid
150 NV10SetOverlayPortAttribute(ScrnInfoPtr pScrn, Atom attribute, argument
155 if (attribute == xvBrightness) {
160 if (attribute
228 NV10GetOverlayPortAttribute(ScrnInfoPtr pScrn,Atom attribute,INT32 * value,pointer data) argument
[all...]
H A Dnv04_xv_ovl.c115 * sets the attribute "attribute" of port "data" to value "value"
119 * @param attribute attribute to set
120 * @param value value to which attribute is to be set
121 * @param data port from which the attribute is to be set
124 * BadValue/BadMatch, if value/attribute are invalid
128 NV04SetOverlayPortAttribute(ScrnInfoPtr pScrn, Atom attribute, argument
133 if (attribute == xvBrightness) {
138 if (attribute
165 NV04GetOverlayPortAttribute(ScrnInfoPtr pScrn,Atom attribute,INT32 * value,pointer data) argument
[all...]
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_utility.c258 int SISSetPortUtilAttribute(ScrnInfoPtr pScrn, Atom attribute,
260 int SISGetPortUtilAttribute(ScrnInfoPtr pScrn, Atom attribute,
2113 * Xv attribute interface *
2119 SISSetPortUtilAttribute(ScrnInfoPtr pScrn, Atom attribute, argument
2127 if(attribute == pSiS->xv_USD) {
2137 } else if(attribute == pSiS->xv_SVF) {
2145 } else if(attribute == pSiS->xv_CT1) {
2153 } else if(attribute == pSiS->xv_RDT) {
2160 } else if(attribute == pSiS->xv_TAF) {
2164 } else if(attribute
2428 SISGetPortUtilAttribute(ScrnInfoPtr pScrn,Atom attribute,INT32 * value,SISPortPrivPtr pPriv) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/glx/tests/
H A Dquery_renderer_implementation_unittest.cpp75 fake_queryInteger(__DRIscreen *screen, int attribute, unsigned int *val) argument
79 queryInteger_attribute = attribute;
82 switch (attribute) {
122 fake_queryString(__DRIscreen *screen, int attribute, const char **val) argument
126 queryString_attribute = attribute;
129 switch (attribute) {
189 * for each GLX attribute value.
254 * for each GLX attribute value.
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dquery_renderer_implementation_unittest.cpp77 fake_queryInteger(__DRIscreen *screen, int attribute, unsigned int *val) argument
81 queryInteger_attribute = attribute;
84 switch (attribute) {
124 fake_queryString(__DRIscreen *screen, int attribute, const char **val) argument
128 queryString_attribute = attribute;
131 switch (attribute) {
191 * for each GLX attribute value.
256 * for each GLX attribute value.
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_xvmc.h57 INT32 attribute; member in struct:__anond0e9487f0108
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyr_glamor_xv.c53 Atom attribute, int value, void *data)
55 return glamor_xv_set_port_attribute(data, attribute, (INT32)value);
60 Atom attribute, int *value, void *data)
62 return glamor_xv_get_port_attribute(data, attribute, (INT32 *)value);
52 ephyr_glamor_xv_set_port_attribute(KdScreenInfo * screen,Atom attribute,int value,void * data) argument
59 ephyr_glamor_xv_get_port_attribute(KdScreenInfo * screen,Atom attribute,int * value,void * data) argument
/xsrc/external/mit/MesaLib.old/dist/include/EGL/
H A Deglmesaext.h43 #define EGL_WAYLAND_Y_INVERTED_WL 0x31DB /* eglQueryWaylandBufferWL attribute */
55 EGLAPI EGLBoolean EGLAPIENTRY eglQueryWaylandBufferWL(EGLDisplay dpy, struct wl_resource *buffer, EGLint attribute, EGLint *value);
59 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYWAYLANDBUFFERWL) (EGLDisplay dpy, struct wl_resource *buffer, EGLint attribute, EGLint *value);
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_video_overlay.c155 DBG(("%s: set(%lx) to %d\n", __FUNCTION__, (long)attribute, (int)value));
156 if (attribute == xvBrightness) {
162 } else if (attribute == xvContrast) {
168 } else if (attribute == xvSaturation) {
174 } else if (attribute == xvPipe) {
182 } else if (attribute == xvAlwaysOnTop) {
186 } else if (attribute == xvGamma0 && HAS_GAMMA(sna)) {
188 } else if (attribute == xvGamma1 && HAS_GAMMA(sna)) {
190 } else if (attribute == xvGamma2 && HAS_GAMMA(sna)) {
192 } else if (attribute
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_video_overlay.c155 DBG(("%s: set(%lx) to %d\n", __FUNCTION__, (long)attribute, (int)value));
156 if (attribute == xvBrightness) {
162 } else if (attribute == xvContrast) {
168 } else if (attribute == xvSaturation) {
174 } else if (attribute == xvPipe) {
182 } else if (attribute == xvAlwaysOnTop) {
186 } else if (attribute == xvGamma0 && HAS_GAMMA(sna)) {
188 } else if (attribute == xvGamma1 && HAS_GAMMA(sna)) {
190 } else if (attribute == xvGamma2 && HAS_GAMMA(sna)) {
192 } else if (attribute
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_video_overlay.c133 Atom attribute, INT32 value, pointer data)
138 if (attribute == intel_xv_Brightness) {
143 } else if (attribute == intel_xv_Contrast) {
148 } else if (attribute == intel_xv_Saturation) {
152 } else if (attribute == intel_xv_Pipe) {
160 } else if (attribute == intel_xv_Gamma0 && (INTEL_INFO(intel)->gen >= 030)) {
162 } else if (attribute == intel_xv_Gamma1 && (INTEL_INFO(intel)->gen >= 030)) {
164 } else if (attribute == intel_xv_Gamma2 && (INTEL_INFO(intel)->gen >= 030)) {
166 } else if (attribute == intel_xv_Gamma3 && (INTEL_INFO(intel)->gen >= 030)) {
168 } else if (attribute
132 intel_video_overlay_set_port_attribute(ScrnInfoPtr scrn,Atom attribute,INT32 value,pointer data) argument
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_video_overlay.c133 Atom attribute, INT32 value, pointer data)
138 if (attribute == intel_xv_Brightness) {
143 } else if (attribute == intel_xv_Contrast) {
148 } else if (attribute == intel_xv_Saturation) {
152 } else if (attribute == intel_xv_Pipe) {
160 } else if (attribute == intel_xv_Gamma0 && (INTEL_INFO(intel)->gen >= 030)) {
162 } else if (attribute == intel_xv_Gamma1 && (INTEL_INFO(intel)->gen >= 030)) {
164 } else if (attribute == intel_xv_Gamma2 && (INTEL_INFO(intel)->gen >= 030)) {
166 } else if (attribute == intel_xv_Gamma3 && (INTEL_INFO(intel)->gen >= 030)) {
168 } else if (attribute
132 intel_video_overlay_set_port_attribute(ScrnInfoPtr scrn,Atom attribute,INT32 value,pointer data) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_query_renderer.spec63 int renderer, int attribute,
65 Bool glXQueryCurrentRendererIntegerMESA(int attribute, unsigned int *value);
68 int renderer, int attribute);
70 const char *glXQueryCurrentRendererStringMESA(int attribute);
74 Accepted as an <attribute> in glXQueryRendererIntegerMESA and
89 Accepted as an <attribute> in glXQueryRendererStringMESA and
107 int attribute, unsigned int *value);
109 can be used. The value for <attribute> will be returned in one or more
111 of each renderer attribute are listed in the table below.
113 GLX renderer attribute numbe
[all...]
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DMESA_query_renderer.spec63 int renderer, int attribute,
65 Bool glXQueryCurrentRendererIntegerMESA(int attribute, unsigned int *value);
68 int renderer, int attribute);
70 const char *glXQueryCurrentRendererStringMESA(int attribute);
74 Accepted as an <attribute> in glXQueryRendererIntegerMESA and
89 Accepted as an <attribute> in glXQueryRendererStringMESA and
107 int attribute, unsigned int *value);
109 can be used. The value for <attribute> will be returned in one or more
111 of each renderer attribute are listed in the table below.
113 GLX renderer attribute numbe
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/
H A Dattributes.c76 Status XvMCSetAttribute(Display *dpy, XvMCContext *context, Atom attribute, int value) argument
89 attr = XGetAtomName(dpy, attribute);
115 XVMC_MSG(XVMC_TRACE, "[XvMC] Set attribute %s to value %d.\n", attr, value);
121 Status XvMCGetAttribute(Display *dpy, XvMCContext *context, Atom attribute, int *value) argument
133 attr = XGetAtomName(dpy, attribute);
150 XVMC_MSG(XVMC_TRACE, "[XvMC] Got value %d for attribute %s.\n", *value, attr);

Completed in 20 milliseconds

1234567891011>>