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

  /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 98 if (IsCurrent(surface))
133 if (!IsCurrent(surface))
141 bool GLContextGLX::IsCurrent(GLSurface* surface) {
168 DCHECK(IsCurrent(NULL));
187 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 103 if (!IsCurrent())
141 if (IsCurrent() && nested_invocations_ > 0)
168 bool MessageLoopResource::IsCurrent() const {
  /external/chromium_org/base/message_loop/
message_loop.h 530 static bool IsCurrent() {
595 static bool IsCurrent() {
  /external/chromium_org/third_party/libjingle/source/talk/base/
thread.h 128 bool IsCurrent() const {
  /external/chromium_org/third_party/webrtc/base/
thread.h 111 bool IsCurrent() const {
  /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 278 milliseconds