diff options
| author | keunyoung <keunyoung@google.com> | 2013-03-11 10:14:23 -0700 |
|---|---|---|
| committer | keunyoung <keunyoung@google.com> | 2013-03-11 10:55:13 -0700 |
| commit | e39f0b3ea1f5177aa7b80f9541b59dc1698715b6 (patch) | |
| tree | 3121354515b2c7f9605956b866bc15b05ef245eb /tools/emulator/opengl/system/renderControl_enc/renderControl_client_context.h | |
| parent | b74c3ef70bd124cabb9c0d57a95a05b4e2b30c43 (diff) | |
move emulator HALs to device/generic/goldfish
Change-Id: I1ff304d540c75c4d27c5fddeb7315e177d366fb3
Diffstat (limited to 'tools/emulator/opengl/system/renderControl_enc/renderControl_client_context.h')
| -rw-r--r-- | tools/emulator/opengl/system/renderControl_enc/renderControl_client_context.h | 71 |
1 files changed, 0 insertions, 71 deletions
diff --git a/tools/emulator/opengl/system/renderControl_enc/renderControl_client_context.h b/tools/emulator/opengl/system/renderControl_enc/renderControl_client_context.h deleted file mode 100644 index ed2b1fbf4..000000000 --- a/tools/emulator/opengl/system/renderControl_enc/renderControl_client_context.h +++ /dev/null @@ -1,71 +0,0 @@ -// Generated Code - DO NOT EDIT !! -// generated by 'emugen' -#ifndef __renderControl_client_context_t_h -#define __renderControl_client_context_t_h - -#include "renderControl_client_proc.h" - - -struct renderControl_client_context_t { - - rcGetRendererVersion_client_proc_t rcGetRendererVersion; - rcGetEGLVersion_client_proc_t rcGetEGLVersion; - rcQueryEGLString_client_proc_t rcQueryEGLString; - rcGetGLString_client_proc_t rcGetGLString; - rcGetNumConfigs_client_proc_t rcGetNumConfigs; - rcGetConfigs_client_proc_t rcGetConfigs; - rcChooseConfig_client_proc_t rcChooseConfig; - rcGetFBParam_client_proc_t rcGetFBParam; - rcCreateContext_client_proc_t rcCreateContext; - rcDestroyContext_client_proc_t rcDestroyContext; - rcCreateWindowSurface_client_proc_t rcCreateWindowSurface; - rcDestroyWindowSurface_client_proc_t rcDestroyWindowSurface; - rcCreateColorBuffer_client_proc_t rcCreateColorBuffer; - rcOpenColorBuffer_client_proc_t rcOpenColorBuffer; - rcCloseColorBuffer_client_proc_t rcCloseColorBuffer; - rcSetWindowColorBuffer_client_proc_t rcSetWindowColorBuffer; - rcFlushWindowColorBuffer_client_proc_t rcFlushWindowColorBuffer; - rcMakeCurrent_client_proc_t rcMakeCurrent; - rcFBPost_client_proc_t rcFBPost; - rcFBSetSwapInterval_client_proc_t rcFBSetSwapInterval; - rcBindTexture_client_proc_t rcBindTexture; - rcBindRenderbuffer_client_proc_t rcBindRenderbuffer; - rcColorBufferCacheFlush_client_proc_t rcColorBufferCacheFlush; - rcReadColorBuffer_client_proc_t rcReadColorBuffer; - rcUpdateColorBuffer_client_proc_t rcUpdateColorBuffer; - //Accessors - virtual rcGetRendererVersion_client_proc_t set_rcGetRendererVersion(rcGetRendererVersion_client_proc_t f) { rcGetRendererVersion_client_proc_t retval = rcGetRendererVersion; rcGetRendererVersion = f; return retval;} - virtual rcGetEGLVersion_client_proc_t set_rcGetEGLVersion(rcGetEGLVersion_client_proc_t f) { rcGetEGLVersion_client_proc_t retval = rcGetEGLVersion; rcGetEGLVersion = f; return retval;} - virtual rcQueryEGLString_client_proc_t set_rcQueryEGLString(rcQueryEGLString_client_proc_t f) { rcQueryEGLString_client_proc_t retval = rcQueryEGLString; rcQueryEGLString = f; return retval;} - virtual rcGetGLString_client_proc_t set_rcGetGLString(rcGetGLString_client_proc_t f) { rcGetGLString_client_proc_t retval = rcGetGLString; rcGetGLString = f; return retval;} - virtual rcGetNumConfigs_client_proc_t set_rcGetNumConfigs(rcGetNumConfigs_client_proc_t f) { rcGetNumConfigs_client_proc_t retval = rcGetNumConfigs; rcGetNumConfigs = f; return retval;} - virtual rcGetConfigs_client_proc_t set_rcGetConfigs(rcGetConfigs_client_proc_t f) { rcGetConfigs_client_proc_t retval = rcGetConfigs; rcGetConfigs = f; return retval;} - virtual rcChooseConfig_client_proc_t set_rcChooseConfig(rcChooseConfig_client_proc_t f) { rcChooseConfig_client_proc_t retval = rcChooseConfig; rcChooseConfig = f; return retval;} - virtual rcGetFBParam_client_proc_t set_rcGetFBParam(rcGetFBParam_client_proc_t f) { rcGetFBParam_client_proc_t retval = rcGetFBParam; rcGetFBParam = f; return retval;} - virtual rcCreateContext_client_proc_t set_rcCreateContext(rcCreateContext_client_proc_t f) { rcCreateContext_client_proc_t retval = rcCreateContext; rcCreateContext = f; return retval;} - virtual rcDestroyContext_client_proc_t set_rcDestroyContext(rcDestroyContext_client_proc_t f) { rcDestroyContext_client_proc_t retval = rcDestroyContext; rcDestroyContext = f; return retval;} - virtual rcCreateWindowSurface_client_proc_t set_rcCreateWindowSurface(rcCreateWindowSurface_client_proc_t f) { rcCreateWindowSurface_client_proc_t retval = rcCreateWindowSurface; rcCreateWindowSurface = f; return retval;} - virtual rcDestroyWindowSurface_client_proc_t set_rcDestroyWindowSurface(rcDestroyWindowSurface_client_proc_t f) { rcDestroyWindowSurface_client_proc_t retval = rcDestroyWindowSurface; rcDestroyWindowSurface = f; return retval;} - virtual rcCreateColorBuffer_client_proc_t set_rcCreateColorBuffer(rcCreateColorBuffer_client_proc_t f) { rcCreateColorBuffer_client_proc_t retval = rcCreateColorBuffer; rcCreateColorBuffer = f; return retval;} - virtual rcOpenColorBuffer_client_proc_t set_rcOpenColorBuffer(rcOpenColorBuffer_client_proc_t f) { rcOpenColorBuffer_client_proc_t retval = rcOpenColorBuffer; rcOpenColorBuffer = f; return retval;} - virtual rcCloseColorBuffer_client_proc_t set_rcCloseColorBuffer(rcCloseColorBuffer_client_proc_t f) { rcCloseColorBuffer_client_proc_t retval = rcCloseColorBuffer; rcCloseColorBuffer = f; return retval;} - virtual rcSetWindowColorBuffer_client_proc_t set_rcSetWindowColorBuffer(rcSetWindowColorBuffer_client_proc_t f) { rcSetWindowColorBuffer_client_proc_t retval = rcSetWindowColorBuffer; rcSetWindowColorBuffer = f; return retval;} - virtual rcFlushWindowColorBuffer_client_proc_t set_rcFlushWindowColorBuffer(rcFlushWindowColorBuffer_client_proc_t f) { rcFlushWindowColorBuffer_client_proc_t retval = rcFlushWindowColorBuffer; rcFlushWindowColorBuffer = f; return retval;} - virtual rcMakeCurrent_client_proc_t set_rcMakeCurrent(rcMakeCurrent_client_proc_t f) { rcMakeCurrent_client_proc_t retval = rcMakeCurrent; rcMakeCurrent = f; return retval;} - virtual rcFBPost_client_proc_t set_rcFBPost(rcFBPost_client_proc_t f) { rcFBPost_client_proc_t retval = rcFBPost; rcFBPost = f; return retval;} - virtual rcFBSetSwapInterval_client_proc_t set_rcFBSetSwapInterval(rcFBSetSwapInterval_client_proc_t f) { rcFBSetSwapInterval_client_proc_t retval = rcFBSetSwapInterval; rcFBSetSwapInterval = f; return retval;} - virtual rcBindTexture_client_proc_t set_rcBindTexture(rcBindTexture_client_proc_t f) { rcBindTexture_client_proc_t retval = rcBindTexture; rcBindTexture = f; return retval;} - virtual rcBindRenderbuffer_client_proc_t set_rcBindRenderbuffer(rcBindRenderbuffer_client_proc_t f) { rcBindRenderbuffer_client_proc_t retval = rcBindRenderbuffer; rcBindRenderbuffer = f; return retval;} - virtual rcColorBufferCacheFlush_client_proc_t set_rcColorBufferCacheFlush(rcColorBufferCacheFlush_client_proc_t f) { rcColorBufferCacheFlush_client_proc_t retval = rcColorBufferCacheFlush; rcColorBufferCacheFlush = f; return retval;} - virtual rcReadColorBuffer_client_proc_t set_rcReadColorBuffer(rcReadColorBuffer_client_proc_t f) { rcReadColorBuffer_client_proc_t retval = rcReadColorBuffer; rcReadColorBuffer = f; return retval;} - virtual rcUpdateColorBuffer_client_proc_t set_rcUpdateColorBuffer(rcUpdateColorBuffer_client_proc_t f) { rcUpdateColorBuffer_client_proc_t retval = rcUpdateColorBuffer; rcUpdateColorBuffer = f; return retval;} - virtual ~renderControl_client_context_t() {} - - typedef renderControl_client_context_t *CONTEXT_ACCESSOR_TYPE(void); - static void setContextAccessor(CONTEXT_ACCESSOR_TYPE *f); - int initDispatchByName( void *(*getProc)(const char *name, void *userData), void *userData); - virtual void setError(unsigned int error){}; - virtual unsigned int getError(){ return 0; }; -}; - -#endif |
