HomeSort by relevance Sort by last modified time
    Searched refs:CurrentContext (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/ash/
screen_util_unittest.cc 33 NULL, CurrentContext(), gfx::Rect(10, 10, 100, 100));
36 NULL, CurrentContext(), gfx::Rect(610, 10, 100, 100));
72 NULL, CurrentContext(), gfx::Rect(610, 10, 100, 100));
90 NULL, CurrentContext(), gfx::Rect(10, 10, 100, 100));
93 NULL, CurrentContext(), gfx::Rect(610, 10, 100, 100));
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglcontext.c 513 if (draw && draw->CurrentContext && draw->CurrentContext != ctx) {
514 if (draw->CurrentContext->Binding != t ||
515 draw->CurrentContext->ClientAPI != ctx->ClientAPI)
518 if (read && read->CurrentContext && read->CurrentContext != ctx) {
519 if (read->CurrentContext->Binding != t ||
520 read->CurrentContext->ClientAPI != ctx->ClientAPI)
584 prev_draw->CurrentContext = NULL;
586 prev_read->CurrentContext = NULL
    [all...]
eglsurface.h 48 _EGLContext *CurrentContext;
  /external/mesa3d/src/egl/main/
eglcontext.c 513 if (draw && draw->CurrentContext && draw->CurrentContext != ctx) {
514 if (draw->CurrentContext->Binding != t ||
515 draw->CurrentContext->ClientAPI != ctx->ClientAPI)
518 if (read && read->CurrentContext && read->CurrentContext != ctx) {
519 if (read->CurrentContext->Binding != t ||
520 read->CurrentContext->ClientAPI != ctx->ClientAPI)
584 prev_draw->CurrentContext = NULL;
586 prev_read->CurrentContext = NULL
    [all...]
eglsurface.h 48 _EGLContext *CurrentContext;
  /external/chromium_org/ash/test/
ash_test_helper_unittest.cc 49 EXPECT_TRUE(ash_test_helper()->CurrentContext());
56 params.context = ash_test_helper()->CurrentContext();
ash_test_helper.h 51 aura::Window* CurrentContext();
ash_test_base.h 66 aura::Window* CurrentContext();
ash_test_helper.cc 153 aura::Window* AshTestHelper::CurrentContext() {
ash_test_base.cc 212 aura::Window* AshTestBase::CurrentContext() {
213 return ash_test_helper_->CurrentContext();
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 26 sys::ThreadLocal<const CrashRecoveryContextImpl> > CurrentContext;
39 CurrentContext->set(this);
43 CurrentContext->erase();
47 /// indicate that we don't need to clear the thread-local CurrentContext.
53 CurrentContext->erase();
100 const CrashRecoveryContextImpl *CRCI = CurrentContext->get();
159 const CrashRecoveryContextImpl *CRCI = CurrentContext->get();
242 const CrashRecoveryContextImpl *CRCI = CurrentContext->get();
  /external/chromium_org/ash/frame/
default_header_painter_unittest.cc 30 params.context = CurrentContext();
custom_frame_view_ash_unittest.cc 117 params.context = CurrentContext();
  /external/chromium_org/ash/shelf/
shelf_widget_unittest.cc 136 params.context = CurrentContext();
196 params.context = CurrentContext();
256 params.context = CurrentContext();
shelf_tooltip_manager_unittest.cc 125 params.context = CurrentContext();
151 params.context = CurrentContext();
shelf_layout_manager_unittest.cc 363 params.context = CurrentContext();
386 params.context = CurrentContext();
839 params.context = CurrentContext();
    [all...]
  /external/chromium_org/ash/first_run/
first_run_helper_unittest.cc 134 new TestModalDialogDelegate(), CurrentContext(), NULL);
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_context_menu_unittest.cc 57 return new LauncherContextMenu(controller_.get(), &item, CurrentContext());
  /external/chromium_org/chrome/browser/ui/ash/accessibility/
ax_tree_source_ash_unittest.cc 52 init_params.parent = CurrentContext();
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
glxapi.c 162 PUBLIC __thread void * CurrentContext
167 static GLXContext CurrentContext = 0;
175 CurrentContext = c;
179 CurrentContext = c;
273 return CurrentContext;
277 return CurrentContext;
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.c 162 PUBLIC __thread void * CurrentContext
167 static GLXContext CurrentContext = 0;
175 CurrentContext = c;
179 CurrentContext = c;
273 return CurrentContext;
277 return CurrentContext;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 516 const StackFrameContext *CurrentContext = LCtx->getCurrentStackFrame();
518 if (VarContext == CurrentContext) {
547 return VarContext->isParentOf(CurrentContext);
  /external/chromium_org/ash/frame/caption_buttons/
frame_caption_button_container_view_unittest.cc 65 params.context = CurrentContext();
  /external/chromium_org/ash/wm/
resize_shadow_and_cursor_unittest.cc 65 new TestWidgetDelegate(), CurrentContext(), gfx::Rect(0, 0, 200, 100)));
window_modality_controller_unittest.cc 396 new test::ChildModalParent(CurrentContext());
398 delegate, CurrentContext(), gfx::Rect(0, 0, 400, 400));
456 new test::ChildModalParent(CurrentContext());
458 delegate, CurrentContext(), gfx::Rect(0, 0, 400, 400));

Completed in 628 milliseconds

1 2