Fix EGL_MIPMAP_LEVEL query checks.
authorMika Isojärvi <misojarvi@google.com>
Fri, 24 Oct 2014 08:32:35 +0000 (11:32 +0300)
committerMika Isojärvi <misojarvi@google.com>
Fri, 24 Oct 2014 08:32:35 +0000 (11:32 +0300)
commitff0bd4ba2ffca5c910035fbc37074ead9b4f5b4c
tree14a3c78bb00486af8b7ab1345334c7d62f224bbf
parent0bc99d6fc6b775800ff49c31ef038cbb1934c713
Fix EGL_MIPMAP_LEVEL query checks.

Check that EGL_MIPMAP_LEVEL query returns 0 for pbuffers and
doesn't modify return value pointer for other surfaces.

Change-Id: Iff769c93306821fa16889ba3298f28f061a4bfeb
modules/egl/teglQuerySurfaceTests.cpp