TORCS  1.3.9
The Open Racing Car Simulator
glfeatures.cpp File Reference
#include <glfeatures.h>
#include <portability.h>
Include dependency graph for glfeatures.cpp:

Go to the source code of this file.

Functions

void checkCompressARBAvailable (bool &result)
 
void checkCompressARBEnabled (bool &result)
 
void updateCompressARBEnabled (void)
 
bool isCompressARBAvailable (void)
 
bool isCompressARBEnabled (void)
 
void getGLTextureMaxSize (int &result)
 
void getUserTextureMaxSize (int &result)
 
void updateUserTextureMaxSize (void)
 
int getGLTextureMaxSize (void)
 
int getUserTextureMaxSize (void)
 
void checkGLFeatures (void)
 

Variables

static bool compressARBAvailable
 
static bool compressARBEnabled
 
static int glTextureMaxSize
 
static int userTextureMaxSize
 

Function Documentation

◆ checkCompressARBAvailable()

void checkCompressARBAvailable ( bool &  result)

Definition at line 41 of file glfeatures.cpp.

Here is the call graph for this function:

◆ checkCompressARBEnabled()

void checkCompressARBEnabled ( bool &  result)

Definition at line 61 of file glfeatures.cpp.

Here is the call graph for this function:

◆ checkGLFeatures()

void checkGLFeatures ( void  )

Definition at line 152 of file glfeatures.cpp.

Here is the call graph for this function:

◆ getGLTextureMaxSize() [1/2]

void getGLTextureMaxSize ( int &  result)

Definition at line 111 of file glfeatures.cpp.

◆ getGLTextureMaxSize() [2/2]

int getGLTextureMaxSize ( void  )

Definition at line 139 of file glfeatures.cpp.

◆ getUserTextureMaxSize() [1/2]

void getUserTextureMaxSize ( int &  result)

Definition at line 120 of file glfeatures.cpp.

Here is the call graph for this function:

◆ getUserTextureMaxSize() [2/2]

int getUserTextureMaxSize ( void  )

Definition at line 145 of file glfeatures.cpp.

◆ isCompressARBAvailable()

bool isCompressARBAvailable ( void  )

Definition at line 93 of file glfeatures.cpp.

◆ isCompressARBEnabled()

bool isCompressARBEnabled ( void  )

Definition at line 99 of file glfeatures.cpp.

◆ updateCompressARBEnabled()

void updateCompressARBEnabled ( void  )

Definition at line 86 of file glfeatures.cpp.

Here is the call graph for this function:

◆ updateUserTextureMaxSize()

void updateUserTextureMaxSize ( void  )

Definition at line 134 of file glfeatures.cpp.

Here is the call graph for this function:

Variable Documentation

◆ compressARBAvailable

bool compressARBAvailable
static

Definition at line 37 of file glfeatures.cpp.

◆ compressARBEnabled

bool compressARBEnabled
static

Definition at line 38 of file glfeatures.cpp.

◆ glTextureMaxSize

int glTextureMaxSize
static

Definition at line 107 of file glfeatures.cpp.

◆ userTextureMaxSize

int userTextureMaxSize
static

Definition at line 108 of file glfeatures.cpp.