How to ask for floating point render target support

Hi everyone

Im using opengl es 3.1 and need to check if the device has floatingpoint render target support (aka OES_texture_float)
And Ext_shader_ip_blocks. I know normaly use the android mainfest for checks but I cant find the command.
Thank you