X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=src%2Ftype3_AndroidCloud%2Fanbox-master%2Fandroid%2Fopengl%2Fsystem%2FGLESv1_enc%2Fgl_enc.h;fp=src%2Ftype3_AndroidCloud%2Fanbox-master%2Fandroid%2Fopengl%2Fsystem%2FGLESv1_enc%2Fgl_enc.h;h=37de4c426f0c696c7ffa543c39230a7c33650f94;hb=e26c1ec581be598521517829adba8c8dd23a768f;hp=0000000000000000000000000000000000000000;hpb=6699c1aea74eeb0eb400e6299079f0c7576f716f;p=iec.git diff --git a/src/type3_AndroidCloud/anbox-master/android/opengl/system/GLESv1_enc/gl_enc.h b/src/type3_AndroidCloud/anbox-master/android/opengl/system/GLESv1_enc/gl_enc.h new file mode 100644 index 0000000..37de4c4 --- /dev/null +++ b/src/type3_AndroidCloud/anbox-master/android/opengl/system/GLESv1_enc/gl_enc.h @@ -0,0 +1,23 @@ +// Generated Code - DO NOT EDIT !! +// generated by 'emugen' + +#ifndef GUARD_gl_encoder_context_t +#define GUARD_gl_encoder_context_t + +#include "IOStream.h" +#include "ChecksumCalculator.h" +#include "gl_client_context.h" + + +#include "glUtils.h" +#include "GLEncoderUtils.h" + +struct gl_encoder_context_t : public gl_client_context_t { + + IOStream *m_stream; + ChecksumCalculator *m_checksumCalculator; + + gl_encoder_context_t(IOStream *stream, ChecksumCalculator *checksumCalculator); +}; + +#endif // GUARD_gl_encoder_context_t \ No newline at end of file