/device/generic/goldfish/opengl/system/egl/ |
eglContext.h | 25 IS_CURRENT = 0x00010000,
|
egl.cpp | 943 if (context && (context->flags & EGLContext_t::IS_CURRENT) && (context != tInfo->currentContext)) { 958 context->flags |= EGLContext_t::IS_CURRENT; 983 tInfo->currentContext->flags &= ~EGLContext_t::IS_CURRENT; [all...] |
/external/chromium/base/ |
process_posix.cc | 28 bool Process::is_current() const { function in class:base::Process
|
process_win.cc | 48 bool Process::is_current() const { function in class:base::Process
|
process.h | 74 bool is_current() const;
|
/external/chromium_org/third_party/mesa/src/src/glx/apple/ |
apple_glx_context.c | 156 ac->is_current = false; 305 if (ac->is_current) 309 /* Reset the is_current state of the old context, if non-NULL. */ 311 oldac->is_current = false; 318 oldac->is_current = false; 423 if (same_drawable && ac->is_current) { 424 apple_glx_diagnostic("same_drawable and ac->is_current\n"); 436 ac->is_current = true; 498 if (dest == currentptr || dest->is_current) {
|
apple_glx_context.h | 61 bool is_current; /* True if the context is current in some thread. */ member in struct:apple_glx_context
|
/external/mesa3d/src/glx/apple/ |
apple_glx_context.c | 156 ac->is_current = false; 305 if (ac->is_current) 309 /* Reset the is_current state of the old context, if non-NULL. */ 311 oldac->is_current = false; 318 oldac->is_current = false; 423 if (same_drawable && ac->is_current) { 424 apple_glx_diagnostic("same_drawable and ac->is_current\n"); 436 ac->is_current = true; 498 if (dest == currentptr || dest->is_current) {
|
apple_glx_context.h | 61 bool is_current; /* True if the context is current in some thread. */ member in struct:apple_glx_context
|
/external/chromium_org/base/process/ |
process.h | 39 bool is_current() const;
|
process_posix.cc | 28 bool Process::is_current() const { function in class:base::Process
|
process_win.cc | 73 bool Process::is_current() const { function in class:base::Process
|
/external/chromium/webkit/glue/ |
webkit_glue.cc | 196 int indent, bool is_current) { 199 if (is_current) { 243 bool is_current) { 246 is_current));
|
webkit_glue.h | 91 bool is_current);
|
/frameworks/native/opengl/libagl/ |
egl.cpp | 122 IS_CURRENT = 0x00010000, [all...] |
/external/chromium_org/gpu/command_buffer/service/ |
async_pixel_transfer_manager_egl.cc | 109 bool is_current = context_->MakeCurrent(surface_.get()); variable 110 DCHECK(is_current); variable
|
/external/chromium/testing/gmock/scripts/ |
upload.py | 685 ("is_current", str(not is_base)), [all...] |
/external/chromium/testing/gtest/scripts/ |
upload.py | 685 ("is_current", str(not is_base)), [all...] |
/external/chromium_org/testing/gtest/scripts/ |
upload.py | 685 ("is_current", str(not is_base)), [all...] |
/external/chromium_org/third_party/re2/lib/codereview/ |
codereview.py | [all...] |
/external/regex-re2/lib/codereview/ |
codereview.py | [all...] |