#include <Cache.h>
|
| static void | initialize () |
| |
| static void | destroy () |
| |
| static const TType * | getType (TBasicType basicType, TPrecision precision) |
| |
| static const TType * | getType (TBasicType basicType, unsigned char primarySize=1, unsigned char secondarySize=1) |
| |
| static const TType * | getType (TBasicType basicType, TQualifier qualifier, unsigned char primarySize=1, unsigned char secondarySize=1) |
| |
| static const TType * | getType (TBasicType basicType, TPrecision precision, TQualifier qualifier, unsigned char primarySize, unsigned char secondarySize) |
| |
◆ destroy()
◆ getType() [1/4]
◆ getType() [2/4]
| static const TType* TCache::getType |
( |
TBasicType |
basicType, |
|
|
unsigned char |
primarySize = 1, |
|
|
unsigned char |
secondarySize = 1 |
|
) |
| |
|
inlinestatic |
◆ getType() [3/4]
| static const TType* TCache::getType |
( |
TBasicType |
basicType, |
|
|
TQualifier |
qualifier, |
|
|
unsigned char |
primarySize = 1, |
|
|
unsigned char |
secondarySize = 1 |
|
) |
| |
|
inlinestatic |
◆ getType() [4/4]
◆ initialize()
| void TCache::initialize |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following files:
- Source/ThirdParty/ANGLE/src/compiler/translator/Cache.h
- Source/ThirdParty/ANGLE/src/compiler/translator/Cache.cpp