symbian-qemu-0.9.1-12/model-libraries/syborg-graphicswrapper/syborg-graphicswrapper.h
branchgraphics-phase-3
changeset 115 7fc47a6656f3
parent 114 19c4533e1567
child 116 912422215015
--- a/symbian-qemu-0.9.1-12/model-libraries/syborg-graphicswrapper/syborg-graphicswrapper.h	Fri Sep 24 13:30:20 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,47 +0,0 @@
-#ifndef _SYBORG_GRAPHICSWRAPPER_H
-#define _SYBORG_GRAPHICSWRAPPER_H
-
-#pragma once
-					  
-#ifdef WIN32
-#ifdef SYBORG_GRAPHICSWRAPPER_EXPORTS
-#define SYBORG_GRAPHICSWRAPPER_API __declspec(dllexport)
-#else
-#define SYBORG_GRAPHICSWRAPPER_API __declspec(dllimport)
-#endif
-#else
-#define SYBORG_GRAPHICSWRAPPER_API
-#endif
-
-Psu::PLATFORM_SEMAPHORE_T m_outputBufferSemaphore;
-int (*m_pythonCallBack)(int); 
-KhronosAPIWrapper* m_wrapper;
-														   
-
-// Derived from GraphicsVirtualHW.lisa
-static const int VVHW_BUFFER (0x3000000);
-static const int VVHW_INPUT_BUFFER (0x1000000);
-static const int VVHW_INPUT_BASE(0x0);
-static const int VVHW_OUTPUT_BUFFER (0x1000000);
-static const int VVHW_OUTPUT_BASE(0x1000000);
-static const int VVHW_FRAME_BUFFER (0x1000000);
-static const int VVHW_FRAME_BASE(0x2000000);
-
-class SyborgGraphicsWrapper : public MGraphicsVHWCallback
-    {
-    public:
-
-        SyborgGraphicsWrapper();
-        ~SyborgGraphicsWrapper();
-
-        int Reset( uint32_t *aGraphicsMemBase,  uint32_t *aCommandMemBase );
-
-        virtual void LockOutputBuffer();
-	    virtual void ReleaseOutputBuffer();
-	    virtual void ProcessingDone(int i);
-
-    private:
-    };
-
-
-#endif // _SYBORG_GRAPHICSWRAPPER_H
\ No newline at end of file