HomeSort by relevance Sort by last modified time
    Searched refs:context_id (Results 26 - 40 of 40) sorted by null

12

  /external/mesa3d/src/gallium/state_trackers/xvmc/
subpicture.c 263 subpicture->context_id = context->context_id;
455 if (target_surface->context_id != subpicture->context_id)
486 if (source_surface->context_id != subpicture->context_id)
489 if (source_surface->context_id != subpicture->context_id)
context.c 301 context->context_id = XAllocID(dpy);
  /external/chromium_org/chrome/test/chromedriver/chrome/
web_view_impl.h 119 int context_id,
124 int context_id,
129 int context_id,
135 int context_id,
  /external/chromium_org/chrome/browser/extensions/api/input_ime/
input_ime_api.cc 122 context_value.context_id = context.id;
131 virtual void OnBlur(int context_id) OVERRIDE {
135 scoped_ptr<base::ListValue> args(input_ime::OnBlur::Create(context_id));
147 context_value.context_id = context.id;
460 engine->SetComposition(params.context_id, params.text.c_str(),
480 engine->ClearComposition(params.context_id, &error_)));
499 engine->CommitText(params.context_id, params.text.c_str(), &error_)));
613 engine->SetCandidates(params.context_id, candidates_out, &error_)));
631 engine->SetCursorPosition(params.context_id, params.candidate_id,
704 engine->DeleteSurroundingText(params.context_id, params.offset, params.length
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
test_context.c 89 assert(context.context_id != 0);
test_subpicture.c 162 assert(subpicture.context_id == context.context_id);
  /external/chromium_org/third_party/mesa/src/src/glx/
xf86dri.h 98 extern Bool XF86DRIDestroyContext(Display * dpy, int screen, XID context_id);
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_context.c 89 assert(context.context_id != 0);
test_subpicture.c 162 assert(subpicture.context_id == context.context_id);
  /external/mesa3d/src/glx/
xf86dri.h 98 extern Bool XF86DRIDestroyContext(Display * dpy, int screen, XID context_id);
  /external/chromium_org/cc/test/
test_web_graphics_context_3d.cc 451 unsigned context_id = buffer >> 16; local
456 DCHECK_EQ(context_id, context_id_);
595 unsigned context_id = id >> 16;
599 DCHECK_EQ(context_id, context_id_);
612 unsigned context_id = id >> 16;
616 DCHECK_EQ(context_id, context_id_);
629 unsigned context_id = id >> 16;
633 DCHECK_EQ(context_id, context_id_);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
context.c 301 context->context_id = XAllocID(dpy);
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 650 required int32 context_id = 1; // GL context ID
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp     [all...]
gltrace.pb.h 2003 inline ::google::protobuf::int32 GLMessage::context_id() const { function in class:android::gltrace::GLMessage
    [all...]

Completed in 254 milliseconds

12