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

/external/autotest/client/deps/glbench/src/
H A Dglinterface.h15 typedef struct waffle_context *GLContext; // Forward declaration from waffle.h. typedef in typeref:struct:waffle_context
25 typedef GLXContext GLContext; typedef
30 typedef EGLContext GLContext; typedef
57 virtual bool MakeCurrent(const GLContext& context) = 0;
58 virtual const GLContext CreateContext() = 0;
59 virtual void DeleteContext(const GLContext& context) = 0;
60 virtual const GLContext& GetMainContext() = 0;
/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.hpp50 class GLContext : public Context class in namespace:sglr
53 GLContext (const glu::RenderContext& context, tcu::TestLog& log, deUint32 logFlags, const tcu::IVec4& baseViewport);
54 virtual ~GLContext (void);
221 GLContext (const GLContext& other);
222 GLContext& operator= (const GLContext& other);
H A DsglrGLContext.cpp42 GLContext::GLContext (const glu::RenderContext& context, tcu::TestLog& log, deUint32 logFlags, const tcu::IVec4& baseViewport) function in class:sglr::GLContext
65 GLContext::~GLContext (void)
116 void GLContext::enableLogging (deUint32 logFlags)
122 tcu::IVec2 GLContext::getDrawOffset (void) const
130 tcu::IVec2 GLContext::getReadOffset (void) const
138 int GLContext::getWidth (void) const
143 int GLContext::getHeight (void) const
148 void GLContext
[all...]

Completed in 149 milliseconds