Lines Matching refs:ContextInfo
77 class ES2ContextInfo : public ContextInfo
151 : glu::ContextInfo (context) in ES2ContextInfo()
196 ContextInfo::ContextInfo (const RenderContext& context) in ContextInfo() function in glu::ContextInfo
222 ContextInfo::~ContextInfo (void) in ~ContextInfo()
226 int ContextInfo::getInt (int param) const in getInt()
234 bool ContextInfo::getBool (int param) const in getBool()
242 const char* ContextInfo::getString (int param) const in getString()
249 bool ContextInfo::isCompressedTextureFormatSupported (int format) const in isCompressedTextureFormatSupported()
255 bool ContextInfo::isExtensionSupported (const char* name) const in isExtensionSupported()
261 bool ContextInfo::isES3Compatible() const in isES3Compatible()
266 ContextInfo* ContextInfo::create (const RenderContext& context) in create()
273 return new ContextInfo(context); in create()