HomeSort by relevance Sort by last modified time
    Searched refs:NewState (Results 26 - 50 of 98) 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 120 AudioSessionState NewState) = 0;
176 AudioSessionState NewState);
200 #define IAudioSessionEvents_OnStateChanged(This,NewState) (This)->lpVtbl->OnStateChanged(This,NewState)
229 static FORCEINLINE HRESULT IAudioSessionEvents_OnStateChanged(IAudioSessionEvents* This,AudioSessionState NewState) {
230 return This->lpVtbl->OnStateChanged(This,NewState);
290 AudioSessionState NewState);
    [all...]
  /external/llvm/include/llvm/MC/
MCSection.h 135 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;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 361 CallEventRef<T> cloneWithState(ProgramStateRef NewState) const;
364 CallEventRef<> cloneWithState(ProgramStateRef NewState) const {
365 return cloneWithState<CallEvent>(NewState);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 768 BDVState NewState;
770 NewState = meetBDVState(NewState, getStateForInput(SI->getTrueValue()));
771 NewState =
772 meetBDVState(NewState, getStateForInput(SI->getFalseValue()));
775 NewState = meetBDVState(NewState, getStateForInput(Val));
779 NewState =
780 meetBDVState(NewState, getStateForInput(EE->getVectorOperand()));
785 NewState = meetBDVState(NewState, getStateForInput(IE->getOperand(0)))
    [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)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/
MpServicesOnFrameworkMpServicesThunk.h 302 @param EnableAP Indicates whether the newstate of the AP is enabled or disabled.
498 @param NewState Desired state of the specified AP.
506 IN BOOLEAN NewState
  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 181 void definePhysReg(MachineInstr &MI, unsigned PhysReg, RegState NewState);
417 RegState NewState) {
427 PhysRegState[PhysReg] = NewState;
432 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)
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocFast.cpp 160 void definePhysReg(MachineInstr *MI, unsigned PhysReg, RegState NewState);
384 RegState NewState) {
394 PhysRegState[PhysReg] = NewState;
399 PhysRegState[PhysReg] = NewState;
    [all...]
  /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;
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
SysCalls.c 179 @param[in] NewState State to set the fd to after the file is closed.
186 _closeX (int fd, int NewState)
208 Fp->f_iflags = NewState; // Close this FD or reserve it
    [all...]

Completed in 1237 milliseconds

12 3 4