OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pbox
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11.cpp
98
static inline pipe_box d3d11_to_pipe_box(struct pipe_resource* resource, unsigned level, const D3D11_BOX*
pBox
)
101
if(
pBox
)
103
box.x =
pBox
->left;
104
box.y =
pBox
->top;
105
box.z =
pBox
->front;
106
box.width =
pBox
->right -
pBox
->left;
107
box.height =
pBox
->bottom -
pBox
->top;
108
box.depth =
pBox
->back - pBox->front
[
all
...]
/external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xv.c
498
BoxPtr
pbox
;
local
531
pbox
= REGION_RECTS(dstRegion);
545
int box_x1 =
pbox
->x1;
546
int box_y1 =
pbox
->y1;
547
int box_x2 =
pbox
->x2;
548
int box_y2 =
pbox
->y2;
574
pbox
++;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d8.h
211
STDMETHOD(LockBox)(THIS_ D3DLOCKED_BOX * pLockedVolume,CONST D3DBOX *
pBox
, DWORD Flags) PURE;
[
all
...]
d3d9.h
356
STDMETHOD(LockBox)(THIS_ D3DLOCKED_BOX* pLockedVolume, CONST D3DBOX*
pBox
, DWORD Flags) PURE;
[
all
...]
Completed in 829 milliseconds