Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dsamplerobj.c528 #define INVALID_PNAME 0x101 macro
782 return INVALID_PNAME; in set_sampler_max_anisotropy()
803 return INVALID_PNAME; in set_sampler_cube_map_seamless()
831 return INVALID_PNAME; in set_sampler_srgb_decode()
943 res = INVALID_PNAME; in _mesa_SamplerParameteri()
953 case INVALID_PNAME: in _mesa_SamplerParameteri()
1026 res = INVALID_PNAME; in _mesa_SamplerParameterf()
1036 case INVALID_PNAME: in _mesa_SamplerParameterf()
1116 res = INVALID_PNAME; in _mesa_SamplerParameteriv()
1126 case INVALID_PNAME: in _mesa_SamplerParameteriv()
[all …]