Support platform attributes in eglu::NativeDisplay
authorPyry Haulos <phaulos@google.com>
Wed, 21 Jan 2015 22:54:52 +0000 (14:54 -0800)
committerPyry Haulos <phaulos@google.com>
Wed, 21 Jan 2015 22:54:52 +0000 (14:54 -0800)
commit24cf7bb0a3f0b82c2f3017cc3c42e6ff9cc8fce2
tree330c4c82121f0984b7d053a85edd46620a9a37a8
parent3c67e4f0ec73f9c30c6b2ed2adfbfe7faaf576a4
Support platform attributes in eglu::NativeDisplay

This change adds getPlatformAttributes() to eglu::NativeDisplay. Certain
platforms may need to pass extra attributes to eglGetPlatformDisplay()
and can now implement this function to achieve that.

Change-Id: I98be8145634c458d36fff7d2474300ac7a8917b2
framework/egl/egluNativeDisplay.cpp
framework/egl/egluNativeDisplay.hpp
framework/egl/egluUtil.cpp