Searched defs:TBasicType (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DBaseTypes.h38 enum TBasicType enum
74 const char* getBasicString(TBasicType t);
76 inline bool IsSampler(TBasicType type)
81 inline bool IsIntegerSampler(TBasicType type)
111 inline bool IsSampler2D(TBasicType type)
141 inline bool IsSamplerCube(TBasicType type)
171 inline bool IsSampler3D(TBasicType type)
201 inline bool IsSamplerArray(TBasicType type)
231 inline bool IsShadowSampler(TBasicType type)
261 inline bool SupportsPrecision(TBasicType typ
[all...]

Completed in 148 milliseconds