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();
30 virtual ~GLContextStub();
33 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) {
24 void GLContextStub::ReleaseCurrent(GLSurface* surface) {
28 bool GLContextStub::IsCurrent(GLSurface* surface) {
32 void* GLContextStub::GetHandle() {
36 void GLContextStub::SetSwapInterval(int interval) {
39 std::string GLContextStub::GetExtensions()
    [all...]

Completed in 297 milliseconds