Searched refs:_mesa_is_proxy_texture (Results 1 – 5 of 5) sorted by relevance
362 if (!_mesa_is_proxy_texture(target) && (!texObj || (texObj->Name == 0))) { in tex_storage_error_check()370 if (!_mesa_is_proxy_texture(target) && texObj->Immutable) { in tex_storage_error_check()425 if (_mesa_is_proxy_texture(target)) { in texture_storage()
237 if (_mesa_is_proxy_texture(target) && allowProxyTarget) { in _mesa_get_texobj_by_target_and_texunit()1706 if (_mesa_is_proxy_texture(target)) { in _mesa_lookup_or_create_texture()
116 _mesa_is_proxy_texture(GLenum target);
236 _mesa_is_proxy_texture(GLenum target) in _mesa_is_proxy_texture() function3101 if (_mesa_is_proxy_texture(target)) { in teximage()6848 if (!samplesOK && !_mesa_is_proxy_texture(target)) { in texture_image_multisample()6877 if (_mesa_is_proxy_texture(target)) { in texture_image_multisample()
1751 !_mesa_is_proxy_texture(target)) { in get_tex_level_parameter_image()