RetroArch
Functions | Variables
video_display_server.c File Reference
#include <stdio.h>
#include "video_display_server.h"
#include "video_driver.h"
#include "../verbosity.h"
Include dependency graph for video_display_server.c:
This graph shows which files directly or indirectly include this file:

Functions

const char * video_display_server_get_ident (void)
 
voidvideo_display_server_init (void)
 
void video_display_server_destroy (void)
 
bool video_display_server_set_window_opacity (unsigned opacity)
 
bool video_display_server_set_window_progress (int progress, bool finished)
 
bool video_display_server_set_window_decorations (bool on)
 
bool video_display_server_set_resolution (unsigned width, unsigned height, int int_hz, float hz, int center)
 
voidvideo_display_server_get_resolution_list (unsigned *size)
 
const char * video_display_server_get_output_options (void)
 

Variables

static const video_display_server_tcurrent_display_server = &dispserv_null
 
static voidcurrent_display_server_data = NULL
 

Function Documentation

◆ video_display_server_destroy()

void video_display_server_destroy ( void  )
Here is the caller graph for this function:

◆ video_display_server_get_ident()

const char* video_display_server_get_ident ( void  )
Here is the caller graph for this function:

◆ video_display_server_get_output_options()

const char* video_display_server_get_output_options ( void  )

◆ video_display_server_get_resolution_list()

void* video_display_server_get_resolution_list ( unsigned *  size)
Here is the caller graph for this function:

◆ video_display_server_init()

void* video_display_server_init ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ video_display_server_set_resolution()

bool video_display_server_set_resolution ( unsigned  width,
unsigned  height,
int  int_hz,
float  hz,
int  center 
)
Here is the caller graph for this function:

◆ video_display_server_set_window_decorations()

bool video_display_server_set_window_decorations ( bool  on)
Here is the caller graph for this function:

◆ video_display_server_set_window_opacity()

bool video_display_server_set_window_opacity ( unsigned  opacity)
Here is the caller graph for this function:

◆ video_display_server_set_window_progress()

bool video_display_server_set_window_progress ( int  progress,
bool  finished 
)
Here is the caller graph for this function:

Variable Documentation

◆ current_display_server

const video_display_server_t* current_display_server = &dispserv_null
static

◆ current_display_server_data

void* current_display_server_data = NULL
static