HomeSort by relevance Sort by last modified time
    Searched full:_this (Results 301 - 325 of 366) sorted by null

<<1112131415

  /external/qemu/distrib/sdl-1.2.15/src/video/aalib/
SDL_aavideo.h 34 #define _THIS SDL_VideoDevice *this
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarievents.c 59 static void Atari_InitializeEvents(_THIS)
113 void Atari_InitOSKeymap(_THIS)
123 void SDL_Atari_InitInternalKeymap(_THIS)
163 void Atari_PumpEvents(_THIS)
SDL_xbiosevents.c 119 void SDL_AtariXbios_PostMouseEvents(_THIS, SDL_bool buttonEvents)
  /external/qemu/distrib/sdl-1.2.15/src/video/caca/
SDL_cacavideo.h 44 #define _THIS SDL_VideoDevice *this
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzEvents.m 80 void QZ_InitOSKeymap (_THIS) {
333 static void QZ_DoKey (_THIS, int state, NSEvent *event) {
393 static void QZ_DoUnsidedModifiers (_THIS, unsigned int newMods) {
439 static void QZ_HandleNonDeviceModifier ( _THIS, unsigned int device_independent_mask, unsigned int newMods, unsigned int key_sym) {
467 static void QZ_HandleModifierOneSide ( _THIS, unsigned int newMods,
503 static void QZ_HandleModifierSide ( _THIS, int device_independent_mask,
546 static void QZ_ReleaseModifierSide ( _THIS,
596 static void QZ_HandleCapsLock (_THIS, unsigned int newMods) {
625 static void QZ_DoSidedModifiers (_THIS, unsigned int newMods) {
679 static void QZ_DoModifiers (_THIS, unsigned int newMods)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/svga/
SDL_svgavideo.h 31 #define _THIS SDL_VideoDevice *this
  /external/qemu/distrib/sdl-1.2.15/src/video/vgl/
SDL_vglevents.c 72 static void handle_keyboard(_THIS)
99 static void handle_mouse(_THIS)
133 void VGL_PumpEvents(_THIS)
142 void VGL_InitOSKeymap(_THIS)
SDL_vglvideo.h 36 #define _THIS SDL_VideoDevice *this
  /external/qemu/distrib/sdl-1.2.15/src/video/wscons/
SDL_wsconsvideo.h 38 #define _THIS SDL_VideoDevice *this
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios_sb3.c 66 void SDL_XBIOS_ListSB3Modes(_THIS, int actually_add, scpn_cookie_t *cookie_scpn)
SDL_xbios_sb3.h 80 void SDL_XBIOS_ListSB3Modes(_THIS, int actually_add, scpn_cookie_t *cookie_scpn);
SDL_xbios_blowup.c 35 void SDL_XBIOS_ListBlowupModes(_THIS, int actually_add, blow_cookie_t *cookie_blow)
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetActiveAttrib.cpp 4 (JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint lengthOffset, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset, jbyteArray name_ref, jint nameOffset) {
124 (JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type_buf, jbyte name) {
176 (JNIEnv *_env, jobject _this, jint program, jint index, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset) {
271 (JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) {
glGetActiveUniform.cpp 4 (JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint lengthOffset, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset, jbyteArray name_ref, jint nameOffset) {
124 (JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type_buf, jbyte name) {
176 (JNIEnv *_env, jobject _this, jint program, jint index, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset) {
274 (JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) {
glGetTransformFeedbackVarying.cpp 4 (JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint lengthOffset, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset, jbyteArray name_ref, jint nameOffset) {
124 (JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type_buf, jbyte name) {
176 (JNIEnv *_env, jobject _this, jint program, jint index, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset) {
271 (JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) {
  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemvideo.h 36 #define _THIS SDL_VideoDevice *this
39 void GEM_wind_redraw(_THIS, int winhandle, short *inside);
71 void (*setpalette)(_THIS, Uint16 newpal[256][3]);
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 62 static int X11_VideoInit(_THIS, SDL_PixelFormat *vformat);
63 static SDL_Surface *X11_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
64 static int X11_ToggleFullScreen(_THIS, int on);
65 static void X11_UpdateMouse(_THIS);
66 static int X11_SetColors(_THIS, int firstcolor, int ncolors,
68 static int X11_SetGammaRamp(_THIS, Uint16 *ramp);
69 static void X11_VideoQuit(_THIS);
326 static void create_aux_windows(_THIS)
584 static int X11_VideoInit(_THIS, SDL_PixelFormat *vformat)
728 static void X11_DestroyWindow(_THIS, SDL_Surface *screen
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbevents.c 150 int FB_InGraphicsMode(_THIS)
155 int FB_EnterGraphicsMode(_THIS)
218 void FB_LeaveGraphicsMode(_THIS)
234 void FB_CloseKeyboard(_THIS)
245 int FB_OpenKeyboard(_THIS)
330 void FB_CloseMouse(_THIS)
547 int FB_OpenMouse(_THIS)
746 static void handle_tslib(_THIS)
763 static void handle_mouse(_THIS)
932 static void switch_vt_prep(_THIS)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsevents.c 143 int GS_InGraphicsMode(_THIS)
148 int GS_EnterGraphicsMode(_THIS)
209 void GS_LeaveGraphicsMode(_THIS)
224 void GS_CloseKeyboard(_THIS)
235 int GS_OpenKeyboard(_THIS)
311 void GS_CloseMouse(_THIS)
481 int GS_OpenMouse(_THIS)
616 static void handle_mouse(_THIS)
760 static void handle_keyboard(_THIS)
781 void GS_PumpEvents(_THIS)
    [all...]
SDL_gsvideo.h 37 #define _THIS SDL_VideoDevice *this
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_events.c 51 static int ph_WarpedMotion(_THIS, PhEvent_t *winEvent)
78 static void set_motion_sensitivity(_THIS, unsigned int flags)
110 static int ph_DispatchEvent(_THIS)
414 int ph_Pending(_THIS)
437 void ph_PumpEvents(_THIS)
621 void ph_InitOSKeymap(_THIS)
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxevents.c 38 void NX_InitOSKeymap (_THIS)
164 static int check_boundary (_THIS, int x, int y)
173 void NX_PumpEvents (_THIS)
SDL_nxvideo.h 42 #define _THIS SDL_VideoDevice * this
  /external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_lowvideo.h 46 #define _THIS SDL_VideoDevice *this
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5events.c 157 static int DX5_DInputInit(_THIS)
248 static void DX5_DInputQuit(_THIS)
554 LRESULT DX5_HandleMessage(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
649 static int DX5_CheckInput(_THIS, int timeout, BOOL processInput)
732 void DX5_DInputReset(_THIS, int fullscreen)
763 void DX5_PumpEvents(_THIS)
771 void DX5_InitOSKeymap(_THIS)
934 int DX5_CreateWindow(_THIS)
987 void DX5_DestroyWindow(_THIS)

Completed in 597 milliseconds

<<1112131415