Searched refs:out_type (Results 1 – 6 of 6) sorted by relevance
/external/deqp/modules/gles31/scripts/ |
D | gen-implicit-conversions.py | 340 def __init__(self, name, op, in_type, out_type, reverse=False): argument 350 self.out_type = out_type 389 assert self.out_type in operands 390 return operands[self.out_type] 400 out.append(valuesToStr("output %s out0" % (self.out_type), self.out_type, out_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) 443 def __init__(self, name, in_type, out_type, reverse=False, input_in_parens=False): argument 446 self.out_type = out_type 488 return IN_VALUES[self.out_type][ndx] [all …]
|
/external/boringssl/src/ssl/ |
D | dtls_record.c | 175 SSL *ssl, uint8_t *out_type, uint8_t *out, size_t *out_len, in dtls_open_record() argument 242 *out_type = type; in dtls_open_record()
|
D | tls_record.c | 173 SSL *ssl, uint8_t *out_type, uint8_t *out, size_t *out_len, in tls_open_record() argument 251 *out_type = type; in tls_open_record()
|
D | internal.h | 384 SSL *ssl, uint8_t *out_type, uint8_t *out, size_t *out_len, 391 SSL *ssl, uint8_t *out_type, uint8_t *out, size_t *out_len,
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_jpx_opj.cpp | 435 cmsUInt32Number out_type; in color_apply_icc_profile() local 454 out_type = TYPE_RGB_8; in color_apply_icc_profile() 457 out_type = TYPE_RGB_16; in color_apply_icc_profile() 464 out_type = TYPE_RGB_8; in color_apply_icc_profile() 467 out_type = TYPE_RGB_16; in color_apply_icc_profile() 473 out_type = TYPE_RGB_16; in color_apply_icc_profile() 480 cmsCreateTransform(in_prof, in_type, out_prof, out_type, intent, 0); in color_apply_icc_profile()
|
/external/opencv3/modules/core/test/ |
D | test_dxt.cpp | 652 int out_type = test_mat[OUTPUT][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()
|