Searched refs:size_h (Results 1 – 3 of 3) sorted by relevance
/external/igt-gpu-tools/overlay/x11/ |
D | position.c | 161 int size_w, size_h; in x11_position() local 164 if (sscanf(geometry, "%dx%d", &size_w, &size_h) == 2) { in x11_position() 166 *h = size_h; in x11_position()
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | meson.build | 252 foreach x : [['indirect_size.h', ['-m', 'size_h', '--header-tag', '_INDIRECT_SIZE_H_']],
|
/external/python/cpython3/Lib/test/ |
D | test_buffer.py | 2602 size_h = struct.calcsize('h') 2606 self.assertRaises(TypeError, msrc.cast, shape=[2,2,size_h], format='d')
|