X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=src%2Ftype3_AndroidCloud%2Fanbox-master%2Fandroid%2Fopengl%2Fsystem%2FGLESv2_enc%2Fgl2_enc.h;fp=src%2Ftype3_AndroidCloud%2Fanbox-master%2Fandroid%2Fopengl%2Fsystem%2FGLESv2_enc%2Fgl2_enc.h;h=760d729dc69fc0d75c7dea3b0a750f817f0eb52b;hb=e26c1ec581be598521517829adba8c8dd23a768f;hp=0000000000000000000000000000000000000000;hpb=6699c1aea74eeb0eb400e6299079f0c7576f716f;p=iec.git diff --git a/src/type3_AndroidCloud/anbox-master/android/opengl/system/GLESv2_enc/gl2_enc.h b/src/type3_AndroidCloud/anbox-master/android/opengl/system/GLESv2_enc/gl2_enc.h new file mode 100644 index 0000000..760d729 --- /dev/null +++ b/src/type3_AndroidCloud/anbox-master/android/opengl/system/GLESv2_enc/gl2_enc.h @@ -0,0 +1,24 @@ +// Generated Code - DO NOT EDIT !! +// generated by 'emugen' + +#ifndef GUARD_gl2_encoder_context_t +#define GUARD_gl2_encoder_context_t + +#include "IOStream.h" +#include "ChecksumCalculator.h" +#include "gl2_client_context.h" + + +#include +#include "glUtils.h" +#include "GL2EncoderUtils.h" + +struct gl2_encoder_context_t : public gl2_client_context_t { + + IOStream *m_stream; + ChecksumCalculator *m_checksumCalculator; + + gl2_encoder_context_t(IOStream *stream, ChecksumCalculator *checksumCalculator); +}; + +#endif // GUARD_gl2_encoder_context_t \ No newline at end of file