Loading opengl/libagl/Android.mk +4 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,10 @@ ifeq ($(TARGET_ARCH),arm) LOCAL_CFLAGS += -fstrict-aliasing endif ifeq ($(ARCH_ARM_HAVE_TLS_REGISTER),true) LOCAL_CFLAGS += -DHAVE_ARM_TLS_REGISTER endif ifneq ($(TARGET_SIMULATOR),true) # we need to access the private Bionic header <bionic_tls.h> # on ARM platforms, we need to mirror the ARCH_ARM_HAVE_TLS_REGISTER Loading opengl/libagl/texture.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1515,7 +1515,7 @@ void glReadPixels( ogles_error(c, GL_INVALID_VALUE); return; } if (x<0 || x<0) { if (x<0 || y<0) { ogles_error(c, GL_INVALID_VALUE); return; } Loading Loading
opengl/libagl/Android.mk +4 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,10 @@ ifeq ($(TARGET_ARCH),arm) LOCAL_CFLAGS += -fstrict-aliasing endif ifeq ($(ARCH_ARM_HAVE_TLS_REGISTER),true) LOCAL_CFLAGS += -DHAVE_ARM_TLS_REGISTER endif ifneq ($(TARGET_SIMULATOR),true) # we need to access the private Bionic header <bionic_tls.h> # on ARM platforms, we need to mirror the ARCH_ARM_HAVE_TLS_REGISTER Loading
opengl/libagl/texture.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -1515,7 +1515,7 @@ void glReadPixels( ogles_error(c, GL_INVALID_VALUE); return; } if (x<0 || x<0) { if (x<0 || y<0) { ogles_error(c, GL_INVALID_VALUE); return; } Loading