HomeSort by: relevance | last modified time | path
    Searched defs:num_props (Results 1 - 20 of 20) sorted by relevancy

  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_kms.h 80 int num_props; member in struct:__anon9165
  /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
stroke.h 110 int num_props; /* no. of font properties */ member in struct:__anon25
  /xsrc/external/mit/fslsfonts/dist/
fslsfonts.c 516 unsigned int num_props = pi->num_offsets; local
518 for (unsigned int i = 0; i < num_props; i++, po++) {
  /xsrc/external/mit/showfont/dist/
showfont.c 281 int num_props; local
283 num_props = pi->num_offsets;
284 for (int i = 0; i < num_props; i++, po++) {
  /xsrc/external/mit/xf86-video-ati/dist/src/
drmmode_display.h 95 int num_props; member in struct:__anon6773
  /xsrc/external/mit/xf86-video-qxl/dist/src/
qxl_drmmode.h 82 int num_props; member in struct:__anon9213
  /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
ephyrglxext.c 204 num_props=0, res=BadImplementation, i=0, local
214 &num_props,
220 EPHYR_LOG ("num_visuals:%d, num_props:%d\n", num_visuals, num_props) ;
223 reply.numProps = num_props;
224 reply.length = (num_visuals *__GLX_SIZE_CARD32 * num_props) >> 2;
233 __GLX_SWAP_INT_ARRAY (props_buf, num_props) ;
261 num_props=0, res=BadImplementation, i=0, local
271 &num_props,
277 EPHYR_LOG ("num_visuals:%d, num_props:%d\n", num_visuals, num_props)
    [all...]
ephyrhostglx.c 261 num_props=0, local
321 num_props = reply.numProps;
322 if ((num_props < __GLX_MIN_CONFIG_PROPS) ||
323 (num_props > __GLX_MAX_CONFIG_PROPS)) {
331 num_props *= 2;
333 props_per_visual_size = num_props * __GLX_SIZE_INT32;
  /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
vmwgfx_output.c 72 int num_props; member in struct:output_private
192 vmwgfx_output->num_props = 0;
208 vmwgfx_output->num_props++;
212 for (i = 0; i < vmwgfx_output->num_props; i++) {
374 for (i = 0; i < vmwgfx_output->num_props; i++) {
483 for (i = 0; i < vmwgfx_output->num_props; i++) {
501 for (i = 0; i < priv->num_props; i++) {
702 for (j = 0; j < vmwgfx_output->num_props; j++) {
  /xsrc/external/mit/xf86-video-amdgpu/dist/src/
drmmode_display.h 164 int num_props; member in struct:__anon6710
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
drmmode_display.h 149 int num_props; member in struct:__anon6901
  /xsrc/external/mit/xedit/dist/lisp/
xedit.c 579 int num_oinfo, num_ninfo, num_props; local
722 LIST_PROPERTIES(props, num_props, oinfo, num_oinfo);
732 for (i = 0; i < num_props; i++) {
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
drmmode_display.c 78 int num_props; member in struct:__anon8849
870 for (i = 0; i < drmmode_output->num_props; i++) {
977 drmmode_output->num_props = 0;
986 drmmode_output->num_props++;
990 for (i = 0; i < drmmode_output->num_props; i++) {
1117 for (i = 0; i < drmmode_output->num_props; i++) {
  /xsrc/external/mit/libXt/dist/src/
Shell.c 3056 FreePacks(SmProp ** props, int num_props)
3058 while (--num_props >= 0)
3059 XtFree((char *) props[num_props]);
3096 int num_props = 0; local
3115 props[num_props++] =
3119 props[num_props++] = (*(p->proc)) (p->name, (XtPointer) addr);
3124 props[num_props++] = ArrayPack(SmUserID, &user_name);
3126 props[num_props++] = ArrayPack(SmProcessID, &pidp);
3128 if (num_props) {
3129 SmcSetProperties(w->session.connection, num_props, props)
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
intel_display.c 134 int num_props; member in struct:intel_output
1025 for (i = 0; i < intel_output->num_props; i++) {
1177 intel_output->num_props = 0;
1192 intel_output->num_props = j;
1194 for (i = 0; i < intel_output->num_props; i++) {
1291 for (i = 0; i < intel_output->num_props; i++) {
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
intel_display.c 135 int num_props; member in struct:intel_output
980 for (i = 0; i < intel_output->num_props; i++) {
1132 intel_output->num_props = 0;
1147 intel_output->num_props = j;
1149 for (i = 0; i < intel_output->num_props; i++) {
1246 for (i = 0; i < intel_output->num_props; i++) {
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
drmmode_display.c 89 int num_props; member in struct:__anon9070
880 for (i = 0; i < drmmode_output->num_props; i++) {
950 drmmode_output->num_props = 0;
959 drmmode_output->num_props++;
963 for (i = 0; i < drmmode_output->num_props; i++) {
1034 for (i = 0; i < drmmode_output->num_props; i++) {
1107 for (i = 0; i < drmmode_output->num_props; i++) {
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
drmmode_display.h 229 int num_props; member in struct:__anon10027
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_display.c 194 int num_props; member in struct:sna_output
2787 for (i = 0; i < output->num_props; i++) {
2819 compat_conn.conn.count_props = sna_output->num_props;
2828 sna_output->num_props, compat_conn.conn.count_props));
2830 assert(compat_conn.conn.count_props == sna_output->num_props);
3135 for (i = 0; i < sna_output->num_props; i++) {
3260 sna_output->props = calloc(sna_output->num_props,
3265 for (i = 0; i < sna_output->num_props; i++) {
3376 for (i = 0; i < sna_output->num_props; i++) {
3841 sna_output->num_props = compat_conn.conn.count_props
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_display.c 288 int num_props; member in struct:sna_output
3739 for (i = 0; i < output->num_props; i++) {
3761 compat_conn.conn.count_props = output->num_props;
3772 assert(compat_conn.conn.count_props == output->num_props);
3807 compat_conn.conn.count_props = sna_output->num_props;
3816 sna_output->num_props, compat_conn.conn.count_props));
3818 assert(compat_conn.conn.count_props == sna_output->num_props);
4367 for (i = 0; i < sna_output->num_props; i++) {
4506 sna_output->props = calloc(sna_output->num_props,
4511 for (i = 0; i < sna_output->num_props; i++)
    [all...]

Completed in 47 milliseconds