HomeSort by relevance Sort by last modified time
    Searched full:call_params (Results 1 - 4 of 4) sorted by null

  /external/libchrome/sandbox/win/src/
crosscall_client.h 319 XCALL_GEN_PARAMS_OBJ(1, call_params);
320 XCALL_GEN_COPY_PARAM(1, call_params);
322 ResultCode result = ipc_provider.DoCall(call_params, answer);
325 XCALL_GEN_UPDATE_PARAM(1, call_params);
339 XCALL_GEN_PARAMS_OBJ(2, call_params);
340 XCALL_GEN_COPY_PARAM(1, call_params);
341 XCALL_GEN_COPY_PARAM(2, call_params);
343 ResultCode result = ipc_provider.DoCall(call_params, answer);
346 XCALL_GEN_UPDATE_PARAM(1, call_params);
347 XCALL_GEN_UPDATE_PARAM(2, call_params);
    [all...]
  /external/mesa3d/src/compiler/glsl/
lower_shared_reference.cpp 292 exec_list call_params; local
293 call_params.push_tail(offset->clone(mem_ctx, NULL));
294 call_params.push_tail(deref->clone(mem_ctx, NULL));
295 call_params.push_tail(new(mem_ctx) ir_constant(write_mask));
296 return new(mem_ctx) ir_call(sig, NULL, &call_params);
325 exec_list call_params; local
326 call_params.push_tail(offset->clone(mem_ctx, NULL));
328 return new(mem_ctx) ir_call(sig, deref_result, &call_params);
418 exec_list call_params; local
419 call_params.push_tail(deref_offset)
    [all...]
lower_ubo_reference.cpp 461 exec_list call_params; local
462 call_params.push_tail(this->uniform_block->clone(mem_ctx, NULL));
463 call_params.push_tail(offset->clone(mem_ctx, NULL));
464 call_params.push_tail(deref->clone(mem_ctx, NULL));
465 call_params.push_tail(new(mem_ctx) ir_constant(write_mask));
466 call_params.push_tail(new(mem_ctx) ir_constant(ssbo_access_params()));
467 return new(mem_ctx) ir_call(sig, NULL, &call_params);
504 exec_list call_params; local
505 call_params.push_tail(this->uniform_block->clone(mem_ctx, NULL));
506 call_params.push_tail(offset->clone(mem_ctx, NULL))
1030 exec_list call_params; local
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_voice_utils.py 174 call_params = [
181 for param in call_params:
245 call_params = [
256 for param in call_params:
    [all...]

Completed in 280 milliseconds