/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11dga.c | 35 void X11_EnableDGAMouse(_THIS) 73 void X11_CheckDGAMouse(_THIS) 82 void X11_DisableDGAMouse(_THIS)
|
SDL_x11wm.c | 44 void X11_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask) 244 void X11_SetCaptionNoLock(_THIS, const char *title, const char *icon) 309 void X11_SetCaption(_THIS, const char *title, const char *icon) 317 int X11_IconifyWindow(_THIS) 336 static void set_window_pos_nolock(_THIS, int x, int y) 377 void X11_SetWindowPos(_THIS, int x, int y) 385 void X11_GetWindowPos(_THIS, int *px, int *py) 404 is_window_visible(_THIS, int screen_x, int screen_y, int screen_w, int screen_h ) 417 int X11_IsWindowVisible(_THIS, int recenter) 469 SDL_GrabMode X11_GrabInputNoLock(_THIS, SDL_GrabMode mode [all...] |
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
glGetActiveUniformBlockName.cpp | 4 (JNIEnv* _env, jobject _this, jint program, jint uniformBlockIndex, int bufSize, jintArray length_ref, jint lengthOffset, jbyteArray name_ref, jint nameOffset) { 74 (JNIEnv* _env, jobject _this, jint program, jint uniformBlockIndex, jobject length_buf, jobject uniformBlockName_buf) { 116 (JNIEnv *_env, jobject _this, jint program, jint uniformBlockIndex) {
|
/external/qemu/distrib/sdl-1.2.15/src/audio/windx5/ |
SDL_dx5audio.c | 38 static int DX5_OpenAudio(_THIS, SDL_AudioSpec *spec); 39 static void DX5_ThreadInit(_THIS); 40 static void DX5_WaitAudio_BusyWait(_THIS); 42 static void DX6_WaitAudio_EventWait(_THIS); 44 static void DX5_PlayAudio(_THIS); 45 static Uint8 *DX5_GetAudioBuf(_THIS); 46 static void DX5_WaitDone(_THIS); 47 static void DX5_CloseAudio(_THIS); 243 static void DX5_ThreadInit(_THIS) 248 static void DX5_WaitAudio_BusyWait(_THIS) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/macdsp/ |
SDL_dspvideo.c | 153 static int DSp_VideoInit(_THIS, SDL_PixelFormat *vformat); 154 static SDL_Rect **DSp_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags); 155 static SDL_Surface *DSp_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags); 156 static int DSp_SetColors(_THIS, int firstcolor, int ncolors, 158 static int DSp_CreatePalette(_THIS); 159 static int DSp_DestroyPalette(_THIS); 160 static void DSp_VideoQuit(_THIS); 162 static int DSp_GetMainDevice (_THIS, GDHandle *device); 163 static void DSp_IsHWAvailable (_THIS, SDL_PixelFormat *vformat); 164 static void DSp_DSpUpdate(_THIS, int numrects, SDL_Rect *sdl_rects) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/ |
SDL_DirectFB_video.c | 54 static int DirectFB_VideoInit(_THIS, SDL_PixelFormat *vformat); 55 static SDL_Rect **DirectFB_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags); 56 static SDL_Surface *DirectFB_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags); 57 static int DirectFB_SetColors(_THIS, int firstcolor, int ncolors, 59 static void DirectFB_VideoQuit(_THIS); 62 static int DirectFB_AllocHWSurface(_THIS, SDL_Surface *surface); 63 static int DirectFB_FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *dstrect, Uint32 color); 64 static int DirectFB_LockHWSurface(_THIS, SDL_Surface *surface); 65 static void DirectFB_UnlockHWSurface(_THIS, SDL_Surface *surface); 66 static void DirectFB_FreeHWSurface(_THIS, SDL_Surface *surface) [all...] |
SDL_DirectFB_yuv.c | 73 static DFBResult CreateYUVSurface(_THIS, struct private_yuvhwdata *hwdata, 151 SDL_Overlay *DirectFB_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display) 208 int DirectFB_LockYUVOverlay(_THIS, SDL_Overlay *overlay) 244 void DirectFB_UnlockYUVOverlay(_THIS, SDL_Overlay *overlay) 253 int DirectFB_DisplayYUVOverlay(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst) 274 void DirectFB_FreeYUVOverlay(_THIS, SDL_Overlay *overlay)
|
/frameworks/base/core/jni/ |
android_opengl_EGL14.cpp | 136 (JNIEnv *_env, jobject _this) { 145 (JNIEnv *_env, jobject _this, jint display_id) { 156 (JNIEnv *_env, jobject _this, jobject dpy, jintArray major_ref, jint majorOffset, jintArray minor_ref, jint minorOffset) { 239 (JNIEnv *_env, jobject _this, jobject dpy) { 252 (JNIEnv *_env, jobject _this, jobject dpy, jint name) { 262 (JNIEnv *_env, jobject _this, jobject dpy, jobjectArray configs_ref, jint configsOffset, jint config_size, jintArray num_config_ref, jint num_configOffset) { 340 (JNIEnv *_env, jobject _this, jobject dpy, jintArray attrib_list_ref, jint attrib_listOffset, jobjectArray configs_ref, jint configsOffset, jint config_size, jintArray num_config_ref, jint num_configOffset) { 463 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint attribute, jintArray value_ref, jint offset) { 518 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) { 595 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/macrom/ |
SDL_romvideo.c | 56 static int ROM_VideoInit(_THIS, SDL_PixelFormat *vformat); 57 static SDL_Rect **ROM_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags); 58 static SDL_Surface *ROM_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags); 59 static int ROM_SetColors(_THIS, int firstcolor, int ncolors, 61 static void ROM_VideoQuit(_THIS); 64 static int ROM_AllocHWSurface(_THIS, SDL_Surface *surface); 65 static int ROM_LockHWSurface(_THIS, SDL_Surface *surface); 66 static void ROM_UnlockHWSurface(_THIS, SDL_Surface *surface); 67 static void ROM_FreeHWSurface(_THIS, SDL_Surface *surface); 194 static int ROM_VideoInit(_THIS, SDL_PixelFormat *vformat [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/dma/ |
SDL_dmaaudio.c | 63 static int DMA_OpenAudio(_THIS, SDL_AudioSpec *spec); 64 static void DMA_WaitAudio(_THIS); 65 static void DMA_PlayAudio(_THIS); 66 static Uint8 *DMA_GetAudioBuf(_THIS); 67 static void DMA_CloseAudio(_THIS); 138 static void DMA_WaitAudio(_THIS) 205 static void DMA_PlayAudio(_THIS) 214 static Uint8 *DMA_GetAudioBuf(_THIS) 238 static void DMA_CloseAudio(_THIS) 250 static int DMA_ReopenAudio(_THIS, const char *audiodev, int format, int stereo [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/nas/ |
SDL_nasaudio.c | 157 static int NAS_OpenAudio(_THIS, SDL_AudioSpec *spec); 158 static void NAS_WaitAudio(_THIS); 159 static void NAS_PlayAudio(_THIS); 160 static Uint8 *NAS_GetAudioBuf(_THIS); 161 static void NAS_CloseAudio(_THIS); 229 static void NAS_WaitAudio(_THIS) 238 static void NAS_PlayAudio(_THIS) 259 static Uint8 *NAS_GetAudioBuf(_THIS) 264 static void NAS_CloseAudio(_THIS) 334 find_device(_THIS, int nch [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/sun/ |
SDL_sunaudio.c | 51 static int DSP_OpenAudio(_THIS, SDL_AudioSpec *spec); 52 static void DSP_WaitAudio(_THIS); 53 static void DSP_PlayAudio(_THIS); 54 static Uint8 *DSP_GetAudioBuf(_THIS); 55 static void DSP_CloseAudio(_THIS); 120 void CheckUnderflow(_THIS) 135 void DSP_WaitAudio(_THIS) 162 void DSP_PlayAudio(_THIS) 225 Uint8 *DSP_GetAudioBuf(_THIS) 230 void DSP_CloseAudio(_THIS) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/ |
SDL_ps3yuv.c | 40 int SPE_Start(_THIS, spu_data_t * spe_data); 41 int SPE_Stop(_THIS, spu_data_t * spe_data); 42 int SPE_Boot(_THIS, spu_data_t * spe_data); 43 int SPE_Shutdown(_THIS, spu_data_t * spe_data); 44 int SPE_SendMsg(_THIS, spu_data_t * spe_data, unsigned int msg); 45 int SPE_WaitForMsg(_THIS, spu_data_t * spe_data, unsigned int msg); 82 SDL_Overlay *PS3_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display) { 198 int PS3_LockYUVOverlay(_THIS, SDL_Overlay *overlay) { 208 void PS3_UnlockYUVOverlay(_THIS, SDL_Overlay *overlay) { 218 int PS3_DisplayYUVOverlay(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst) [all...] |
/external/eigen/Eigen/src/Core/ |
PlainObjectBase.h | 660 static void run(DenseBase<Derived>& _this, Index rows, Index cols) 662 if (_this.rows() == rows && _this.cols() == cols) return; 665 if ( ( Derived::IsRowMajor && _this.cols() == cols) || // row-major and we change only the number of rows 666 (!Derived::IsRowMajor && _this.rows() == rows) ) // column-major and we change only the number of columns 669 _this.derived().m_storage.conservativeResize(rows*cols,rows,cols); 675 const Index common_rows = (std::min)(rows, _this.rows()); 676 const Index common_cols = (std::min)(cols, _this.cols()); 677 tmp.block(0,0,common_rows,common_cols) = _this.block(0,0,common_rows,common_cols); 678 _this.derived().swap(tmp) [all...] |
/external/llvm/test/CodeGen/X86/ |
2010-09-01-RemoveCopyByCommutingDef.ll | 7 define void @f(i32* %w, i32* %h, i8* %_this, i8* %image) nounwind ssp { 8 %x1 = tail call i64 @g(i8* %_this, i8* %image) nounwind ; <i64> [#uses=3]
|
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/ |
SDL_nxwm.c | 33 void NX_SetCaption (_THIS, const char * title, const char * icon) 47 int NX_GetWMInfo (_THIS, SDL_SysWMinfo * info)
|
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/ |
SDL_wimppoll.c | 53 void WIMP_Poll(_THIS, int waitTime); 57 void WIMP_PlotSprite(_THIS, int x, int y); 58 void WIMP_ModeChanged(_THIS); 59 void WIMP_PaletteChanged(_THIS); 62 extern void WIMP_PollMouse(_THIS); 73 extern void WIMP_ReshowCursor(_THIS); 82 void WIMP_PumpEvents(_THIS) 93 void WIMP_Poll(_THIS, int waitTime)
|
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
SDL_fb3dfx.c | 31 static void WaitVBL(_THIS) 41 static void WaitIdle(_THIS) 47 static int SetHWColorKey(_THIS, SDL_Surface *surface, Uint32 key) 52 static int FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color) 169 static int CheckHWBlit(_THIS, SDL_Surface *src, SDL_Surface *dst) 196 void FB_3DfxAccel(_THIS, __u32 card)
|
/external/qemu/distrib/sdl-1.2.15/src/video/photon/ |
SDL_ph_mouse.c | 34 void ph_FreeWMCursor(_THIS, WMcursor *cursor) 51 WMcursor *ph_CreateWMCursor(_THIS, Uint8 *data, Uint8 *mask, int w, int h, int hot_x, int hot_y) 117 int ph_ShowWMCursor(_THIS, WMcursor* cursor) 170 void ph_WarpWMCursor(_THIS, Uint16 x, Uint16 y) 181 void ph_CheckMouseMode(_THIS) 195 void ph_UpdateMouse(_THIS)
|
SDL_ph_image.c | 35 int ph_SetupImage(_THIS, SDL_Surface *screen) 111 int ph_SetupOCImage(_THIS, SDL_Surface *screen) 183 int ph_SetupFullScreenImage(_THIS, SDL_Surface* screen) 299 int ph_SetupOpenGLImage(_THIS, SDL_Surface* screen) 327 void ph_DestroyImage(_THIS, SDL_Surface* screen) 406 int ph_UpdateHWInfo(_THIS) 482 int ph_SetupUpdateFunction(_THIS, SDL_Surface* screen, Uint32 flags) 522 int ph_AllocHWSurface(_THIS, SDL_Surface* surface) 574 void ph_FreeHWSurface(_THIS, SDL_Surface* surface) 615 int ph_CheckHWBlit(_THIS, SDL_Surface *src, SDL_Surface *dst [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/ |
SDL_sysmouse.c | 90 void WIN_FreeWMCursor(_THIS, WMcursor *cursor) 105 WMcursor *WIN_CreateWMCursor(_THIS, 187 int WIN_ShowWMCursor(_THIS, WMcursor *cursor) 208 void WIN_WarpWMCursor(_THIS, Uint16 x, Uint16 y) 232 void WIN_UpdateMouse(_THIS) 246 void WIN_CheckMouseMode(_THIS)
|
/external/qemu/distrib/sdl-1.2.15/src/audio/pulse/ |
SDL_pulseaudio.c | 54 static int PULSE_OpenAudio(_THIS, SDL_AudioSpec *spec); 55 static void PULSE_WaitAudio(_THIS); 56 static void PULSE_PlayAudio(_THIS); 57 static Uint8 *PULSE_GetAudioBuf(_THIS); 58 static void PULSE_CloseAudio(_THIS); 59 static void PULSE_WaitDone(_THIS); 60 static void PULSE_SetCaption(_THIS, const char *str); 304 static void PULSE_WaitAudio(_THIS) 320 static void PULSE_PlayAudio(_THIS) 327 static Uint8 *PULSE_GetAudioBuf(_THIS) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
SDL_QuartzGL.m | 65 int QZ_SetupOpenGL (_THIS, int bpp, Uint32 flags) { 189 void QZ_TearDownOpenGL (_THIS) { 201 int QZ_GL_LoadLibrary (_THIS, const char *location) { 223 void* QZ_GL_GetProcAddress (_THIS, const char *proc) { 227 int QZ_GL_GetAttribute (_THIS, SDL_GLattr attrib, int* value) { 285 int QZ_GL_MakeCurrent (_THIS) { 290 void QZ_GL_SwapBuffers (_THIS) {
|
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/ |
SDL_gapivideo.c | 88 extern int DIB_AddMode(_THIS, int bpp, int w, int h); 91 static int GAPI_VideoInit(_THIS, SDL_PixelFormat *vformat); 92 static SDL_Rect **GAPI_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags); 93 static SDL_Surface *GAPI_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags); 94 static int GAPI_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors); 95 static void GAPI_VideoQuit(_THIS); 98 static int GAPI_AllocHWSurface(_THIS, SDL_Surface *surface); 99 static int GAPI_LockHWSurface(_THIS, SDL_Surface *surface); 100 static void GAPI_UnlockHWSurface(_THIS, SDL_Surface *surface); 101 static void GAPI_FreeHWSurface(_THIS, SDL_Surface *surface) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/gem/ |
SDL_gemmouse.c | 46 void GEM_FreeWMCursor(_THIS, WMcursor *cursor) 63 WMcursor *GEM_CreateWMCursor(_THIS, 141 int GEM_ShowWMCursor(_THIS, WMcursor *cursor) 155 void GEM_WarpWMCursor(_THIS, Uint16 x, Uint16 y) 168 void GEM_CheckMouseMode(_THIS)
|