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

  /external/autotest/client/deps/glbench/src/
glinterface.h 15 typedef struct waffle_context *GLContext; // Forward declaration from waffle.h.
25 typedef GLXContext GLContext;
30 typedef EGLContext GLContext;
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;
  /development/ndk/sources/android/ndk_helper/
GLContext.cpp 18 // GLContext.cpp
24 #include "GLContext.h"
37 GLContext::GLContext() :
49 void GLContext::InitGLES()
73 GLContext::~GLContext()
78 bool GLContext::Init( ANativeWindow* window )
96 bool GLContext::InitEGLSurface()
148 bool GLContext::InitEGLContext(
    [all...]
GLContext.h 18 // GLContext.h
49 * thus GLContext class is not designed as a thread-safe
51 class GLContext
79 GLContext( GLContext const& );
80 void operator=( GLContext const& );
81 GLContext();
82 virtual ~GLContext();
84 static GLContext* GetInstance()
87 static GLContext instance
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrGLContext.hpp 50 class GLContext : public Context
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);
sglrGLContext.cpp 42 GLContext::GLContext (const glu::RenderContext& context, tcu::TestLog& log, deUint32 logFlags, const tcu::IVec4& baseViewport)
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::activeTexture (deUint32 texture
    [all...]
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
lwjgl.jar 

Completed in 95 milliseconds