I am asking this with reference to an answer for my question at How to improve opengl es display performance in android . I was trying to build the code which uses GraphicBu
GraphicBuffer is in the namespace android.
Either add:
using namespace android;
or refer to GraphicBuffer with android::GraphicBuffer