OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Present
(Results
1 - 12
of
12
) sorted by relevancy
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
msr_rdcl.c
263
/* (if
present
) */
319
msrDev[port].
Present
= REQ_NOT_INSTALLED;
353
if (aDev[i].
Present
== FOUND || aDev[i].
Present
== REQ_NOT_INSTALLED)
358
aDev[i].
Present
= redcloud_find_msr_device(&aDev[i]);
362
if (aDev[i].
Present
!= FOUND)
504
if (msrDev[device].
Present
== FOUND)
507
return msrDev[device].
Present
;
589
if (msrDev[device].
Present
== FOUND)
593
return msrDev[device].
Present
;
[
all
...]
gfx_type.h
40
DEV_STATUS
Present
; /* Node enumeration status */
/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
msr_rdcl.c
367
/* (if
present
) */
421
msrDev[port].
Present
= REQ_NOT_INSTALLED;
455
if (aDev[i].
Present
== FOUND || aDev[i].
Present
== REQ_NOT_INSTALLED)
460
aDev[i].
Present
= redcloud_find_msr_device(&aDev[i]);
464
if (aDev[i].
Present
!= FOUND)
605
if (msrDev[device].
Present
== FOUND)
608
return msrDev[device].
Present
;
686
if (msrDev[device].
Present
== FOUND)
690
return msrDev[device].
Present
;
[
all
...]
gfx_type.h
143
DEV_STATUS
Present
; /* Node enumeration status */
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/d3d12/wgl/
d3d12_wgl_framebuffer.cpp
154
debug_printf("D3D12: Cannot
present
; no swapchain");
159
return S_OK == framebuffer->swapchain->
Present
(0, DXGI_PRESENT_ALLOW_TEARING);
161
return S_OK == framebuffer->swapchain->
Present
(stw_dev->swap_interval, 0);
236
fb->base.
present
= d3d12_wgl_framebuffer_present;
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/d3d10sw/tests/
tri.cpp
271
pSwapChain->
Present
(0, 0);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
d3d12_screen.cpp
659
sharing_contract->
Present
(d3d12_res, 0, WindowFromDC((HDC)winsys_drawable_handle));
/xsrc/external/mit/MesaLib/dist/include/D3D9/
d3d9.h
175
virtual HRESULT WINAPI
Present
(const RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion) = 0;
346
virtual HRESULT WINAPI
Present
(const RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion, DWORD dwFlags) = 0;
763
HRESULT (WINAPI *
Present
)(IDirect3DDevice9 *This, const RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion);
890
#define IDirect3DDevice9_Present(p,a,b,c,d) (p)->lpVtbl->
Present
(p,a,b,c,d)
1014
HRESULT (WINAPI *
Present
)(IDirect3DDevice9Ex *This, const RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion);
1157
#define IDirect3DDevice9Ex_Present(p,a,b,c,d) (p)->lpVtbl->
Present
(p,a,b,c,d)
1512
HRESULT (WINAPI *
Present
)(IDirect3DSwapChain9 *This, const RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion, DWORD dwFlags);
1530
#define IDirect3DSwapChain9_Present(p,a,b,c,d,e) (p)->lpVtbl->
Present
(p,a,b,c,d,e)
1545
HRESULT (WINAPI *
Present
)(IDirect3DSwapChain9Ex *This, const RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion, DWORD dwFlags);
1567
#define IDirect3DSwapChain9Ex_Present(p,a,b,c,d,e) (p)->lpVtbl->
Present
(p,a,b,c,d,e
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/include/D3D9/
d3d9.h
175
virtual HRESULT WINAPI
Present
(const RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion) = 0;
346
virtual HRESULT WINAPI
Present
(const RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion, DWORD dwFlags) = 0;
763
HRESULT (WINAPI *
Present
)(IDirect3DDevice9 *This, const RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion);
890
#define IDirect3DDevice9_Present(p,a,b,c,d) (p)->lpVtbl->
Present
(p,a,b,c,d)
1014
HRESULT (WINAPI *
Present
)(IDirect3DDevice9Ex *This, const RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion);
1157
#define IDirect3DDevice9Ex_Present(p,a,b,c,d) (p)->lpVtbl->
Present
(p,a,b,c,d)
1512
HRESULT (WINAPI *
Present
)(IDirect3DSwapChain9 *This, const RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion, DWORD dwFlags);
1530
#define IDirect3DSwapChain9_Present(p,a,b,c,d,e) (p)->lpVtbl->
Present
(p,a,b,c,d,e)
1545
HRESULT (WINAPI *
Present
)(IDirect3DSwapChain9Ex *This, const RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowOverride, const RGNDATA *pDirtyRegion, DWORD dwFlags);
1567
#define IDirect3DSwapChain9Ex_Present(p,a,b,c,d,e) (p)->lpVtbl->
Present
(p,a,b,c,d,e
[
all
...]
/xsrc/external/mit/xeyes/dist/
configure
385
# repeated appends, instead of the typical quadratic growth
present
in naive
1451
--with-
present
Use
Present
for updates (Default is AUTO)
1474
C compiler flags for
PRESENT
, overriding pkg-config
1476
linker flags for
PRESENT
, overriding pkg-config
3101
on the command line, even when the '-f' option is
present
. This is contrary
3795
# If both `conftest.exe' and `conftest' are `
present
' (well, observable)
11317
# Check whether --with-
present
was given.
11328
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for
PRESENT
" >&5
11329
printf %s "checking for
PRESENT
... " >&6;
[
all
...]
/xsrc/external/mit/libxcb/dist/
configure
393
# repeated appends, instead of the typical quadratic growth
present
in naive
1633
--enable-
present
Build XCB
Present
Extension (default: yes)
3458
on the command line, even when the '-f' option is
present
. This is contrary
3503
# xrange is not
present
in Python 3.0 and range returns an iterator
3538
# xrange is not
present
in Python 3.0 and range returns an iterator
4539
# If both `conftest.exe' and `conftest' are `
present
' (well, observable)
5638
# Test print first, because it will be a builtin if
present
.
21930
# Check whether --enable-
present
was given.
22352
ac_config_files="$ac_config_files xcb.pc xcb-composite.pc xcb-damage.pc xcb-dbe.pc xcb-dpms.pc xcb-dri2.pc xcb-dri3.pc xcb-ge.pc xcb-glx.pc xcb-
present
.pc xcb-randr.pc xcb-record.pc xcb-render.pc xcb-res.pc xcb-screensaver.pc xcb-shape.pc xcb-shm.pc (…)
[
all
...]
/xsrc/external/mit/xorg-server/dist/
configure
389
# repeated appends, instead of the typical quadratic growth
present
in naive
2135
--disable-
present
Build
Present
extension (default: enabled)
4101
# are removed by m4; they're
present
so that m4 does not expand
5495
# If both 'conftest.exe' and 'conftest' are '
present
' (well, observable)
14339
# Test print first, because it will be a builtin if
present
.
26954
# Check whether --enable-
present
was given.
26957
enableval=$enable_present;
PRESENT
=$enableval
26959
e)
PRESENT
=yes ;;
30353
if test "x$
PRESENT
" = xyes; the
[
all
...]
Completed in 98 milliseconds
Indexes created Tue Apr 07 00:22:49 UTC 2026