Home
last modified time | relevance | path

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

/external/autotest/client/deps/glbench/src/
Dglinterface.h15 typedef struct waffle_context* GLContext; // Forward declaration from waffle.h. typedef
25 typedef GLXContext GLContext; typedef
30 typedef EGLContext GLContext; typedef
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.hpp50 class GLContext : public Context class
DsglrGLContext.cpp42 GLContext::GLContext (const glu::RenderContext& context, tcu::TestLog& log, deUint32 logFlags, cons… in GLContext() function in sglr::GLContext