emulator opengl: implement eglChooseConfig functionality.
Added new RenderControl command to request the host to execute the ChooseConfig functionality. Change-Id: Ib92be313a6df740de69d671c6994ec6cae17ea13
This commit is contained in:
committed by
Guy Zadikario
parent
33dc9add2a
commit
a7b7e95b03
@@ -35,6 +35,7 @@ public:
|
||||
static int getNumConfigs();
|
||||
static int getNumAttribs() { return s_numConfigAttribs; }
|
||||
static void packConfigsInfo(GLuint *buffer);
|
||||
static int chooseConfig(FrameBuffer *fb, EGLint * attribs, uint32_t * configs, uint32_t configs_size);
|
||||
~FBConfig();
|
||||
|
||||
EGLConfig getEGLConfig() const { return m_eglConfig; }
|
||||
|
||||
Reference in New Issue
Block a user