OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Driver
(Results
1 - 11
of
11
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/tool/pps/
pps_driver.h
22
/// @brief Abstract
Driver
class
23
class
Driver
26
/// @return A map of supported DRM device names and their relative pps
driver
27
static const std::unordered_map<std::string, std::unique_ptr<
Driver
>> &get_supported_drivers();
32
/// @return A
driver
supporting a specific DRM device
33
static
Driver
*get_driver(DrmDevice &&drm_device);
35
/// @return The name of a default selected PPS
driver
38
/// @return The name of a
driver
based on the request, otherwise the default
driver
name
41
Driver
() = default
[
all
...]
/xsrc/external/mit/MesaLib/dist/src/egl/main/
egldisplay.h
168
const _EGLDriver *
Driver
; /**< Matched
driver
of the display */
171
/* options that affect how the
driver
initializes the display */
178
/* these fields are set by the
driver
during init */
179
void *DriverData; /**<
Driver
private data */
/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
egldisplay.h
164
_EGLDriver *
Driver
; /**< Matched
driver
of the display */
167
/* options that affect how the
driver
initializes the display */
173
/* these fields are set by the
driver
during init */
174
void *DriverData; /**<
Driver
private data */
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_context.h
39
* by the device
driver
.
218
/**
Driver
interface:
220
struct swrast_device_driver
Driver
;
362
*
driver
's opportunity to map renderbuffers and textures.
368
if (swrast->
Driver
.SpanRenderStart)
369
swrast->
Driver
.SpanRenderStart(ctx);
378
if (swrast->
Driver
.SpanRenderFinish)
379
swrast->
Driver
.SpanRenderFinish(ctx);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_context.h
39
* by the device
driver
.
217
/**
Driver
interface:
219
struct swrast_device_driver
Driver
;
361
*
driver
's opportunity to map renderbuffers and textures.
367
if (swrast->
Driver
.SpanRenderStart)
368
swrast->
Driver
.SpanRenderStart(ctx);
377
if (swrast->
Driver
.SpanRenderFinish)
378
swrast->
Driver
.SpanRenderFinish(ctx);
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
t_context.h
489
/*
Driver
may request additional render passes by returning GL_TRUE
541
/*
Driver
interface.
543
struct tnl_device_driver
Driver
;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
t_context.h
489
/*
Driver
may request additional render passes by returning GL_TRUE
541
/*
Driver
interface.
543
struct tnl_device_driver
Driver
;
/xsrc/external/mit/MesaLib/dist/include/D3D9/
d3d9types.h
1290
char
Driver
[512];
/xsrc/external/mit/MesaLib.old/dist/include/D3D9/
d3d9types.h
1290
char
Driver
[512];
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
mtypes.h
3236
/**
Driver
-selectable options: */
3267
* \name Forms of indirect addressing the
driver
cannot do.
3507
* True for renderbuffers that wrap textures, giving the
driver
a chance to
3612
/* Derived from NumSamples by the
driver
so that it can choose a valid
3639
* no attachments, a backend
driver
supporting the extension
3664
* counts as a layer. As the case for Width, Height a backend
driver
3782
* Constants which may be overridden by device
driver
during context creation
3989
* Does the
driver
support real 32-bit integers? (Otherwise, integers are
4004
* If the
driver
supports real 32-bit integers, what integer value should be
4060
* providing "fast but wrong" at significantly reduced
driver
complexity
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
mtypes.h
3156
/**
Driver
-selectable options: */
3168
* \name Forms of indirect addressing the
driver
cannot do.
3371
* True for renderbuffers that wrap textures, giving the
driver
a chance to
3476
/* Derived from NumSamples by the
driver
so that it can choose a valid
3503
* no attachments, a backend
driver
supporting the extension
3528
* counts as a layer. As the case for Width, Height a backend
driver
3646
* Constants which may be overridden by device
driver
during context creation
3825
* Does the
driver
support real 32-bit integers? (Otherwise, integers are
3840
* If the
driver
supports real 32-bit integers, what integer value should be
3896
* providing "fast but wrong" at significantly reduced
driver
complexity
[
all
...]
Completed in 27 milliseconds
Indexes created Sat Apr 04 00:22:49 UTC 2026