Searched defs:draw (Results 1 - 25 of 31) sorted by relevance

12

/hardware/bsp/intel/peripheral/libupm/src/lcd/
H A Dssd1308.cxx61 SSD1308::draw(uint8_t* data, int bytes) function in class:SSD1308
H A Dssd1306.cxx117 SSD1306::draw(uint8_t* data, int bytes) function in class:SSD1306
H A Dssd1327.cxx150 SSD1327::draw(uint8_t* data, int bytes) function in class:SSD1327
/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideoconfigparamsenc.h98 gulong draw; member in struct:_MixVideoConfigParamsEnc
221 gulong draw);
224 gulong *draw);
H A Dmixvideoconfigparamsenc.c177 this_target->draw= this_src->draw;
300 if (this_first->draw != this_second->draw) {
615 gulong draw) {
618 obj->draw = draw;
624 gulong *draw) {
626 MIX_VIDEOCONFIGPARAMSENC_GETTER_CHECK_INPUT (obj, draw);
627 *draw
614 mix_videoconfigparamsenc_set_drawable(MixVideoConfigParamsEnc * obj, gulong draw) argument
623 mix_videoconfigparamsenc_get_drawable(MixVideoConfigParamsEnc * obj, gulong *draw) argument
[all...]
/hardware/intel/common/libva/va/android/
H A Dva_android.cpp190 void *draw, /* the target Drawable */
208 sp<ANativeWindow> draw, /* Android Native Window */
227 if (draw == NULL)
233 VA_TRACE_LOG(va_TracePutSurface, dpy, surface, static_cast<void*>(&draw), srcx, srcy, srcw, srch,
237 return ctx->vtable->vaPutSurface( ctx, surface, static_cast<void*>(&draw), srcx, srcy, srcw, srch,
205 vaPutSurface( VADisplay dpy, VASurfaceID surface, sp<ANativeWindow> draw, short srcx, short srcy, unsigned short srcw, unsigned short srch, short destx, short desty, unsigned short destw, unsigned short desth, VARectangle *cliprects, unsigned int number_cliprects, unsigned int flags ) argument
/hardware/intel/common/libva/va/x11/
H A Dva_x11.c219 void *draw, /* the target Drawable */
237 Drawable draw, /* X Drawable */
259 VA_TRACE_LOG(va_TracePutSurface, dpy, surface, (void *)draw, srcx, srcy, srcw, srch,
263 return ctx->vtable->vaPutSurface( ctx, surface, (void *)draw, srcx, srcy, srcw, srch,
234 vaPutSurface( VADisplay dpy, VASurfaceID surface, Drawable draw, short srcx, short srcy, unsigned short srcw, unsigned short srch, short destx, short desty, unsigned short destw, unsigned short desth, VARectangle *cliprects, unsigned int number_cliprects, unsigned int flags ) argument
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_fbupdate.cpp127 bool FBUpdateLowRes::draw(hwc_context_t *ctx, private_handle_t *hnd) function in class:qhwc::FBUpdateLowRes
264 bool FBUpdateHighRes::draw(hwc_context_t *ctx, private_handle_t *hnd) function in class:qhwc::FBUpdateHighRes
H A Dhwc_copybit.cpp204 //draw if mCopyBitDraw is false
229 bool CopyBit::draw(hwc_context_t *ctx, hwc_display_contents_1_t *list, function in class:qhwc::CopyBit
231 // draw layers marked for COPYBIT
H A Dhwc_mdpcomp.cpp735 //do not cache the information for next draw cycle.
890 bool MDPCompLowRes::draw(hwc_context_t *ctx, hwc_display_contents_1_t* list) { function in class:qhwc::MDPCompLowRes
1081 bool MDPCompHighRes::draw(hwc_context_t *ctx, hwc_display_contents_1_t* list) { function in class:qhwc::MDPCompHighRes
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_ctexture.c140 static VAStatus psb_dri_init(VADriverContextP ctx, Drawable draw) argument
155 texture_priv->dri_drawable = dri_get_drawable(ctx, draw);
222 Drawable draw,
275 if (output->output_drawable != draw) {
276 output->output_drawable = draw;
219 psb_putsurface_ctexture( VADriverContextP ctx, VASurfaceID surface, Drawable draw, short srcx, short srcy, unsigned short srcw, unsigned short srch, short destx, short desty, unsigned short destw, unsigned short desth, unsigned int flags ) argument
H A Dpsb_x11.c107 Drawable draw, /* X Drawable */
163 gc = XCreateGC((Display *)ctx->native_dpy, draw, 0, NULL);
252 XPutImage((Display *)ctx->native_dpy, draw, gc, ximg, 0, 0, destx, desty, width, height);
407 static int pnw_check_output_method(VADriverContextP ctx, object_surface_p obj_surface, int width, int height, int destw, int desth, Drawable draw) argument
426 if (output->output_drawable_save != draw) {
427 output->output_drawable_save = draw;
428 if (!is_window(ctx->native_dpy, draw))
475 Drawable draw = (Drawable)drawable; local
490 psb_putsurface_x11(ctx, surface, draw, srcx, srcy, srcw, srch,
502 pnw_check_output_method(ctx, obj_surface, srcw, srch, destw, desth, draw);
104 psb_putsurface_x11( VADriverContextP ctx, VASurfaceID surface, Drawable draw, short srcx, short srcy, unsigned short srcw, unsigned short srch, short destx, short desty, unsigned short destw, unsigned short desth, unsigned int flags ) argument
[all...]
H A Dpsb_xvva.c48 static int psb_CheckDrawable(VADriverContextP ctx, Drawable draw);
319 static void psb__CheckDrawableType(Display *dpy, Window win, Drawable draw, int *type_ret)
328 if (win == draw) {
339 psb__CheckDrawableType(dpy, child_return[i], draw, type_ret);
344 static int psb_CheckDrawable(VADriverContextP ctx, Drawable draw) argument
353 XvSetPortAttribute((Display *)ctx->native_dpy, output->overlay_portID, xvDrawable, draw);
356 XvSetPortAttribute((Display *)ctx->native_dpy, output->textured_portID, xvDrawable, draw);
372 Drawable draw, /* X Drawable */
461 Drawable draw,
471 if (output->output_drawable != draw) {
369 psb__CheckPutSurfaceXvPort( VADriverContextP ctx, VASurfaceID surface, Drawable draw, short srcx, short srcy, unsigned short srcw, unsigned short srch, short destx, short desty, unsigned short destw, unsigned short desth, VARectangle *cliprects, unsigned int number_cliprects, unsigned int flags ) argument
458 psb__CheckGCXvImage( VADriverContextP ctx, VASurfaceID surface, Drawable draw, XvImage **xvImage, XvPortID *port_id, unsigned int flags ) argument
658 psb_putsurface_xvideo( VADriverContextP ctx, VASurfaceID surface, Drawable draw, short srcx, short srcy, unsigned short srcw, unsigned short srch, short destx, short desty, unsigned short destw, unsigned short desth, VARectangle *cliprects, unsigned int number_cliprects, unsigned int flags ) argument
[all...]
H A Dpsb_coverlay.c365 Drawable draw, /* X Drawable */
375 XFillRectangle((Display *)ctx->native_dpy, draw, output->gc, destx, desty, destw, desth);
527 Drawable draw, /* X Drawable */
546 ret = psb_x11_createWindowClipBoxList(ctx->native_dpy, draw, &output->pClipBoxList, &output->ui32NumClipBoxList);
589 XFillRectangle((Display *)ctx->native_dpy, draw, output->gc, 0, 0, x11_window_width, x11_window_height);
599 XFillRectangle((Display *)ctx->native_dpy, draw, output->gc, 0, 0, x11_window_width, x11_window_height);
882 Drawable draw, /* X Drawable */
912 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Clean draw with color 0x%08x\n", driver_data->clear_color);
913 psb_cleardrawable_stopoverlay(ctx, draw, destx, desty, destw, desth);
920 ret = psb_x11_getWindowCoordinate(ctx->native_dpy, draw,
363 psb_cleardrawable_stopoverlay( VADriverContextP ctx, Drawable draw, short destx, short desty, unsigned short destw, unsigned short desth ) argument
525 psb_repaint_colorkey( VADriverContextP ctx, Drawable draw, VASurfaceID surface, int x11_window_width, int x11_window_height ) argument
879 psb_putsurface_coverlay( VADriverContextP ctx, VASurfaceID surface, Drawable draw, short srcx, short srcy, unsigned short srcw, unsigned short srch, short destx, short desty, unsigned short destw, unsigned short desth, VARectangle *cliprects, unsigned int number_cliprects, unsigned int flags ) argument
[all...]
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_ad.cpp268 bool AssertiveDisplay::draw(hwc_context_t *ctx, int fd, uint32_t offset) { function in class:qhwc::AssertiveDisplay
H A Dhwc_fbupdate.cpp230 bool FBUpdateNonSplit::draw(hwc_context_t *ctx, private_handle_t *hnd) function in class:qhwc::FBUpdateNonSplit
390 bool FBUpdateSplit::draw(hwc_context_t *ctx, private_handle_t *hnd) function in class:qhwc::FBUpdateSplit
H A Dhwc_copybit.cpp266 bool CopyBit::draw(hwc_context_t *ctx, hwc_display_contents_1_t *list, function in class:qhwc::CopyBit
268 // draw layers marked for COPYBIT
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_ad.cpp246 bool AssertiveDisplay::draw(hwc_context_t *ctx, int fd, uint32_t offset) { function in class:qhwc::AssertiveDisplay
H A Dhwc_fbupdate.cpp236 bool FBUpdateNonSplit::draw(hwc_context_t *ctx, private_handle_t *hnd) function in class:qhwc::FBUpdateNonSplit
396 bool FBUpdateSplit::draw(hwc_context_t *ctx, private_handle_t *hnd) function in class:qhwc::FBUpdateSplit
H A Dhwc_copybit.cpp477 bool CopyBit::draw(hwc_context_t *ctx, hwc_display_contents_1_t *list, function in class:qhwc::CopyBit
479 // draw layers marked for COPYBIT
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_ad.cpp250 bool AssertiveDisplay::draw(hwc_context_t *ctx, int fd, uint32_t offset) { function in class:qhwc::AssertiveDisplay
H A Dhwc_fbupdate.cpp225 bool FBUpdateNonSplit::draw(hwc_context_t *ctx, private_handle_t *hnd) function in class:qhwc::FBUpdateNonSplit
406 bool FBUpdateSplit::draw(hwc_context_t *ctx, private_handle_t *hnd) function in class:qhwc::FBUpdateSplit
H A Dhwc_copybit.cpp584 bool CopyBit::draw(hwc_context_t *ctx, hwc_display_contents_1_t *list, function in class:qhwc::CopyBit
586 // draw layers marked for COPYBIT
639 //means calling only commit without any draw. Hence avoid
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_ad.cpp250 bool AssertiveDisplay::draw(hwc_context_t *ctx, int fd, uint32_t offset) { function in class:qhwc::AssertiveDisplay
H A Dhwc_fbupdate.cpp228 bool FBUpdateNonSplit::draw(hwc_context_t *ctx, private_handle_t *hnd) function in class:qhwc::FBUpdateNonSplit
412 bool FBUpdateSplit::draw(hwc_context_t *ctx, private_handle_t *hnd) function in class:qhwc::FBUpdateSplit

Completed in 956 milliseconds

12