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

  /device/generic/goldfish/opengl/system/egl/
eglContext.h 25 IS_CURRENT = 0x00010000,
egl.cpp 1010 if (context && (context->flags & EGLContext_t::IS_CURRENT) && (context != tInfo->currentContext)) {
1025 context->flags |= EGLContext_t::IS_CURRENT;
1050 tInfo->currentContext->flags &= ~EGLContext_t::IS_CURRENT;
    [all...]
  /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/libchrome/base/process/
process_posix.cc 276 if (is_current())
287 bool Process::is_current() const { function in class:base::Process
process.h 86 bool is_current() const;
  /frameworks/native/opengl/libagl/
egl.cpp 122 IS_CURRENT = 0x00010000,
    [all...]
  /external/chromium-trace/catapult/dashboard/dashboard/
rietveld_service.py 208 ('is_current', str(False)),
  /external/google-breakpad/src/testing/gtest/scripts/
upload.py 685 ("is_current", str(not is_base)),
    [all...]
  /external/google-breakpad/src/testing/scripts/
upload.py 685 ("is_current", str(not is_base)),
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
upload-diffs.py     [all...]
  /external/regex-re2/lib/codereview/
codereview.py     [all...]

Completed in 1667 milliseconds