OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SampleAlphaToOne
(Results
1 - 16
of
16
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
multisample.c
68
ctx->Multisample.
SampleAlphaToOne
= GL_FALSE;
attrib.c
189
attr->
SampleAlphaToOne
= ctx->Multisample.
SampleAlphaToOne
;
457
TEST_AND_UPDATE(ctx->Multisample.
SampleAlphaToOne
,
458
enable->
SampleAlphaToOne
,
1265
TEST_AND_UPDATE(ctx->Multisample.
SampleAlphaToOne
,
1266
attr->Multisample.
SampleAlphaToOne
,
enable.c
1035
if (ctx->Multisample.
SampleAlphaToOne
== state)
1041
ctx->Multisample.
SampleAlphaToOne
= state;
1861
return ctx->Multisample.
SampleAlphaToOne
;
mtypes.h
655
GLboolean
SampleAlphaToOne
;
5083
GLboolean
SampleAlphaToOne
; /* GL_ARB_multisample */
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_atom_blend.c
294
blend->alpha_to_one = ctx->Multisample.
SampleAlphaToOne
;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
multisample.c
66
ctx->Multisample.
SampleAlphaToOne
= GL_FALSE;
attrib.c
120
GLboolean
SampleAlphaToOne
; /* GL_ARB_multisample */
386
attr->
SampleAlphaToOne
= ctx->Multisample.
SampleAlphaToOne
;
727
TEST_AND_UPDATE(ctx->Multisample.
SampleAlphaToOne
,
728
enable->
SampleAlphaToOne
,
1514
TEST_AND_UPDATE(ctx->Multisample.
SampleAlphaToOne
,
1515
ms->
SampleAlphaToOne
,
enable.c
865
if (ctx->Multisample.
SampleAlphaToOne
== state)
870
ctx->Multisample.
SampleAlphaToOne
= state;
1639
return ctx->Multisample.
SampleAlphaToOne
;
mtypes.h
680
GLboolean
SampleAlphaToOne
;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_atom_blend.c
287
blend->alpha_to_one = ctx->Multisample.
SampleAlphaToOne
;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
meta.c
811
if (ctx->Multisample.
SampleAlphaToOne
)
1176
if (ctx_ms->
SampleAlphaToOne
!= save_ms->
SampleAlphaToOne
)
1177
_mesa_set_enable(ctx, GL_SAMPLE_ALPHA_TO_ONE, save_ms->
SampleAlphaToOne
);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
meta.c
798
if (ctx->Multisample.
SampleAlphaToOne
)
1172
if (ctx_ms->
SampleAlphaToOne
!= save_ms->
SampleAlphaToOne
)
1173
_mesa_set_enable(ctx, GL_SAMPLE_ALPHA_TO_ONE, save_ms->
SampleAlphaToOne
);
/xsrc/external/mit/MesaLib/src/mesa/
get_hash.h
184
{ GL_SAMPLE_ALPHA_TO_ONE_ARB, CONTEXT_BOOL(Multisample.
SampleAlphaToOne
), NO_EXTRA },
/xsrc/external/mit/MesaLib.old/src/mesa/
get_hash.h
184
{ GL_SAMPLE_ALPHA_TO_ONE_ARB, CONTEXT_BOOL(Multisample.
SampleAlphaToOne
), NO_EXTRA },
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
genX_state_upload.c
2974
if (ctx->Multisample.
SampleAlphaToOne
)
4766
alpha_to_one = ctx->Multisample.
SampleAlphaToOne
;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
genX_state_upload.c
3075
if (ctx->Multisample.
SampleAlphaToOne
)
4844
alpha_to_one = ctx->Multisample.
SampleAlphaToOne
;
Completed in 42 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026