Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dsamplerobj.c534 #define INVALID_PNAME 0x101 macro
788 return INVALID_PNAME; in set_sampler_max_anisotropy()
809 return INVALID_PNAME; in set_sampler_cube_map_seamless()
837 return INVALID_PNAME; in set_sampler_srgb_decode()
949 res = INVALID_PNAME; in _mesa_SamplerParameteri()
959 case INVALID_PNAME: in _mesa_SamplerParameteri()
1032 res = INVALID_PNAME; in _mesa_SamplerParameterf()
1042 case INVALID_PNAME: in _mesa_SamplerParameterf()
1122 res = INVALID_PNAME; in _mesa_SamplerParameteriv()
1132 case INVALID_PNAME: in _mesa_SamplerParameteriv()
[all …]