Check if RGBA32F is color renderable and texture filterable.
authorMika Isojärvi <misojarvi@google.com>
Mon, 23 Feb 2015 20:37:50 +0000 (12:37 -0800)
committerMika Isojärvi <misojarvi@google.com>
Mon, 23 Feb 2015 20:37:50 +0000 (12:37 -0800)
commit9ffcdca48772cb951540a7ce02b11a42a2b35c3b
treec2220ae7f331b8ab57acbf7d916841977c137cc6
parenta683c9e61c7d250956ca94722e333914868323fe
Check if RGBA32F is color renderable and texture filterable.

Check extensions GL_EXT_color_buffer_float and GL_OES_texture_float_linear
before assuming GL_RGBA32F is not texture filterable and color renderable.

Bug: 19462486
Change-Id: I31dfcf96f61ae277a434a307d54b5fbf0031a35b
modules/gles3/functional/es3fNegativeTextureApiTests.cpp
modules/gles31/functional/es31fNegativeTextureApiTests.cpp