Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexstorage.c362 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()
Dteximage.h116 _mesa_is_proxy_texture(GLenum target);
Dteximage.c235 _mesa_is_proxy_texture(GLenum target) in _mesa_is_proxy_texture() function
3015 if (_mesa_is_proxy_texture(target)) { in teximage()
5825 if (!samplesOK && !_mesa_is_proxy_texture(target)) { in texture_image_multisample()
5854 if (_mesa_is_proxy_texture(target)) { in texture_image_multisample()
Dtexparam.c1452 !_mesa_is_proxy_texture(target)) { in get_tex_level_parameter_image()