OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NewState
(Results
1 - 25
of
140
) sorted by relevancy
1
2
3
4
5
6
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast_setup/
ss_context.h
36
GLuint
NewState
;
ss_context.c
60
swsetup->
NewState
= ~0;
190
if (swsetup->
NewState
& _SWSETUP_NEW_RENDERINDEX) {
194
if (swsetup->
NewState
& _NEW_PROGRAM) {
198
swsetup->
NewState
= 0;
226
swsetup->
NewState
|= new_state;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast_setup/
ss_context.h
36
GLuint
NewState
;
ss_context.c
60
swsetup->
NewState
= ~0;
190
if (swsetup->
NewState
& _SWSETUP_NEW_RENDERINDEX) {
194
if (swsetup->
NewState
& _NEW_PROGRAM) {
198
swsetup->
NewState
= 0;
226
swsetup->
NewState
|= new_state;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
matrix.c
63
* __struct gl_contextRec::
NewState
.
88
ctx->
NewState
|= ctx->CurrentStack->DirtyFlag;
106
* __struct gl_contextRec::
NewState
.
133
ctx->
NewState
|= ctx->CurrentStack->DirtyFlag;
222
* Marks __struct gl_contextRec::
NewState
with the stack dirty flag.
268
ctx->
NewState
|= stack->DirtyFlag;
279
* Marks __struct gl_contextRec::
NewState
with the dirty stack flag.
307
ctx->
NewState
|= stack->DirtyFlag;
318
* Marks __struct gl_contextRec::
NewState
with the stack dirty flag.
331
ctx->
NewState
|= ctx->CurrentStack->DirtyFlag
[
all
...]
state.c
232
if (params && params->StateFlags & ctx->
NewState
) {
277
* If __struct gl_contextRec::
NewState
is non-zero then this function \b must
290
GLbitfield new_state = ctx->
NewState
;
374
ctx->
NewState
|= new_prog_state;
384
ctx->
NewState
= 0;
442
ctx->
NewState
|= _NEW_VARYING_VP_INPUTS;
464
ctx->
NewState
|= _NEW_PROGRAM;
draw.c
521
if (ctx->
NewState
)
557
if (ctx->
NewState
)
596
if (ctx->
NewState
)
634
if (ctx->
NewState
)
854
if (ctx->
NewState
)
963
if (ctx->
NewState
)
994
if (ctx->
NewState
)
1025
if (ctx->
NewState
)
1062
if (ctx->
NewState
)
1101
if (ctx->
NewState
)
[
all
...]
/xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
vbo_save_draw.c
80
ctx->
NewState
|= _NEW_FF_VERT_PROGRAM;
82
ctx->
NewState
|= state;
208
if (ctx->
NewState
)
319
if (ctx->
NewState
)
328
assert(ctx->
NewState
== 0);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/vbo/
vbo_save_draw.c
75
ctx->
NewState
|= state;
197
if (ctx->
NewState
)
210
assert(ctx->
NewState
== 0);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
intel_pixel.c
62
if (ctx->
NewState
)
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_pixel.c
59
if (ctx->
NewState
)
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_context.c
263
_swrast_update_fragment_program(struct gl_context *ctx, GLbitfield
newState
)
434
swrast->
NewState
|= new_state;
441
swrast->
NewState
= ~0;
552
if (swrast->
NewState
) {
553
if (swrast->
NewState
& _NEW_POLYGON)
556
if (swrast->
NewState
& (_NEW_HINT | _NEW_PROGRAM))
559
if (swrast->
NewState
& _SWRAST_NEW_TEXTURE_ENV_MODE)
562
if (swrast->
NewState
& (_NEW_FOG | _NEW_PROGRAM))
565
if (swrast->
NewState
& (_NEW_PROGRAM_CONSTANTS | _NEW_PROGRAM))
566
_swrast_update_fragment_program( ctx, swrast->
NewState
);
[
all
...]
s_bitmap.c
69
if (SWRAST_CONTEXT(ctx)->
NewState
)
162
if (SWRAST_CONTEXT(ctx)->
NewState
)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
intel_pixel.c
62
if (ctx->
NewState
)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
intel_pixel.c
59
if (ctx->
NewState
)
brw_compute.c
46
if (ctx->
NewState
)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_context.c
263
_swrast_update_fragment_program(struct gl_context *ctx, GLbitfield
newState
)
434
swrast->
NewState
|= new_state;
441
swrast->
NewState
= ~0;
552
if (swrast->
NewState
) {
553
if (swrast->
NewState
& _NEW_POLYGON)
556
if (swrast->
NewState
& (_NEW_HINT | _NEW_PROGRAM))
559
if (swrast->
NewState
& _SWRAST_NEW_TEXTURE_ENV_MODE)
562
if (swrast->
NewState
& (_NEW_FOG | _NEW_PROGRAM))
565
if (swrast->
NewState
& (_NEW_PROGRAM_CONSTANTS | _NEW_PROGRAM))
566
_swrast_update_fragment_program( ctx, swrast->
NewState
);
[
all
...]
s_bitmap.c
69
if (SWRAST_CONTEXT(ctx)->
NewState
)
162
if (SWRAST_CONTEXT(ctx)->
NewState
)
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_cb_compute.c
53
if (ctx->
NewState
)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_cb_compute.c
53
if (ctx->
NewState
)
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
state.c
323
if (params && params->StateFlags & ctx->
NewState
) {
385
* If __struct gl_contextRec::
NewState
is non-zero then this function \b must
398
GLbitfield new_state = ctx->
NewState
;
482
ctx->
NewState
|= new_prog_state;
491
ctx->
NewState
= 0;
521
ctx->
NewState
|= _NEW_PROGRAM;
matrix.c
124
ctx->
NewState
|= stack->DirtyFlag;
142
* __struct gl_contextRec::
NewState
.
205
ctx->
NewState
|= stack->DirtyFlag;
223
* __struct gl_contextRec::
NewState
.
340
* Marks __struct gl_contextRec::
NewState
with the stack dirty flag.
382
ctx->
NewState
|= stack->DirtyFlag;
397
* Marks __struct gl_contextRec::
NewState
with the dirty stack flag.
452
ctx->
NewState
|= stack->DirtyFlag;
463
* Marks __struct gl_contextRec::
NewState
with the stack dirty flag.
497
ctx->
NewState
|= stack->DirtyFlag
[
all
...]
drawpix.c
78
if (ctx->
NewState
)
249
if (ctx->
NewState
)
337
if (ctx->
NewState
)
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
radeon_common.c
199
if (ctx->
NewState
& (_NEW_BUFFERS | _NEW_COLOR | _NEW_PIXEL)) {
270
ctx->
NewState
|= _NEW_STENCIL;
279
ctx->
NewState
|= _NEW_POLYGON;
290
ctx->
NewState
|= (_NEW_DEPTH | _NEW_STENCIL);
297
ctx->
NewState
|= _NEW_VIEWPORT;
313
ctx->
NewState
|= _NEW_POLYGON;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
radeon_common.c
200
if (ctx->
NewState
& (_NEW_BUFFERS | _NEW_COLOR | _NEW_PIXEL)) {
271
ctx->
NewState
|= _NEW_STENCIL;
280
ctx->
NewState
|= _NEW_POLYGON;
291
ctx->
NewState
|= (_NEW_DEPTH | _NEW_STENCIL);
298
ctx->
NewState
|= _NEW_VIEWPORT;
314
ctx->
NewState
|= _NEW_POLYGON;
Completed in 22 milliseconds
1
2
3
4
5
6
Indexes created Thu Jul 02 00:25:40 UTC 2026