am b5196422: Merge "opengles emulator: Init eglError to EGL_SUCCESS"
* commit 'b5196422096c41de93e09097731571f4e69dba30': opengles emulator: Init eglError to EGL_SUCCESS
This commit is contained in:
@@ -22,7 +22,7 @@ struct EGLContext_t;
|
|||||||
|
|
||||||
struct EGLThreadInfo
|
struct EGLThreadInfo
|
||||||
{
|
{
|
||||||
EGLThreadInfo() : currentContext(NULL), hostConn(NULL), eglError(0) {}
|
EGLThreadInfo() : currentContext(NULL), hostConn(NULL), eglError(EGL_SUCCESS) {}
|
||||||
|
|
||||||
EGLContext_t *currentContext;
|
EGLContext_t *currentContext;
|
||||||
HostConnection *hostConn;
|
HostConnection *hostConn;
|
||||||
|
|||||||
Reference in New Issue
Block a user