HomeSort by relevance Sort by last modified time
    Searched full:is_current (Results 1 - 12 of 12) sorted by null

  /development/tools/emulator/opengl/system/egl/
eglContext.h 25 IS_CURRENT = 0x00010000,
egl.cpp 944 if (context && (context->flags & EGLContext_t::IS_CURRENT) && (context != tInfo->currentContext)) {
959 context->flags |= EGLContext_t::IS_CURRENT;
984 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/webkit/Tools/Scripts/webkitpy/python24/
versioning_unittest.py 119 is_current = self._check_version("2.4")
120 self.assertEquals(True, is_current)
125 is_current = self._check_version("2.6")
126 self.assertEquals(False, is_current)
  /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);
  /external/mesa3d/test/
egl.cpp 149 IS_CURRENT = 0x00010000,
    [all...]
  /frameworks/base/opengl/libagl/
egl.cpp 121 IS_CURRENT = 0x00010000,
    [all...]
  /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...]

Completed in 906 milliseconds