Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 50939505 authored by sergeyv's avatar sergeyv
Browse files

HWUI: reanimate HWUI_ENABLE_OPENGL_VALIDATION

Change-Id: Iff0956d156b79ed20f2af2f6467fe468a9be38e7
parent 534376f3
Loading
Loading
Loading
Loading
+913 −0

File added.

Preview size limit exceeded, changes collapsed.

+10 −1
Original line number Diff line number Diff line
@@ -20,7 +20,16 @@
#endif
#define HWUI_GLES_WRAP_ENABLED

#include "GlesDriver.h"
#include <GLES/gl.h>
#include <GLES/glext.h>
#include <GLES2/gl2.h>
#include <GLES2/gl2ext.h>
#include <GLES3/gl3.h>
#include <GLES3/gl31.h>
#include <GLES3/gl32.h>

// Generate stubs that route all the calls to our function table
#include "gles_redefine.h"

#define GL_ENTRY(ret, api, ...) ret api(__VA_ARGS__);