OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pDraw
(Results
1 - 8
of
8
) sorted by null
/external/mesa3d/src/gallium/state_trackers/xorg/
xorg_dri2.c
63
dri2_do_create_buffer(DrawablePtr
pDraw
, DRI2BufferPtr buffer, unsigned int format)
66
ScreenPtr pScreen =
pDraw
->pScreen;
74
if (
pDraw
->type == DRAWABLE_PIXMAP)
75
pPixmap = (PixmapPtr)
pDraw
;
77
pPixmap = (*pScreen->GetWindowPixmap)((WindowPtr)
pDraw
);
84
pDraw
->type != DRAWABLE_PIXMAP) {
85
private->pPixmap = (*pScreen->CreatePixmap)(pScreen,
pDraw
->width,
86
pDraw
->height,
87
pDraw
->depth,
109
unsigned depthBits = (format != 0) ? format :
pDraw
->depth
[
all
...]
xorg_xv.c
592
DrawablePtr
pDraw
)
624
if (
pDraw
->type == DRAWABLE_WINDOW) {
625
pPixmap = (*pScreen->GetWindowPixmap)((WindowPtr)
pDraw
);
627
pPixmap = (PixmapPtr)
pDraw
;
/external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex.h
48
GLint target, __DRIdrawable *
pDraw
);
50
GLint target, GLint format, __DRIdrawable *
pDraw
);
/external/mesa3d/include/GL/internal/
dri_interface.h
243
__DRIdrawable *
pDraw
);
254
__DRIdrawable *
pDraw
);
263
__DRIdrawable *
pDraw
);
592
__DRIdrawable *
pdraw
,
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/internal/
dri_interface.h
243
__DRIdrawable *
pDraw
);
254
__DRIdrawable *
pDraw
);
263
__DRIdrawable *
pDraw
);
592
__DRIdrawable *
pdraw
,
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/internal/
dri_interface.h
247
__DRIdrawable *
pDraw
);
258
__DRIdrawable *
pDraw
);
535
__DRIdrawable *
pdraw
,
/external/pdfium/xfa/fxfa/app/
xfa_ffwidgethandler.cpp
450
CXFA_Node*
pDraw
= CreateFormItem(XFA_Element::Draw, pParent, pBefore);
451
CreateValueNode(eElement,
pDraw
);
452
return
pDraw
;
/hardware/intel/img/psb_video/src/
psb_overlay.c
[
all
...]
Completed in 410 milliseconds