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

  /external/chromium_org/ui/gl/
gl_context_stub.h 13 class GL_EXPORT GLContextStub : public GLContextReal {
15 GLContextStub();
29 virtual ~GLContextStub();
32 DISALLOW_COPY_AND_ASSIGN(GLContextStub);
gl_context_stub.cc 9 GLContextStub::GLContextStub() : GLContextReal(NULL) {}
11 bool GLContextStub::Initialize(
16 void GLContextStub::Destroy() {}
18 bool GLContextStub::MakeCurrent(GLSurface* surface) {
23 void GLContextStub::ReleaseCurrent(GLSurface* surface) {
27 bool GLContextStub::IsCurrent(GLSurface* surface) {
31 void* GLContextStub::GetHandle() {
35 void GLContextStub::SetSwapInterval(int interval) {
38 std::string GLContextStub::GetExtensions()
    [all...]

Completed in 32 milliseconds