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

  /xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
dristruct.h 58 int refCount;
dri.c 90 int refCount;
275 pDRIDrawablePriv->refCount = 0;
334 pDRIDrawablePriv->refCount = 0;
393 if (pDRIDrawablePriv->refCount == 0) {
447 pDRIDrawablePriv->refCount++;
491 --pDRIDrawablePriv->refCount;
498 if (pDRIDrawablePriv->refCount <= 0) {
511 * The assumption is that this is called when the refCount of a surface
699 shared->refCount = 1;
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
dristruct.h 55 int refCount;
dri.c 94 int refCount;
287 pDRIDrawablePriv->refCount = 0;
345 pDRIDrawablePriv->refCount = 0;
405 if (pDRIDrawablePriv->refCount == 0) {
457 pDRIDrawablePriv->refCount++;
498 --pDRIDrawablePriv->refCount;
505 if (pDRIDrawablePriv->refCount <= 0) {
518 * The assumption is that this is called when the refCount of a surface
773 shared->refCount = 1;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/
dristruct.h 49 int refCount;
121 int refCount;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
dristruct.h 51 int refCount;
126 int refCount;
  /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
vmwgfx_driver.h 83 int refCount;
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
XResproto.h 200 CARD32 refCount;
  /xsrc/external/mit/libXt/dist/src/
TMaction.c 283 unsigned int refCount:28;
393 bindCache->status.refCount++;
449 bindCache->status.refCount++;
460 bindCache->status.refCount = 1;
496 if (--bindCache->status.refCount == 0) {
  /xsrc/external/mit/xf86-video-glint/dist/src/
glint.h 74 int refCount;
  /xsrc/external/mit/libXt/dist/include/X11/
TranslateI.h 153 unsigned int refCount:13;
168 unsigned int refCount:13;
  /xsrc/external/mit/xf86-video-chips/dist/src/
ct_driver.h 264 int refCount;
  /xsrc/external/mit/xf86-video-mga/dist/src/
mga.h 333 int refCount;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86str.h 225 int refCount;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir.h 740 inline int refCount() { return uses.size(); }
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir.h 688 inline int refCount() { return uses.size(); }
  /xsrc/external/mit/xf86-video-xgi/dist/src/
xgi.h 523 int refCount;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86str.h 306 int refCount;
319 int refCount;
  /xsrc/external/mit/xf86-video-sis/dist/src/
sis.h 881 int refCount;

Completed in 69 milliseconds