Searched defs:rebase (Results 1 – 6 of 6) sorted by relevance
104 def rebase(self, rebase) -> str: member in TestResult293 rebase) -> Tuple[TestResult, str]: argument
198 def rebase(): function
20 void rebase(const int base) in rebase() function
3036 void rebase(const int base) in rebase() function
157 bool rebase = tile_x & 7 || tile_y & 7; in rebase_depth_stencil() local
202 def pull(self, rebase=False): argument