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

/external/chromium_org/base/message_loop/
H A Dmessage_loop.h540 static bool IsCurrent() { function in class:base::MessageLoopForUI
597 static bool IsCurrent() { function in class:base::MessageLoopForIO
/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/mojo/common/
H A Dmessage_pump_mojo.h35 static bool IsCurrent() { return !!current(); } function in class:mojo::common::MessagePumpMojo
/external/chromium_org/ppapi/proxy/
H A Dppb_message_loop_proxy.cc105 if (!IsCurrent())
143 if (IsCurrent() && nested_invocations_ > 0)
170 bool MessageLoopResource::IsCurrent() const { function in class:ppapi::proxy::MessageLoopResource
/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/chromium_org/third_party/webrtc/base/
H A Dthread.h124 bool IsCurrent() const { function in class:rtc::Thread
/external/chromium_org/ui/gl/
H A Dgl_context_cgl.cc178 if (IsCurrent(surface))
208 if (!IsCurrent(surface))
215 bool GLContextCGL::IsCurrent(GLSurface* surface) { function in class:gfx::GLContextCGL
234 DCHECK(IsCurrent(NULL));
H A Dgl_context_egl.cc93 if (IsCurrent(surface))
137 if (!IsCurrent(surface))
150 bool GLContextEGL::IsCurrent(GLSurface* surface) { function in class:gfx::GLContextEGL
176 DCHECK(IsCurrent(NULL));
H A Dgl_context_glx.cc97 if (IsCurrent(surface))
132 if (!IsCurrent(surface))
140 bool GLContextGLX::IsCurrent(GLSurface* surface) { function in class:gfx::GLContextGLX
167 DCHECK(IsCurrent(NULL));
186 DCHECK(IsCurrent(NULL));
H A Dgl_context_osmesa.cc87 if (!IsCurrent(surface))
95 bool GLContextOSMesa::IsCurrent(GLSurface* surface) { function in class:gfx::GLContextOSMesa
127 DCHECK(IsCurrent(NULL));
H A Dgl_context_stub.cc28 bool GLContextStub::IsCurrent(GLSurface* surface) { function in class:gfx::GLContextStub
H A Dgl_context_wgl.cc74 if (IsCurrent(surface))
103 if (!IsCurrent(surface))
110 bool GLContextWGL::IsCurrent(GLSurface* surface) { function in class:gfx::GLContextWGL
135 DCHECK(IsCurrent(NULL));
/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 2501 milliseconds