Home
last modified time | relevance | path

Searched refs:INVALID_PARAM (Results 1 – 3 of 3) sorted by relevance

/external/autotest/server/site_tests/video_VDAStress/
Doutput_test_video_params.py31 INVALID_PARAM = '##' variable
68 return INVALID_PARAM
86 profile = INVALID_PARAM
87 frag = INVALID_PARAM
97 dimen = [INVALID_PARAM, INVALID_PARAM]
98 fps = [INVALID_PARAM, INVALID_PARAM]
105 frame = results[0] if results else INVALID_PARAM
112 if INVALID_PARAM in line:
/external/mesa3d/src/mesa/main/
Dsamplerobj.c319 #define INVALID_PARAM 0x100 macro
334 return INVALID_PARAM; in set_sampler_wrap_s()
349 return INVALID_PARAM; in set_sampler_wrap_t()
364 return INVALID_PARAM; in set_sampler_wrap_r()
386 return INVALID_PARAM; in set_sampler_min_filter()
405 return INVALID_PARAM; in set_sampler_mag_filter()
508 return INVALID_PARAM; in set_sampler_compare_mode()
541 return INVALID_PARAM; in set_sampler_compare_func()
673 case INVALID_PARAM: in _mesa_SamplerParameteri()
760 case INVALID_PARAM: in _mesa_SamplerParameterf()
[all …]
/external/libnfc-nci/halimpl/pn54x/hal/
DphNxpNciHal.c1835 static uint16_t INVALID_PARAM = 0x09; in phNxpNciHal_CheckRFCmdRespStatus() local
1840 status = INVALID_PARAM; in phNxpNciHal_CheckRFCmdRespStatus()