OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsCurrent
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/ui/gl/
gl_context_stub.cc
27
bool GLContextStub::
IsCurrent
(GLSurface* surface) {
gl_context_wgl.cc
74
if (
IsCurrent
(surface))
102
if (!
IsCurrent
(surface))
109
bool GLContextWGL::
IsCurrent
(GLSurface* surface) {
134
DCHECK(
IsCurrent
(NULL));
gl_context_egl.cc
93
if (
IsCurrent
(surface))
136
if (!
IsCurrent
(surface))
149
bool GLContextEGL::
IsCurrent
(GLSurface* surface) {
175
DCHECK(
IsCurrent
(NULL));
gl_context_osmesa.cc
86
if (!
IsCurrent
(surface))
93
bool GLContextOSMesa::
IsCurrent
(GLSurface* surface) {
125
DCHECK(
IsCurrent
(NULL));
gl_context_glx.cc
112
if (
IsCurrent
(surface))
147
if (!
IsCurrent
(surface))
155
bool GLContextGLX::
IsCurrent
(GLSurface* surface) {
182
DCHECK(
IsCurrent
(NULL));
201
DCHECK(
IsCurrent
(NULL));
gl_context_cgl.cc
178
if (
IsCurrent
(surface))
207
if (!
IsCurrent
(surface))
214
bool GLContextCGL::
IsCurrent
(GLSurface* surface) {
233
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/third_party/libjingle/source/talk/base/
thread.h
123
bool
IsCurrent
() const {
/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/third_party/libjingle/source/talk/base/
thread.h
127
bool
IsCurrent
() const {
/external/chromium/chrome/browser/instant/
instant_controller.cc
131
if (controller && controller->
IsCurrent
()) {
233
bool InstantController::
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 201 milliseconds