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

  /external/chromium_org/mojo/common/
message_pump_mojo.h 35 static bool IsCurrent() { return !!current(); }
  /external/chromium_org/ui/gl/
gl_context_stub.cc 28 bool GLContextStub::IsCurrent(GLSurface* surface) {
gl_context_wgl.cc 74 if (IsCurrent(surface))
103 if (!IsCurrent(surface))
110 bool GLContextWGL::IsCurrent(GLSurface* surface) {
135 DCHECK(IsCurrent(NULL));
gl_context_egl.cc 93 if (IsCurrent(surface))
137 if (!IsCurrent(surface))
150 bool GLContextEGL::IsCurrent(GLSurface* surface) {
176 DCHECK(IsCurrent(NULL));
gl_context_glx.cc 97 if (IsCurrent(surface))
132 if (!IsCurrent(surface))
140 bool GLContextGLX::IsCurrent(GLSurface* surface) {
167 DCHECK(IsCurrent(NULL));
186 DCHECK(IsCurrent(NULL));
gl_context_osmesa.cc 87 if (!IsCurrent(surface))
95 bool GLContextOSMesa::IsCurrent(GLSurface* surface) {
127 DCHECK(IsCurrent(NULL));
gl_context_cgl.cc 178 if (IsCurrent(surface))
208 if (!IsCurrent(surface))
215 bool GLContextCGL::IsCurrent(GLSurface* surface) {
234 DCHECK(IsCurrent(NULL));
  /external/chromium_org/gpu/command_buffer/service/
gl_context_virtual.cc 36 if (!IsCurrent(compatible_surface)) {
65 if (IsCurrent(surface)) {
71 bool GLContextVirtual::IsCurrent(gfx::GLSurface* surface) {
75 return shared_context_->IsCurrent(surface);
78 return shared_context_->IsCurrent(NULL);
  /external/chromium_org/ppapi/proxy/
ppb_message_loop_proxy.cc 105 if (!IsCurrent())
143 if (IsCurrent() && nested_invocations_ > 0)
170 bool MessageLoopResource::IsCurrent() const {
  /external/chromium_org/third_party/webrtc/base/
thread.h 124 bool IsCurrent() const {
  /external/chromium_org/base/message_loop/
message_loop.h 540 static bool IsCurrent() {
597 static bool IsCurrent() {
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 233 virtual BOOL STDMETHODCALLTYPE IsCurrent( void)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 233 virtual BOOL STDMETHODCALLTYPE IsCurrent( void)
    [all...]

Completed in 139 milliseconds