HomeSort by relevance Sort by last modified time
    Searched defs:target_surface (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/ash/test/
test_metro_viewer_process_host.cc 47 gfx::NativeViewId target_surface,
49 DLOG(INFO) << __FUNCTION__ << ", target_surface = " << target_surface; local
50 HWND hwnd = reinterpret_cast<HWND>(target_surface);
  /external/chromium_org/cc/trees/
damage_tracker_unittest.cc 61 RenderSurfaceImpl* target_surface = local
63 target_surface->damage_tracker()->UpdateDamageTrackingState(
64 target_surface->layer_list(),
65 target_surface->OwningLayerId(),
66 target_surface->SurfacePropertyChangedOnlyFromDescendant(),
67 target_surface->content_rect(),
375 // Damage should be the entire child layer in target_surface space.
1383 RenderSurfaceImpl* target_surface = root->render_surface(); local
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_MPEG2.c 953 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; local
978 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; local
1057 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; local
1417 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; local
    [all...]
psb_MPEG2MC.c 681 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; local
696 &target_surface->buf, 0);
700 &target_surface->buf, target_surface->chroma_offset);
    [all...]
psb_MPEG4.c 977 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; local
    [all...]
psb_H264.c 610 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; local
618 ASSERT(target_surface);
622 (NULL == target_surface) ||
755 SET_SURFACE_INFO_col_pic_params(target_surface, reg_value);
758 vaStatus = psb_surface_set_chroma(target_surface, 128);
767 psb_context_submit_frame_info(ctx->obj_context, &target_surface->buf,
768 target_surface->stride, target_surface->size,
1077 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; local
1571 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; local
1833 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; local
1879 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; local
    [all...]
psb_VC1.c 1840 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; local
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_MPEG2.c 881 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; local
902 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; local
979 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; local
1212 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; local
    [all...]
pnw_MPEG4.c 1736 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; local
2131 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; local
    [all...]
tng_jpegdec.c 844 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; local
848 uint32_t planr_size = target_surface->chroma_offset;
849 psb_cmdbuf_rendec_write_address(cmdbuf, &target_surface->buf, target_surface->buf.buffer_ofs);
850 psb_cmdbuf_rendec_write_address(cmdbuf, &target_surface->buf, target_surface->buf.buffer_ofs + planr_size);
851 psb_cmdbuf_rendec_write_address(cmdbuf, &target_surface->buf, target_surface->buf.buffer_ofs + planr_size * 2);
852 // psb_cmdbuf_rendec_write_address(cmdbuf, &target_surface->buf, target_surface->buf.buffer_ofs + planr_size * 3)
    [all...]
pnw_H264.c 551 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; local
559 ASSERT(target_surface);
563 (NULL == target_surface)) {
771 SET_SURFACE_INFO_col_pic_params(target_surface, reg_value);
774 vaStatus = psb_surface_set_chroma(target_surface, 128);
786 psb_context_submit_frame_info(ctx->obj_context, &target_surface->buf,
787 target_surface->stride, target_surface->size,
1190 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; local
1773 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; local
    [all...]
pnw_VC1.c 1795 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; local
    [all...]
tng_VP8.c 344 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; local
345 psb_surface_stride_t eOppModeStride = target_surface->stride_mode;
378 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; local
379 psb_surface_stride_t eOppModeStride = get_opp_mode_stride(ctx,target_surface->stride);
609 psb_surface_p target_surface = obj_surface->psb_surface; local
616 ASSERT(target_surface);
620 (NULL == target_surface)) {
750 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface;
758 psb_cmdbuf_rendec_write_address(cmdbuf, &target_surface->buf, target_surface->buf.buffer_ofs)
768 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; local
1535 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; local
    [all...]

Completed in 327 milliseconds