RetroArch
Enumerations | Functions
gl_capabilities.h File Reference
#include <boolean.h>
#include <retro_common_api.h>
Include dependency graph for gl_capabilities.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  gl_capability_enum {
  GL_CAPS_NONE = 0, GL_CAPS_EGLIMAGE, GL_CAPS_SYNC, GL_CAPS_MIPMAP,
  GL_CAPS_VAO, GL_CAPS_FBO, GL_CAPS_ARGB8, GL_CAPS_DEBUG,
  GL_CAPS_PACKED_DEPTH_STENCIL, GL_CAPS_ES2_COMPAT, GL_CAPS_UNPACK_ROW_LENGTH, GL_CAPS_FULL_NPOT_SUPPORT,
  GL_CAPS_SRGB_FBO, GL_CAPS_SRGB_FBO_ES3, GL_CAPS_FP_FBO, GL_CAPS_BGRA8888,
  GL_CAPS_GLES3_SUPPORTED, GL_CAPS_TEX_STORAGE, GL_CAPS_TEX_STORAGE_EXT
}
 

Functions

bool gl_check_error (char **error_string)
 
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_check_capability (enum gl_capability_enum enum_idx)
 
bool gl_query_extension (const char *ext)
 

Enumeration Type Documentation

◆ gl_capability_enum

Enumerator
GL_CAPS_NONE 
GL_CAPS_EGLIMAGE 
GL_CAPS_SYNC 
GL_CAPS_MIPMAP 
GL_CAPS_VAO 
GL_CAPS_FBO 
GL_CAPS_ARGB8 
GL_CAPS_DEBUG 
GL_CAPS_PACKED_DEPTH_STENCIL 
GL_CAPS_ES2_COMPAT 
GL_CAPS_UNPACK_ROW_LENGTH 
GL_CAPS_FULL_NPOT_SUPPORT 
GL_CAPS_SRGB_FBO 
GL_CAPS_SRGB_FBO_ES3 
GL_CAPS_FP_FBO 
GL_CAPS_BGRA8888 
GL_CAPS_GLES3_SUPPORTED 
GL_CAPS_TEX_STORAGE 
GL_CAPS_TEX_STORAGE_EXT 

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: