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

1 23 4 5 6

  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_draw.c 206 assert(ctx->NewState == 0x0);
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_clear.c 225 if (SWRAST_CONTEXT(ctx)->NewState)
s_context.h 235 GLbitfield NewState;
243 * When the NewState mask intersects these masks, we invalidate the
s_drawpix.c 671 if (ctx->NewState)
674 if (swrast->NewState)
  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 178 void definePhysReg(MachineInstr *MI, unsigned PhysReg, RegState NewState);
401 RegState NewState) {
411 PhysRegState[PhysReg] = NewState;
416 PhysRegState[PhysReg] = NewState;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_draw.c 206 assert(ctx->NewState == 0x0);
  /external/mesa3d/src/mesa/swrast/
s_clear.c 225 if (SWRAST_CONTEXT(ctx)->NewState)
s_context.h 235 GLbitfield NewState;
243 * When the NewState mask intersects these masks, we invalidate the
s_drawpix.c 671 if (ctx->NewState)
674 if (swrast->NewState)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mountmgr.h 161 MOUNTMGR_AUTO_MOUNT_STATE NewState;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
api_arrayelt.c 65 GLuint NewState;
    [all...]
texobj.c 709 ctx->NewState |= _NEW_TEXTURE;
1021 ctx->NewState |= _NEW_BUFFERS;
    [all...]
framebuffer.c 314 ctx->NewState |= _NEW_BUFFERS;
379 ctx->NewState |= _NEW_BUFFERS; /* to update scissor / window bounds */
arrayobj.c 392 ctx->NewState |= _NEW_ARRAY;
context.c 808 ctx->NewState = _NEW_ALL;
    [all...]
feedback.c 275 * __struct gl_contextRec::NewState.
293 ctx->NewState |= _NEW_RENDERMODE;
varray.c 270 ctx->NewState |= _NEW_ARRAY;
    [all...]
  /external/mesa3d/src/mesa/main/
api_arrayelt.c 65 GLuint NewState;
    [all...]
texobj.c 709 ctx->NewState |= _NEW_TEXTURE;
1021 ctx->NewState |= _NEW_BUFFERS;
    [all...]
framebuffer.c 314 ctx->NewState |= _NEW_BUFFERS;
379 ctx->NewState |= _NEW_BUFFERS; /* to update scissor / window bounds */
arrayobj.c 392 ctx->NewState |= _NEW_ARRAY;
context.c 808 ctx->NewState = _NEW_ALL;
    [all...]
feedback.c 275 * __struct gl_contextRec::NewState.
293 ctx->NewState |= _NEW_RENDERMODE;
varray.c 270 ctx->NewState |= _NEW_ARRAY;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
audiopolicy.h 155 AudioSessionState NewState) = 0;
211 AudioSessionState NewState);
235 #define IAudioSessionEvents_OnStateChanged(This,NewState) (This)->lpVtbl->OnStateChanged(This,NewState)
264 static FORCEINLINE HRESULT IAudioSessionEvents_OnStateChanged(IAudioSessionEvents* This,AudioSessionState NewState) {
265 return This->lpVtbl->OnStateChanged(This,NewState);
325 AudioSessionState NewState);
    [all...]

Completed in 731 milliseconds

1 23 4 5 6