Searched defs:GLContext (Results 1 – 3 of 3) sorted by relevance
15 typedef struct waffle_context* GLContext; // Forward declaration from waffle.h. typedef25 typedef GLXContext GLContext; typedef30 typedef EGLContext GLContext; typedef
50 class GLContext : public Context class
42 GLContext::GLContext (const glu::RenderContext& context, tcu::TestLog& log, deUint32 logFlags, cons… in GLContext() function in sglr::GLContext