Searched defs:mc_type (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/frontends/xvmc/ |
D | context.c | 48 int *mc_type, int *surface_flags, in Validate() 187 int mc_type = 0; in XvMCCreateContext() local
|
/external/python/cpython2/Lib/idlelib/ |
D | MultiCall.py | 79 def handler(event, l = self.bindedfuncs, mc_type = self.type): argument 151 def __create_handler(self, lists, mc_type, mc_state): argument 153 mc_type = mc_type, mc_state = mc_state, argument
|
/external/python/cpython3/Lib/idlelib/ |
D | multicall.py | 84 def handler(event, l = self.bindedfuncs, mc_type = self.type): argument 161 def __create_handler(self, lists, mc_type, mc_state): argument 163 mc_type = mc_type, mc_state = mc_state, argument
|