HomeSort by relevance Sort by last modified time
    Searched defs:ContextInfo (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/opengl/
gluContextInfo.hpp 82 class ContextInfo
85 virtual ~ContextInfo (void);
102 static ContextInfo* create (const RenderContext& context);
105 ContextInfo (const RenderContext& context);
110 ContextInfo (const ContextInfo& other);
111 ContextInfo& operator= (const ContextInfo& other);
gluContextInfo.cpp 66 class ES2ContextInfo : public ContextInfo
140 : glu::ContextInfo (context)
214 // ContextInfo
216 ContextInfo::ContextInfo (const RenderContext& context)
221 ContextInfo::~ContextInfo (void)
225 int ContextInfo::getInt (int param) const
233 bool ContextInfo::getBool (int param) const
241 const char* ContextInfo::getString (int param) cons
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comsvcs.h 53 typedef struct ContextInfo ContextInfo;
638 typedef struct ContextInfo ContextInfo;
    [all...]

Completed in 2670 milliseconds