Searched defs:IsCurrent (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/ui/gl/
H A Dgl_context_stub.cc27 bool GLContextStub::IsCurrent(GLSurface* surface) { function in class:gfx::GLContextStub
H A Dgl_context_wgl.cc74 if (IsCurrent(surface))
102 if (!IsCurrent(surface))
109 bool GLContextWGL::IsCurrent(GLSurface* surface) { function in class:gfx::GLContextWGL
134 DCHECK(IsCurrent(NULL));
H A Dgl_context_egl.cc93 if (IsCurrent(surface))
136 if (!IsCurrent(surface))
149 bool GLContextEGL::IsCurrent(GLSurface* surface) { function in class:gfx::GLContextEGL
175 DCHECK(IsCurrent(NULL));
H A Dgl_context_osmesa.cc86 if (!IsCurrent(surface))
93 bool GLContextOSMesa::IsCurrent(GLSurface* surface) { function in class:gfx::GLContextOSMesa
125 DCHECK(IsCurrent(NULL));
H A Dgl_context_glx.cc112 if (IsCurrent(surface))
147 if (!IsCurrent(surface))
155 bool GLContextGLX::IsCurrent(GLSurface* surface) { function in class:gfx::GLContextGLX
182 DCHECK(IsCurrent(NULL));
201 DCHECK(IsCurrent(NULL));
H A Dgl_context_cgl.cc178 if (IsCurrent(surface))
207 if (!IsCurrent(surface))
214 bool GLContextCGL::IsCurrent(GLSurface* surface) { function in class:gfx::GLContextCGL
233 DCHECK(IsCurrent(NULL));
/external/chromium_org/gpu/command_buffer/service/
H A Dgl_context_virtual.cc36 if (!IsCurrent(compatible_surface)) {
65 if (IsCurrent(surface)) {
71 bool GLContextVirtual::IsCurrent(gfx::GLSurface* surface) { function in class:gpu::GLContextVirtual
75 return shared_context_->IsCurrent(surface);
78 return shared_context_->IsCurrent(NULL);
/external/chromium_org/ppapi/proxy/
H A Dppb_message_loop_proxy.cc103 if (!IsCurrent())
141 if (IsCurrent() && nested_invocations_ > 0)
168 bool MessageLoopResource::IsCurrent() const { function in class:ppapi::proxy::MessageLoopResource
/external/chromium/third_party/libjingle/source/talk/base/
H A Dthread.h123 bool IsCurrent() const { function in class:talk_base::Thread
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dthread.h127 bool IsCurrent() const { function in class:talk_base::Thread
/external/chromium/chrome/browser/instant/
H A Dinstant_controller.cc131 if (controller && controller->IsCurrent()) {
233 bool InstantController::IsCurrent() { function in class:InstantController
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp233 virtual BOOL STDMETHODCALLTYPE IsCurrent( void) function in struct:GalliumDXGIFactory
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp233 virtual BOOL STDMETHODCALLTYPE IsCurrent( void) function in struct:GalliumDXGIFactory

Completed in 423 milliseconds