HomeSort by relevance Sort by last modified time
    Searched full:context_id (Results 26 - 50 of 93) sorted by null

12 3 4

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
surface.c 197 surface->context_id = context->context_id;
245 assert(context->context_id == target_surface->context_id);
246 assert(!past_surface || context->context_id == past_surface->context_id);
247 assert(!future_surface || context->context_id == future_surface->context_id);
252 assert(macroblocks->context_id == context->context_id);
    [all...]
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)
  /external/mesa3d/src/gallium/state_trackers/xvmc/
surface.c 197 surface->context_id = context->context_id;
245 assert(context->context_id == target_surface->context_id);
246 assert(!past_surface || context->context_id == past_surface->context_id);
247 assert(!future_surface || context->context_id == future_surface->context_id);
252 assert(macroblocks->context_id == context->context_id);
    [all...]
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)
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine.cc 182 int context_id,
193 if (context_id != context_id_ || context_id_ == -1) {
231 bool InputMethodEngine::ClearComposition(int context_id,
237 if (context_id != context_id_ || context_id_ == -1) {
248 bool InputMethodEngine::CommitText(int context_id, const char* text,
255 if (context_id != context_id_ || context_id_ == -1) {
272 int context_id,
277 // context_id == 0, means sending key events to non-input field.
279 if (context_id != 0 && (context_id != context_id_ || context_id_ == -1))
552 int context_id = context_id_; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
test_surface.c 82 assert(surface.context_id == context.context_id);
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_surface.c 82 assert(surface.context_id == context.context_id);
  /hardware/intel/common/libva/test/videoprocess/
videoprocess.cpp 54 static VAContextID context_id = 0; variable
472 va_status = vaQueryVideoProcFilterCaps(va_dpy, context_id,
488 va_status = vaCreateBuffer(va_dpy, context_id,
526 va_status = vaQueryVideoProcFilterCaps(va_dpy, context_id,
557 va_status = vaCreateBuffer(va_dpy, context_id,
577 va_status = vaQueryVideoProcFilterCaps(va_dpy, context_id,
594 va_status = vaCreateBuffer(va_dpy, context_id,
615 va_status = vaQueryVideoProcFilterCaps(va_dpy, context_id,
656 va_status = vaCreateBuffer(va_dpy, context_id,
703 va_status = vaQueryVideoProcPipelineCaps(va_dpy, context_id,
    [all...]
  /external/chromium_org/chrome/test/chromedriver/chrome/
web_view_impl.h 134 int context_id,
139 int context_id,
144 int context_id,
150 int context_id,
  /external/chromium_org/extensions/browser/api/
capture_web_contents_function.h 33 virtual content::WebContents* GetWebContentsForID(int context_id) = 0;
  /external/chromium_org/cc/test/
test_web_graphics_context_3d.cc 481 unsigned context_id = buffer >> 16; local
486 DCHECK_EQ(context_id, context_id_);
624 unsigned context_id = id >> 16;
628 DCHECK_EQ(context_id, context_id_);
641 unsigned context_id = id >> 16;
645 DCHECK_EQ(context_id, context_id_);
658 unsigned context_id = id >> 16;
662 DCHECK_EQ(context_id, context_id_);
  /external/chromium_org/chrome/browser/resources/chromeos/braille_ime/
braille_ime_unittest.gtestjs 247 var CONTEXT_ID = 1;
251 assertEquals(CONTEXT_ID, params.contextID);
256 assertEquals(CONTEXT_ID, params.contextID);
268 {type: 'replaceText', contextID: CONTEXT_ID,
  /external/chromium_org/chrome/browser/history/
visit_tracker_unittest.cc 34 ContextID context_id = reinterpret_cast<ContextID>(test[i].context_id_int); local
38 context_id, test[i].page_id, GURL(test[i].referrer));
43 context_id, test[i].page_id, GURL(test[i].url), test[i].visit_id);
  /hardware/intel/common/libva/test/decode/
tinyjpeg.c 568 VAContextID context_id; local
713 &context_id);
716 va_status = vaCreateBuffer(va_dpy, context_id,
735 va_status = vaCreateBuffer(va_dpy, context_id,
765 va_status = vaCreateBuffer(va_dpy, context_id,
791 va_status = vaCreateBuffer(va_dpy, context_id,
798 va_status = vaCreateBuffer(va_dpy, context_id,
806 va_status = vaBeginPicture(va_dpy, context_id, surface_id);
809 va_status = vaRenderPicture(va_dpy,context_id, &pic_param_buf, 1);
812 va_status = vaRenderPicture(va_dpy,context_id, &iqmatrix_buf, 1)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/input_ime/
input_ime_api.cc 136 context_value.context_id = context.id;
145 virtual void OnBlur(int context_id) OVERRIDE {
149 scoped_ptr<base::ListValue> args(input_ime::OnBlur::Create(context_id));
161 context_value.context_id = context.id;
505 engine->SetComposition(params.context_id, params.text.c_str(),
525 engine->ClearComposition(params.context_id, &error_)));
544 engine->CommitText(params.context_id, params.text.c_str(), &error_)));
591 engine->SendKeyEvents(params.context_id, key_data_out);
702 engine->SetCandidates(params.context_id, candidates_out, &error_)));
720 engine->SetCursorPosition(params.context_id, params.candidate_id
    [all...]
  /hardware/intel/common/libva/test/encode/
avcenc.c 125 VAContextID context_id; member in struct:__anon19467
210 &avcenc_context.context_id);
216 vaDestroyContext(va_dpy,avcenc_context.context_id);
308 avcenc_context.context_id,
315 avcenc_context.context_id,
343 avcenc_context.context_id,
467 avcenc_context.context_id,
493 avcenc_context.context_id,
534 avcenc_context.context_id,
541 avcenc_context.context_id,
    [all...]
h264encode.c 86 static VAContextID context_id; variable
    [all...]
mpeg2enc.c 129 VAContextID context_id; member in struct:mpeg2enc_context
890 &ctx->context_id);
    [all...]
mpeg2vaenc.c 129 VAContextID context_id; member in struct:mpeg2enc_context
890 &ctx->context_id);
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_kgsl.h 282 unsigned int context_id; member in struct:kgsl_device_waittimestamp_ctxtid
385 unsigned int context_id; member in struct:kgsl_cmdstream_readtimestamp_ctxtid
394 unsigned int context_id; member in struct:kgsl_cmdstream_freememontimestamp_ctxtid
546 unsigned int context_id; /* Context for the timestamp */ member in struct:kgsl_timestamp_event
819 * @context_id: ID of a KGSL context
828 unsigned int context_id; member in struct:kgsl_cmd_syncpoint_timestamp
857 * @context_id: KGSL context ID that owns the commands
874 unsigned int context_id; member in struct:kgsl_submit_commands
890 * @context_id: KGSL context ID
897 unsigned int context_id; member in struct:kgsl_device_constraint
    [all...]
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_kgsl.h 282 unsigned int context_id; member in struct:kgsl_device_waittimestamp_ctxtid
385 unsigned int context_id; member in struct:kgsl_cmdstream_readtimestamp_ctxtid
394 unsigned int context_id; member in struct:kgsl_cmdstream_freememontimestamp_ctxtid
546 unsigned int context_id; /* Context for the timestamp */ member in struct:kgsl_timestamp_event
819 * @context_id: ID of a KGSL context
828 unsigned int context_id; member in struct:kgsl_cmd_syncpoint_timestamp
857 * @context_id: KGSL context ID that owns the commands
874 unsigned int context_id; member in struct:kgsl_submit_commands
890 * @context_id: KGSL context ID
897 unsigned int context_id; member in struct:kgsl_device_constraint
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_kgsl.h 315 unsigned int context_id; member in struct:kgsl_device_waittimestamp_ctxtid
418 unsigned int context_id; member in struct:kgsl_cmdstream_readtimestamp_ctxtid
427 unsigned int context_id; member in struct:kgsl_cmdstream_freememontimestamp_ctxtid
579 unsigned int context_id; /* Context for the timestamp */ member in struct:kgsl_timestamp_event
858 * @context_id: ID of a KGSL context
867 unsigned int context_id; member in struct:kgsl_cmd_syncpoint_timestamp
896 * @context_id: KGSL context ID that owns the commands
913 unsigned int context_id; member in struct:kgsl_submit_commands
929 * @context_id: KGSL context ID
936 unsigned int context_id; member in struct:kgsl_device_constraint
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
inspector_backend.py 172 def ExecuteJavaScript(self, expr, context_id=None, timeout=60):
173 self._runtime.Execute(expr, context_id, timeout)
175 def EvaluateJavaScript(self, expr, context_id=None, timeout=60):
176 return self._runtime.Evaluate(expr, context_id, timeout)
  /hardware/qcom/msm8x27/original-kernel-headers/linux/
msm_kgsl.h 226 unsigned int context_id; member in struct:kgsl_device_waittimestamp_ctxtid
326 unsigned int context_id; member in struct:kgsl_cmdstream_readtimestamp_ctxtid
335 unsigned int context_id; member in struct:kgsl_cmdstream_freememontimestamp_ctxtid
479 unsigned int context_id; /* Context for the timestamp */ member in struct:kgsl_timestamp_event
  /hardware/intel/img/psb_video/src/
vsp_cmdbuf.h 88 #define vsp_cmdbuf_insert_command(cmdbuf,context_id, ref_buf,type,offset,size) \
89 do { *cmdbuf->cmd_idx++ = context_id; *cmdbuf->cmd_idx++ = type;\

Completed in 1032 milliseconds

12 3 4