HomeSort by relevance Sort by last modified time
    Searched refs:out_type (Results 1 - 17 of 17) sorted by null

  /external/deqp/modules/gles31/scripts/
gen-implicit-conversions.py 318 def __init__(self, name, op, in_type, out_type, reverse=False):
328 self.out_type = out_type
367 assert self.out_type in operands
368 return operands[self.out_type]
378 out.append(valuesToStr("output %s out0" % (self.out_type), self.out_type, out_values))
384 def __init__(self, name, op, in_type, out_type, reverse=False):
385 super(ComparisonsCase, self).__init__(name, op, in_type, out_type, reverse)
421 def __init__(self, name, in_type, out_type, reverse=False, input_in_parens=False)
    [all...]
  /external/chromium_org/ui/base/x/
selection_requestor.cc 82 XAtom* out_type) {
109 if (out_type)
110 *out_type = request.out_type;
163 &request->out_type);
172 if (request->out_type == atom_cache_.GetAtom(kIncr)) {
176 request->out_type = None;
197 Atom out_type = None; local
202 &out_type);
208 if (request->out_type != None && request->out_type != out_type)
    [all...]
selection_requestor.h 41 // |out_data_items| is the length of |out_data| in |out_type| items.
47 XAtom* out_type);
91 XAtom out_type; member in struct:ui::SelectionRequestor::Request
selection_requestor_unittest.cc 120 XAtom out_type = None; local
122 selection, target, &out_data, &out_data_items, &out_type));
125 EXPECT_EQ(atom_cache->GetAtom("STRING"), out_type);
x11_util.h 141 XAtom* out_type);
x11_util.cc 737 XAtom* out_type) {
781 if (out_type)
782 *out_type = prop_type;
    [all...]
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
writer_unittest_common.py 65 def GetOutput(self, grd, env_lang, env_defs, out_type, out_lang):
72 out_type: Type of the output node for which output will be generated.
82 build.RcBuilder.ProcessNode(grd, DummyOutput(out_type, out_lang), buf)
  /external/chromium_org/third_party/qcms/src/
qcms.h 157 qcms_profile* out, qcms_data_type out_type,
transform.c     [all...]
  /hardware/qcom/audio/post_proc/
effect_api.c 190 int out_type)
193 virtualizer->out_type = out_type;
235 *p_param_values++ = virtualizer->out_type;
effect_api.h 58 int out_type);
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpx_opj.cpp 322 cmsUInt32Number intent, in_type, out_type, nr_samples; local
341 out_type = TYPE_RGB_8;
344 out_type = TYPE_RGB_16;
351 out_type = TYPE_RGB_8;
354 out_type = TYPE_RGB_16;
360 out_type = TYPE_RGB_16;
367 out_prof, out_type, intent, 0);
  /external/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc 433 ::Atom out_type = None; local
440 &out_type)) {
441 // Some apps return an |out_type| of "TARGETS". (crbug.com/377893)
442 if (out_type == XA_ATOM || out_type == atom_cache_.GetAtom(kTargets)) {
  /hardware/qcom/msm8x74/kernel-headers/sound/
audio_effects.h 142 uint32_t out_type; member in struct:virtualizer_params
  /hardware/qcom/msm8x74/original-kernel-headers/sound/
audio_effects.h 157 uint32_t out_type; member in struct:virtualizer_params
  /hardware/qcom/msm8x84/kernel-headers/sound/
audio_effects.h 142 uint32_t out_type; member in struct:virtualizer_params
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
audio_effects.h 157 uint32_t out_type; member in struct:virtualizer_params

Completed in 534 milliseconds