Searched refs:draw (Results 1 - 25 of 78) sorted by relevance

1234

/hardware/bsp/intel/peripheral/libupm/examples/c++/
H A Dssd1308-oled.cxx94 lcd->draw(intel_logo, 1024);
H A Dssd1306-oled.cxx100 lcd->draw(intel_logo, 1024);
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
H A Doled_ssd1308.js94 myLcd.draw(intelLogo, 1024);
/hardware/bsp/intel/peripheral/libupm/examples/python/
H A Doled_ssd1308.py91 myLCD.draw(intelLogo, 1024)
/hardware/bsp/intel/peripheral/libupm/examples/java/
H A DSSD1308_oledSample.java95 lcd.draw(image);
/hardware/intel/common/libva/va/
H A Dva_x11.h52 Drawable draw, /* X Drawable */
H A Dva_android.h66 sp<ANativeWindow> draw, /* Android Native Window */
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_fbupdate.h40 virtual bool draw(hwc_context_t *ctx, private_handle_t *hnd) = 0;
58 bool draw(hwc_context_t *ctx, private_handle_t *hnd);
63 ovutils::eDest mDest; //pipe to draw on
73 bool draw(hwc_context_t *ctx, private_handle_t *hnd);
78 ovutils::eDest mDestLeft; //left pipe to draw on
79 ovutils::eDest mDestRight; //right pipe to draw on
H A Dhwc_copybit.h38 bool draw(hwc_context_t *ctx, hwc_display_contents_1_t *list,
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_x11.h112 Drawable draw, /* X Drawable */
130 Drawable draw,
147 Drawable draw,
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...]
/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/qcom/display/msm8084/libhwcomposer/
H A Dhwc_fbupdate.h46 virtual bool draw(hwc_context_t *ctx, private_handle_t *hnd) = 0;
68 bool draw(hwc_context_t *ctx, private_handle_t *hnd);
79 ovutils::eDest mDest; //pipe to draw on
89 bool draw(hwc_context_t *ctx, private_handle_t *hnd);
95 ovutils::eDest mDestLeft; //left pipe to draw on
96 ovutils::eDest mDestRight; //right pipe to draw on
H A Dhwc_ad.h47 bool draw(hwc_context_t *ctx, int fd, uint32_t offset);
48 //Resets a few members on each draw round
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_fbupdate.h46 virtual bool draw(hwc_context_t *ctx, private_handle_t *hnd) = 0;
68 bool draw(hwc_context_t *ctx, private_handle_t *hnd);
79 ovutils::eDest mDest; //pipe to draw on
89 bool draw(hwc_context_t *ctx, private_handle_t *hnd);
95 ovutils::eDest mDestLeft; //left pipe to draw on
96 ovutils::eDest mDestRight; //right pipe to draw on
H A Dhwc_ad.h47 bool draw(hwc_context_t *ctx, int fd, uint32_t offset);
48 //Resets a few members on each draw round
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_fbupdate.h46 virtual bool draw(hwc_context_t *ctx, private_handle_t *hnd) = 0;
68 bool draw(hwc_context_t *ctx, private_handle_t *hnd);
79 ovutils::eDest mDest; //pipe to draw on
89 bool draw(hwc_context_t *ctx, private_handle_t *hnd);
95 ovutils::eDest mDestLeft; //left pipe to draw on
96 ovutils::eDest mDestRight; //right pipe to draw on
H A Dhwc_ad.h47 bool draw(hwc_context_t *ctx, int fd, uint32_t offset);
48 //Resets a few members on each draw round
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_fbupdate.h46 virtual bool draw(hwc_context_t *ctx, private_handle_t *hnd) = 0;
68 bool draw(hwc_context_t *ctx, private_handle_t *hnd);
79 ovutils::eDest mDest; //pipe to draw on
89 bool draw(hwc_context_t *ctx, private_handle_t *hnd);
95 ovutils::eDest mDestLeft; //left pipe to draw on
96 ovutils::eDest mDestRight; //right pipe to draw on
H A Dhwc_ad.h47 bool draw(hwc_context_t *ctx, int fd, uint32_t offset);
48 //Resets a few members on each draw round
/hardware/bsp/intel/peripheral/libupm/src/lcd/
H A Dssd1308.h78 mraa::Result draw(uint8_t* data, int bytes);
H A Dssd1327.h78 mraa::Result draw(uint8_t* data, int bytes);
/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...]

Completed in 406 milliseconds

1234