HomeSort by relevance Sort by last modified time
    Searched refs:NewState (Results 26 - 50 of 89) sorted by null

12 3 4

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmstream.h 133 STREAM_STATE NewState) = 0;
189 STREAM_STATE NewState);
224 #define IMultiMediaStream_SetState(This,NewState) (This)->lpVtbl->SetState(This,NewState)
253 static FORCEINLINE HRESULT IMultiMediaStream_SetState(IMultiMediaStream* This,STREAM_STATE NewState) {
254 return This->lpVtbl->SetState(This,NewState);
310 STREAM_STATE NewState);
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...]
  /external/llvm/include/llvm/MC/
MCSection.h 136 void setBundleLockState(BundleLockStateType NewState);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vtbl.c 111 if (ctx->NewState & _NEW_BUFFERS) {
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel_copy.c 53 if (ctx->NewState)
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_pixel_read.c 217 if (ctx->NewState)
radeon_common.c 223 if (ctx->NewState & (_NEW_BUFFERS | _NEW_COLOR | _NEW_PIXEL)) {
294 ctx->NewState |= _NEW_STENCIL;
303 ctx->NewState |= _NEW_POLYGON;
315 ctx->NewState |= (_NEW_DEPTH | _NEW_STENCIL);
331 ctx->NewState |= _NEW_VIEWPORT;
349 ctx->NewState |= _NEW_POLYGON;
  /external/mesa3d/src/mesa/main/
buffers.c 511 ctx->NewState |= _NEW_BUFFERS;
560 ctx->NewState |= _NEW_BUFFERS;
attrib.c     [all...]
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/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 329 CallEventRef<T> cloneWithState(ProgramStateRef NewState) const;
332 CallEventRef<> cloneWithState(ProgramStateRef NewState) const {
333 return cloneWithState<CallEvent>(NewState);
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 315 if (swrast->NewState)
354 if (swrast->NewState)
448 if (swrast->NewState)
488 if (swrast->NewState)
580 if (swrast->NewState)
  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 177 void definePhysReg(MachineInstr *MI, unsigned PhysReg, RegState NewState);
408 RegState NewState) {
418 PhysRegState[PhysReg] = NewState;
423 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/clang/lib/Basic/
Diagnostic.cpp 242 DiagState *NewState = &DiagStates.back();
243 NewState->setMapping(Diag, Mapping);
244 DiagStatePoints.insert(Pos+1, DiagStatePoint(NewState,
    [all...]

Completed in 1522 milliseconds

12 3 4