OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pPixmap
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_dri2.c
57
PixmapPtr
pPixmap
;
71
PixmapPtr
pPixmap
;
75
pPixmap
= (PixmapPtr) pDraw;
77
pPixmap
= (*pScreen->GetWindowPixmap)((WindowPtr) pDraw);
78
exa_priv = exaGetPixmapDriverPrivate(
pPixmap
);
85
private->
pPixmap
= (*pScreen->CreatePixmap)(pScreen, pDraw->width,
142
if (!private->
pPixmap
) {
143
private->
pPixmap
=
pPixmap
;
144
pPixmap
->refcnt++
[
all
...]
xorg_exa.c
344
ExaPrepareSolid(PixmapPtr
pPixmap
, int alu, Pixel planeMask, Pixel fg)
346
ScrnInfoPtr pScrn = xf86ScreenToScrn(
pPixmap
->drawable.pScreen);
348
struct exa_pixmap_priv *priv = exaGetPixmapDriverPrivate(
pPixmap
);
362
if (!EXA_PM_IS_SOLID(&
pPixmap
->drawable, planeMask))
378
ExaSolid(PixmapPtr
pPixmap
, int x0, int y0, int x1, int y1)
380
ScrnInfoPtr pScrn = xf86ScreenToScrn(
pPixmap
->drawable.pScreen);
383
struct exa_pixmap_priv *priv = exaGetPixmapDriverPrivate(
pPixmap
);
388
x1 ==
pPixmap
->drawable.width && y1 ==
pPixmap
->drawable.height) {
403
ExaDoneSolid(PixmapPtr
pPixmap
)
[
all
...]
xorg_tracker.h
169
xorg_exa_get_texture(PixmapPtr
pPixmap
);
172
xorg_exa_set_displayed_usage(PixmapPtr
pPixmap
);
175
xorg_exa_set_shared_usage(PixmapPtr
pPixmap
);
178
xorg_exa_set_texture(PixmapPtr
pPixmap
, struct pipe_resource *tex);
xorg_xv.c
495
PixmapPtr
pPixmap
)
506
exaMoveInPixmap(
pPixmap
);
507
dst = exaGetPixmapDriverPrivate(
pPixmap
);
513
xorg_exa_set_shared_usage(
pPixmap
);
514
pScrn->pScreen->ModifyPixmapHeader(
pPixmap
, 0, 0, 0, 0, 0, NULL);
524
REGION_TRANSLATE(pScrn->pScreen, dstRegion, -
pPixmap
->screen_x,
525
-
pPixmap
->screen_y);
542
DamageDamageRegion(&
pPixmap
->drawable, dstRegion);
557
offset_x +=
pPixmap
->screen_x;
558
offset_y +=
pPixmap
->screen_y
[
all
...]
/external/mesa3d/src/gallium/state_trackers/xorg/
xorg_dri2.c
57
PixmapPtr
pPixmap
;
71
PixmapPtr
pPixmap
;
75
pPixmap
= (PixmapPtr) pDraw;
77
pPixmap
= (*pScreen->GetWindowPixmap)((WindowPtr) pDraw);
78
exa_priv = exaGetPixmapDriverPrivate(
pPixmap
);
85
private->
pPixmap
= (*pScreen->CreatePixmap)(pScreen, pDraw->width,
142
if (!private->
pPixmap
) {
143
private->
pPixmap
=
pPixmap
;
144
pPixmap
->refcnt++
[
all
...]
xorg_exa.c
344
ExaPrepareSolid(PixmapPtr
pPixmap
, int alu, Pixel planeMask, Pixel fg)
346
ScrnInfoPtr pScrn = xf86ScreenToScrn(
pPixmap
->drawable.pScreen);
348
struct exa_pixmap_priv *priv = exaGetPixmapDriverPrivate(
pPixmap
);
362
if (!EXA_PM_IS_SOLID(&
pPixmap
->drawable, planeMask))
378
ExaSolid(PixmapPtr
pPixmap
, int x0, int y0, int x1, int y1)
380
ScrnInfoPtr pScrn = xf86ScreenToScrn(
pPixmap
->drawable.pScreen);
383
struct exa_pixmap_priv *priv = exaGetPixmapDriverPrivate(
pPixmap
);
388
x1 ==
pPixmap
->drawable.width && y1 ==
pPixmap
->drawable.height) {
403
ExaDoneSolid(PixmapPtr
pPixmap
)
[
all
...]
xorg_tracker.h
169
xorg_exa_get_texture(PixmapPtr
pPixmap
);
172
xorg_exa_set_displayed_usage(PixmapPtr
pPixmap
);
175
xorg_exa_set_shared_usage(PixmapPtr
pPixmap
);
178
xorg_exa_set_texture(PixmapPtr
pPixmap
, struct pipe_resource *tex);
xorg_xv.c
495
PixmapPtr
pPixmap
)
506
exaMoveInPixmap(
pPixmap
);
507
dst = exaGetPixmapDriverPrivate(
pPixmap
);
513
xorg_exa_set_shared_usage(
pPixmap
);
514
pScrn->pScreen->ModifyPixmapHeader(
pPixmap
, 0, 0, 0, 0, 0, NULL);
524
REGION_TRANSLATE(pScrn->pScreen, dstRegion, -
pPixmap
->screen_x,
525
-
pPixmap
->screen_y);
542
DamageDamageRegion(&
pPixmap
->drawable, dstRegion);
557
offset_x +=
pPixmap
->screen_x;
558
offset_y +=
pPixmap
->screen_y
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
multibufst.h
381
PixmapPtr
pPixmap
; /* associated pixmap */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
multibufst.h
381
PixmapPtr
pPixmap
; /* associated pixmap */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
multibufst.h
381
PixmapPtr
pPixmap
; /* associated pixmap */
Completed in 243 milliseconds