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

  /external/deqp/modules/gles31/scripts/
gen-implicit-conversions.py 318 def __init__(self, name, op, in_type, out_type, reverse=False):
327 self.in_type = in_type
371 in_values = IN_VALUES[self.in_type]
377 out.append(valuesToStr("input %s in0" % (self.in_type), self.in_type, in_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)
408 in_values = IN_VALUES[self.in_type]
414 out.append(valuesToStr("input %s in0" % (self.in_type), self.in_type, in_values)
    [all...]
  /external/chromium_org/third_party/qcms/src/
qcms.h 154 qcms_profile *in, qcms_data_type in_type,
transform.c     [all...]
  /external/lldb/tools/debugserver/source/
RNBRemote.h 281 Packet( PacketEnum in_type,
286 type (in_type),
  /external/chromium_org/base/posix/
file_descriptor_shuffle_unittest.cc 24 Action(Type in_type, int in_fd1, int in_fd2 = -1)
25 : type(in_type),
  /external/chromium_org/chrome/browser/chromeos/drive/
job_scheduler.h 38 explicit ClientContext(ContextType in_type) : type(in_type) {}
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpx_opj.cpp 322 cmsUInt32Number intent, in_type, out_type, nr_samples; local
340 in_type = TYPE_RGB_8;
343 in_type = TYPE_RGB_16;
350 in_type = TYPE_GRAY_8;
353 in_type = TYPE_GRAY_16;
359 in_type = TYPE_YCbCr_16;
366 transform = cmsCreateTransform(in_prof, in_type,

Completed in 4284 milliseconds