Home
last modified time | relevance | path

Searched refs:dmxConfigCreateFullDim (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dparser.y157 { $$ = dmxConfigCreateFullDim($1, $3); }
159 { $$ = dmxConfigCreateFullDim(NULL, $2); }
161 { $$ = dmxConfigCreateFullDim($1, NULL); }
H A Ddmxcompat.c196 dmxConfigCreateFullDim(dmxConfigCreatePartDim in dmxVDLRead()
H A Dparser.c1394 { (yyval.fdim) = dmxConfigCreateFullDim((yyvsp[-2].pdim), (yyvsp[0].pdim)); } in yyparse()
1400 { (yyval.fdim) = dmxConfigCreateFullDim(NULL, (yyvsp[0].pdim)); } in yyparse()
1406 { (yyval.fdim) = dmxConfigCreateFullDim((yyvsp[0].pdim), NULL); } in yyparse()
H A Ddmxparse.h232 extern DMXConfigFullDimPtr dmxConfigCreateFullDim(DMXConfigPartDimPtr pScrn,
H A Ddmxparse.c247 dmxConfigCreateFullDim(DMXConfigPartDimPtr pScrn, DMXConfigPartDimPtr pRoot) in dmxConfigCreateFullDim() function