Home
last modified time | relevance | path

Searched refs:in_type (Results 1 – 8 of 8) sorted by relevance

/external/deqp/modules/gles31/scripts/
Dgen-implicit-conversions.py340 def __init__(self, name, op, in_type, out_type, reverse=False): argument
349 self.in_type = in_type
393 in_values = IN_VALUES[self.in_type]
399 out.append(valuesToStr("input %s in0" % (self.in_type), self.in_type, in_values))
406 def __init__(self, name, op, in_type, out_type, reverse=False): argument
407 super(ComparisonsCase, self).__init__(name, op, in_type, out_type, reverse)
430 in_values = IN_VALUES[self.in_type]
436 out.append(valuesToStr("input %s in0" % (self.in_type), self.in_type, in_values))
443 def __init__(self, name, in_type, out_type, reverse=False, input_in_parens=False): argument
445 self.in_type = in_type
[all …]
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_jpx_opj.cpp434 cmsUInt32Number in_type; in color_apply_icc_profile() local
453 in_type = TYPE_RGB_8; in color_apply_icc_profile()
456 in_type = TYPE_RGB_16; in color_apply_icc_profile()
463 in_type = TYPE_GRAY_8; in color_apply_icc_profile()
466 in_type = TYPE_GRAY_16; in color_apply_icc_profile()
472 in_type = TYPE_YCbCr_16; in color_apply_icc_profile()
480 cmsCreateTransform(in_prof, in_type, out_prof, out_type, intent, 0); in color_apply_icc_profile()
/external/vboot_reference/futility/
Dtraversal.h64 enum futil_file_type in_type; member
Dtraversal.c213 state->in_type = type; in futil_traverse()
Dcmd_sign.c371 if (state->in_type == FILE_TYPE_UNKNOWN) { in futil_cb_sign_begin()
505 switch (state->in_type) { in futil_cb_sign_end()
Dcmd_show.c523 switch (state->in_type) { in futil_cb_show_begin()
/external/libchrome/base/posix/
Dfile_descriptor_shuffle_unittest.cc24 Action(Type in_type, int in_fd1, int in_fd2 = -1) in Action()
25 : type(in_type), in Action()
/external/opencv3/modules/core/test/
Dtest_dxt.cpp651 int in_type = test_mat[INPUT][0].type(); in prepare_test_case() local
654 if( CV_MAT_CN(in_type) == 2 && CV_MAT_CN(out_type) == 1 ) in prepare_test_case()
660 in_type == out_type ? test_mat[OUTPUT][0] : in prepare_test_case()