Searched refs:pixmap (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/libva/va/glx/ |
D | va_glx_impl.c | 453 Pixmap pixmap; member 465 Pixmap pixmap = None; in create_tfp_surface() local 477 pixmap = XCreatePixmap( in create_tfp_surface() 484 if (!pixmap) in create_tfp_surface() 486 pSurfaceGLX->pixmap = pixmap; in create_tfp_surface() 538 pixmap, in create_tfp_surface() 568 if (pSurfaceGLX->pixmap) { in destroy_tfp_surface() 569 XFreePixmap(ctx->native_dpy, pSurfaceGLX->pixmap); in destroy_tfp_surface() 570 pSurfaceGLX->pixmap = None; in destroy_tfp_surface() 755 pSurfaceGLX->pixmap = None; in create_surface() [all …]
|
/hardware/intel/common/libva/test/putsurface/ |
D | putsurface_x11.c | 57 Pixmap pixmap; in create_pixmap() local 65 pixmap = XCreatePixmap(x11_display, root, width, height, in create_pixmap() 68 return pixmap; in create_pixmap()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_dump_layers.cpp | 339 SkPixmap pixmap(info, (const void*)hnd->base, info.minRowBytes()); in dumpLayer() local 341 bResult = SkEncodeImage(&file, pixmap, SkEncodedImageFormat::kPNG, 100); in dumpLayer()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_dump_layers.cpp | 347 SkPixmap pixmap(info, (const void*)hnd->base, info.minRowBytes()); in dumpLayer() local 349 bResult = SkEncodeImage(&file, pixmap, SkEncodedImageFormat::kPNG, 100); in dumpLayer()
|