Fix negative EGL tests expecting EGL_BAD_ATTRIBUTE.
authorMika Isojärvi <misojarvi@google.com>
Wed, 18 Mar 2015 23:25:07 +0000 (16:25 -0700)
committerMika Isojärvi <misojarvi@google.com>
Wed, 18 Mar 2015 23:28:04 +0000 (16:28 -0700)
commitdeac154a024140d8c681dcc182cacb6191f95544
treed86769758729987f2461464d6fcac262841795bf
parent0718a362c4bac04a3b9bf9e8b19db4c311296293
Fix negative EGL tests expecting EGL_BAD_ATTRIBUTE.

Fix negative eglCreatePbufferSurface() tests that expected EGL_BAD_ATTRIBUTE
when EGL_WIDTH or EGL_HEIGHT was negative to expect EGL_BAD_PARAMETER.

Bug: 19822069
Change-Id: Ifc0b624b7225a3d657a547423b9263f354af77a0
modules/egl/teglApiCase.cpp
modules/egl/teglNegativeApiTests.cpp