Searched refs:firstFace (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexgetimage.c1387 unsigned firstFace, numFaces, i; local in function:get_texture_image
1413 firstFace = zoffset;
1420 firstFace = _mesa_tex_target_to_face(target);
1427 texImage = texObj->Image[firstFace + i][level];
1707 unsigned firstFace, numFaces, i, imageStride; local in function:get_compressed_texture_image
1734 firstFace = zoffset;
1741 firstFace = _mesa_tex_target_to_face(target);
1748 texImage = texObj->Image[firstFace + i][level];
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexgetimage.c1394 unsigned firstFace, numFaces, i; local in function:get_texture_image
1420 firstFace = zoffset;
1427 firstFace = _mesa_tex_target_to_face(target);
1434 texImage = texObj->Image[firstFace + i][level];
1769 unsigned firstFace, numFaces, i, imageStride; local in function:get_compressed_texture_image
1796 firstFace = zoffset;
1803 firstFace = _mesa_tex_target_to_face(target);
1810 texImage = texObj->Image[firstFace + i][level];
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiwideline.c1532 LineFaceRec firstFace; local in function:miWideLine
1592 firstFace = leftFace;
1616 miLineJoin (pDrawable, pGC, pixel, spanData, &firstFace,
2024 LineFaceRec firstFace; local in function:miWideDash
2115 firstFace = leftFace;
2141 miLineJoin (pDrawable, pGC, pixel, spanData, &firstFace,
2162 &firstFace, TRUE,
2166 &firstFace, (LineFacePtr) NULL,
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaWideLine.c799 LineFaceRec leftFace, rightFace, prevRightFace, firstFace; local in function:XAAPolylinesWideSolid
875 firstFace = leftFace;
892 XAALineJoin (pGC, &firstFace, &rightFace);
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiwideline.c1907 LineFaceRec firstFace; local in function:miWideLine
1959 firstFace = leftFace;
1979 miLineJoin(pDrawable, pGC, pixel, spanData, &firstFace,
2345 LineFaceRec firstFace; local in function:miWideDash
2425 firstFace = leftFace;
2447 miLineJoin(pDrawable, pGC, pixel, spanData, &firstFace,
2465 &firstFace, TRUE,
2469 &firstFace, (LineFacePtr) NULL,

Completed in 14 milliseconds