HomeSort by relevance Sort by last modified time
    Searched refs:NewState (Results 1 - 25 of 144) sorted by null

1 2 3 4 5 6

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
ss_context.h 36 GLuint NewState;
ss_context.c 59 swsetup->NewState = ~0;
189 if (swsetup->NewState & _SWSETUP_NEW_RENDERINDEX) {
193 if (swsetup->NewState & _NEW_PROGRAM) {
197 swsetup->NewState = 0;
225 swsetup->NewState |= new_state;
  /external/mesa3d/src/mesa/swrast_setup/
ss_context.h 36 GLuint NewState;
ss_context.c 59 swsetup->NewState = ~0;
189 if (swsetup->NewState & _SWSETUP_NEW_RENDERINDEX) {
193 if (swsetup->NewState & _NEW_PROGRAM) {
197 swsetup->NewState = 0;
225 swsetup->NewState |= new_state;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
multisample.c 45 ctx->NewState |= _NEW_MULTISAMPLE;
matrix.c 63 * __struct gl_contextRec::NewState.
87 ctx->NewState |= ctx->CurrentStack->DirtyFlag;
105 * __struct gl_contextRec::NewState.
131 ctx->NewState |= ctx->CurrentStack->DirtyFlag;
238 * Marks __struct gl_contextRec::NewState with the stack dirty flag.
267 ctx->NewState |= stack->DirtyFlag;
278 * Marks __struct gl_contextRec::NewState with the dirty stack flag.
305 ctx->NewState |= stack->DirtyFlag;
316 * Marks __struct gl_contextRec::NewState with the stack dirty flag.
328 ctx->NewState |= ctx->CurrentStack->DirtyFlag
    [all...]
state.c 248 if (params && params->StateFlags & ctx->NewState) {
258 if (params /*&& params->StateFlags & ctx->NewState*/) {
266 if (params && params->StateFlags & ctx->NewState) {
445 * If __struct gl_contextRec::NewState is non-zero then this function \b must
458 GLbitfield new_state = ctx->NewState;
572 * Set ctx->NewState to zero to avoid recursion if
575 new_state = ctx->NewState | new_prog_state;
576 ctx->NewState = 0;
632 ctx->NewState |= _NEW_VARYING_VP_INPUTS;
654 ctx->NewState |= _NEW_PROGRAM
    [all...]
context.h 202 * \param newstate new state.
206 * __struct gl_contextRec::NewState with \p newstate.
208 #define FLUSH_VERTICES(ctx, newstate) \
214 ctx->NewState |= newstate; \
221 * \param newstate new state.
225 * __struct gl_contextRec::NewState with \p newstate.
227 #define FLUSH_CURRENT(ctx, newstate) \
    [all...]
viewport.c 84 ctx->NewState |= _NEW_VIEWPORT;
130 ctx->NewState |= _NEW_VIEWPORT;
  /external/mesa3d/src/mesa/main/
multisample.c 45 ctx->NewState |= _NEW_MULTISAMPLE;
matrix.c 63 * __struct gl_contextRec::NewState.
87 ctx->NewState |= ctx->CurrentStack->DirtyFlag;
105 * __struct gl_contextRec::NewState.
131 ctx->NewState |= ctx->CurrentStack->DirtyFlag;
238 * Marks __struct gl_contextRec::NewState with the stack dirty flag.
267 ctx->NewState |= stack->DirtyFlag;
278 * Marks __struct gl_contextRec::NewState with the dirty stack flag.
305 ctx->NewState |= stack->DirtyFlag;
316 * Marks __struct gl_contextRec::NewState with the stack dirty flag.
328 ctx->NewState |= ctx->CurrentStack->DirtyFlag
    [all...]
state.c 248 if (params && params->StateFlags & ctx->NewState) {
258 if (params /*&& params->StateFlags & ctx->NewState*/) {
266 if (params && params->StateFlags & ctx->NewState) {
445 * If __struct gl_contextRec::NewState is non-zero then this function \b must
458 GLbitfield new_state = ctx->NewState;
572 * Set ctx->NewState to zero to avoid recursion if
575 new_state = ctx->NewState | new_prog_state;
576 ctx->NewState = 0;
632 ctx->NewState |= _NEW_VARYING_VP_INPUTS;
654 ctx->NewState |= _NEW_PROGRAM
    [all...]
context.h 202 * \param newstate new state.
206 * __struct gl_contextRec::NewState with \p newstate.
208 #define FLUSH_VERTICES(ctx, newstate) \
214 ctx->NewState |= newstate; \
221 * \param newstate new state.
225 * __struct gl_contextRec::NewState with \p newstate.
227 #define FLUSH_CURRENT(ctx, newstate) \
    [all...]
viewport.c 84 ctx->NewState |= _NEW_VIEWPORT;
130 ctx->NewState |= _NEW_VIEWPORT;
  /external/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 142 const State &newState();
241 const State &DFA::newState() {
435 const State *Initial = &D.newState();
473 const State *NewState;
483 NewState = VI->second;
485 NewState = &D.newState();
486 NewState->stateInfo = NewStateResources;
487 Visited[NewStateResources] = NewState;
488 WorkList.push_back(NewState);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 100 ProgramState NewState = *state;
102 NewState.Env = EnvMgr.removeDeadBindings(NewState.Env, SymReaper, state);
105 StoreRef newStore = StoreMgr->removeDeadBindings(NewState.getStore(), LCtx,
107 NewState.setStore(newStore);
110 ProgramStateRef Result = getPersistentState(NewState);
116 ProgramStateRef newState = makeWithStore(Mgr.StoreMgr->Bind(getStore(),
120 return Mgr.getOwningEngine()->processRegionChange(newState, MR);
122 return newState;
195 ProgramStateRef newState = makeWithStore(newStore)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.c 269 _swrast_update_fragment_program(struct gl_context *ctx, GLbitfield newState)
440 swrast->NewState |= new_state;
447 swrast->NewState = ~0;
557 if (swrast->NewState) {
558 if (swrast->NewState & _NEW_POLYGON)
561 if (swrast->NewState & (_NEW_HINT | _NEW_PROGRAM))
564 if (swrast->NewState & _SWRAST_NEW_TEXTURE_ENV_MODE)
567 if (swrast->NewState & (_NEW_FOG | _NEW_PROGRAM))
570 if (swrast->NewState & (_NEW_PROGRAM_CONSTANTS | _NEW_PROGRAM))
571 _swrast_update_fragment_program( ctx, swrast->NewState );
    [all...]
s_bitmap.c 69 if (SWRAST_CONTEXT(ctx)->NewState)
162 if (SWRAST_CONTEXT(ctx)->NewState)
  /external/chromium_org/v8/src/
hydrogen-escape-analysis.h 33 HCapturedObject* NewState(HInstruction* prev);
  /external/lzma/CPP/Windows/
MemoryLock.cpp 14 PTOKEN_PRIVILEGES NewState, DWORD BufferLength, PTOKEN_PRIVILEGES PreviousState,PDWORD ReturnLength);
  /external/mesa3d/src/mesa/swrast/
s_context.c 269 _swrast_update_fragment_program(struct gl_context *ctx, GLbitfield newState)
440 swrast->NewState |= new_state;
447 swrast->NewState = ~0;
557 if (swrast->NewState) {
558 if (swrast->NewState & _NEW_POLYGON)
561 if (swrast->NewState & (_NEW_HINT | _NEW_PROGRAM))
564 if (swrast->NewState & _SWRAST_NEW_TEXTURE_ENV_MODE)
567 if (swrast->NewState & (_NEW_FOG | _NEW_PROGRAM))
570 if (swrast->NewState & (_NEW_PROGRAM_CONSTANTS | _NEW_PROGRAM))
571 _swrast_update_fragment_program( ctx, swrast->NewState );
    [all...]
s_bitmap.c 69 if (SWRAST_CONTEXT(ctx)->NewState)
162 if (SWRAST_CONTEXT(ctx)->NewState)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_pixel.c 61 if (ctx->NewState)
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_save_draw.c 102 ctx->NewState |= _NEW_LIGHT;
104 ctx->NewState |= _NEW_CURRENT_ATTRIB;
302 if (ctx->NewState)
319 if (ctx->NewState)
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel.c 61 if (ctx->NewState)

Completed in 368 milliseconds

1 2 3 4 5 6