/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
glX_proto_common.py | 51 def size_call(self, func, outputs_also = 0): member in class:glx_print_proto 85 compsize = self.size_call(f)
|
glX_proto_recv.py | 360 compsize = self.size_call(f, 1) 431 print ' const GLuint compsize = %s;' % (self.size_call(f, 1))
|
/external/mesa3d/src/mapi/glapi/gen/ |
glX_proto_common.py | 51 def size_call(self, func, outputs_also = 0): member in class:glx_print_proto 85 compsize = self.size_call(f)
|
glX_proto_recv.py | 360 compsize = self.size_call(f, 1) 431 print ' const GLuint compsize = %s;' % (self.size_call(f, 1))
|
/external/chromium_org/sandbox/win/sandbox_poc/ |
main_ui_window.cc | 493 size_t size_call = spawn_target_.length() + entry_point_.length() + local 495 if (32 * 1024 < (size_call * sizeof(wchar_t))) { 501 wchar_t * arguments = new wchar_t[size_call]; 502 wnsprintf(arguments, static_cast<int>(size_call), L"%ls %ls \"%ls\" %ls", 506 arguments[size_call - 1] = L'\0';
|