hostsupport/hostopengles20/src/degl.h
branchbug235_bringup_0
changeset 76 24381b61de5c
parent 55 09263774e342
equal deleted inserted replaced
75:82d8da1d79c7 76:24381b61de5c
    60 
    60 
    61 class EGLtoGLES2Interface : public IEGLtoGLES2Interface
    61 class EGLtoGLES2Interface : public IEGLtoGLES2Interface
    62 {
    62 {
    63 public:
    63 public:
    64     EGLtoGLES2Interface();
    64     EGLtoGLES2Interface();
       
    65     virtual ~EGLtoGLES2Interface() {}
    65 
    66 
    66 	void SetEGLInterface( IGLEStoEGLInterface* );
    67 	void SetEGLInterface( IGLEStoEGLInterface* );
    67 	void* CreateContext( void* nativeContext );
    68 	void* CreateContext( void* nativeContext );
    68 	bool ReleaseContext( void* context );
    69 	bool ReleaseContext( void* context );
    69 	void* GetNativeContext( void* context );
    70 	void* GetNativeContext( void* context );