RetroArch
Functions | Variables
gl_capabilities.c File Reference
#include <stdio.h>
#include <stdint.h>
#include <math.h>
#include <string.h>
#include <boolean.h>
#include <glsym/glsym.h>
#include <gfx/gl_capabilities.h>
Include dependency graph for gl_capabilities.c:

Functions

bool gl_query_core_context_in_use (void)
 
void gl_query_core_context_set (bool set)
 
void gl_query_core_context_unset (void)
 
bool gl_query_extension (const char *ext)
 
bool gl_check_error (char **error_string)
 
bool gl_check_capability (enum gl_capability_enum enum_idx)
 

Variables

static bool gl_core_context = false
 

Function Documentation

◆ gl_check_capability()

bool gl_check_capability ( enum gl_capability_enum  enum_idx)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ gl_check_error()

bool gl_check_error ( char **  error_string)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ gl_query_core_context_in_use()

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

◆ gl_query_core_context_set()

void gl_query_core_context_set ( bool  set)
Here is the caller graph for this function:

◆ gl_query_core_context_unset()

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

◆ gl_query_extension()

bool gl_query_extension ( const char *  ext)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ gl_core_context

bool gl_core_context = false
static