Home | History | Annotate | Download | only in gl

Lines Matching defs:GLContextGLX

21 GLContextGLX::GLContextGLX(GLShareGroup* share_group)
27 XDisplay* GLContextGLX::display() {
31 bool GLContextGLX::Initialize(
87 void GLContextGLX::Destroy() {
95 bool GLContextGLX::MakeCurrent(GLSurface* surface) {
101 TRACE_EVENT0("gpu", "GLContextGLX::MakeCurrent");
131 void GLContextGLX::ReleaseCurrent(GLSurface* surface) {
140 bool GLContextGLX::IsCurrent(GLSurface* surface) {
162 void* GLContextGLX::GetHandle() {
166 void GLContextGLX::SetSwapInterval(int interval) {
185 std::string GLContextGLX::GetExtensions() {
195 bool GLContextGLX::GetTotalGpuMemory(size_t* bytes) {
207 bool GLContextGLX::WasAllocatedUsingRobustnessExtension() {
211 GLContextGLX::~GLContextGLX() {