Searched defs:writeBit (Results 1 – 3 of 3) sorted by relevance
35 public void writeBit(int bit) { in writeBit() method in BitIOWriter45 public void writeBit(boolean bit) { in writeBit() method in BitIOWriter
38 private void writeBit(int bit) { in writeBit() method in MagnitudeDependentWriter
73 bool writeBit = ((access & GL_MAP_WRITE_BIT) != 0); in GetD3DMapTypeFromBits() local