Searched refs:out_type (Results 1 - 11 of 11) sorted by relevance

/external/deqp/modules/gles31/scripts/
H A Dgen-implicit-conversions.py318 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, revers
[all...]
/external/chromium_org/ui/base/x/
H A Dselection_requestor.cc82 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 !
77 PerformBlockingConvertSelection( XAtom selection, XAtom target, scoped_refptr<base::RefCountedMemory>* out_data, size_t* out_data_items, XAtom* out_type) argument
[all...]
H A Dselection_requestor.h41 // |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
H A Dselection_requestor_unittest.cc120 XAtom out_type = None; local
122 selection, target, &out_data, &out_data_items, &out_type));
125 EXPECT_EQ(atom_cache->GetAtom("STRING"), out_type);
H A Dx11_util.h141 XAtom* out_type);
H A Dx11_util.cc737 XAtom* out_type) {
781 if (out_type)
782 *out_type = prop_type;
733 GetRawBytesOfProperty(XID window, XAtom property, scoped_refptr<base::RefCountedMemory>* out_data, size_t* out_data_items, XAtom* out_type) argument
/external/chromium_org/tools/grit/grit/format/policy_templates/writers/
H A Dwriter_unittest_common.py65 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/
H A Dqcms.h157 qcms_profile* out, qcms_data_type out_type,
H A Dtransform.c1171 qcms_profile *out, qcms_data_type out_type,
1180 if (out_type != QCMS_DATA_RGB_8 &&
1181 out_type != QCMS_DATA_RGBA_8) {
1169 qcms_transform_create( qcms_profile *in, qcms_data_type in_type, qcms_profile *out, qcms_data_type out_type, qcms_intent intent) argument
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jpx_opj.cpp322 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/
H A Dclipboard_aurax11.cc433 ::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)) {

Completed in 901 milliseconds