OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:swsetup
(Results
1 - 7
of
7
) sorted by null
/external/mesa3d/src/mesa/swrast_setup/
ss_context.c
52
SScontext *
swsetup
= (SScontext *)CALLOC(sizeof(SScontext));
local
54
if (!
swsetup
)
57
ctx->swsetup_context =
swsetup
;
59
swsetup
->NewState = ~0;
72
SScontext *
swsetup
= SWSETUP_CONTEXT(ctx);
local
74
if (
swsetup
) {
75
FREE(
swsetup
);
114
SScontext *
swsetup
= SWSETUP_CONTEXT(ctx);
local
120
if (intColors !=
swsetup
->intColors ||
121
tnl->render_inputs_bitset !=
swsetup
->last_index_bitset)
185
SScontext *
swsetup
= SWSETUP_CONTEXT(ctx);
local
224
SScontext *
swsetup
= SWSETUP_CONTEXT(ctx);
local
234
SScontext *
swsetup
= SWSETUP_CONTEXT(ctx);
local
[
all
...]
NOTES
45
the
swsetup
module is 'awake':
49
There is no explicit call to put the
swsetup
module to sleep. Simply
ss_tritmp.h
36
SScontext *
swsetup
= SWSETUP_CONTEXT(ctx);
local
71
if (
swsetup
->intColors) {
83
if (
swsetup
->intColors) {
96
if (
swsetup
->intColors) {
191
if (
swsetup
->intColors) {
ss_triangle.c
72
SScontext *
swsetup
= SWSETUP_CONTEXT(ctx);
local
74
if (
swsetup
->render_prim == GL_POLYGON) {
115
SScontext *
swsetup
= SWSETUP_CONTEXT(ctx);
local
118
SWvertex *verts =
swsetup
->verts;
/external/mesa3d/src/mesa/swrast/
NOTES
30
the
swsetup
module is 'awake':
/external/mesa3d/src/mesa/tnl/
NOTES
33
the
swsetup
module is 'awake':
/external/mesa3d/src/mesa/state_tracker/
st_context.c
95
* No longer use swrast,
swsetup
, tnl.
Completed in 3093 milliseconds