HomeSort by: relevance | last modified time | path
    Searched refs:NoOfColorExpandLines (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xf86-video-geode/dist/src/
gx_driver.c 139 if (pGeode->NoOfColorExpandLines > 0) {
141 size = pitch * pGeode->NoOfColorExpandLines;
144 for (i = 0; i < pGeode->NoOfColorExpandLines; i++) {
560 pGeode->NoOfColorExpandLines = DEFAULT_CLR_LINE_BUFS;
601 &(pGeode->NoOfColorExpandLines));
603 if (pGeode->NoOfColorExpandLines <= 0)
604 pGeode->NoOfColorExpandLines = 0;
1329 calloc(pGeode->NoOfColorExpandLines,
geode.h 313 int NoOfColorExpandLines;
gx_accel.c 2076 pGeode->NoOfColorExpandLines;

Completed in 7 milliseconds