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

12 3 4 5 6

  /external/mesa3d/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/chromium_org/third_party/mesa/src/src/mesa/main/
clear.c 145 * Flushes the vertices and verifies the parameter. If __struct gl_contextRec::NewState
179 if (ctx->NewState) {
314 if (ctx->NewState) {
405 if (ctx->NewState) {
477 if (ctx->NewState) {
594 if (ctx->NewState) {
drawtex.c 50 if (ctx->NewState)
buffers.c 511 ctx->NewState |= _NEW_BUFFERS;
560 ctx->NewState |= _NEW_BUFFERS;
attrib.c     [all...]
  /external/mesa3d/src/mesa/main/
clear.c 145 * Flushes the vertices and verifies the parameter. If __struct gl_contextRec::NewState
179 if (ctx->NewState) {
314 if (ctx->NewState) {
405 if (ctx->NewState) {
477 if (ctx->NewState) {
594 if (ctx->NewState) {
drawtex.c 50 if (ctx->NewState)
buffers.c 511 ctx->NewState |= _NEW_BUFFERS;
560 ctx->NewState |= _NEW_BUFFERS;
attrib.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_pixel_read.c 198 if (ctx->NewState)
intel_pixel_copy.c 53 if (ctx->NewState)
  /external/chromium_org/v8/src/
hydrogen-escape-analysis.cc 63 HCapturedObject* HEscapeAnalysisPhase::NewState(HInstruction* previous) {
76 HCapturedObject* state = NewState(previous);
89 HCapturedObject* state = NewState(previous);
103 HCapturedObject* state = NewState(previous);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel_read.c 198 if (ctx->NewState)
intel_pixel_copy.c 53 if (ctx->NewState)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmstream.idl 108 [in] STREAM_STATE NewState);
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);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vtbl.c 111 if (ctx->NewState & _NEW_BUFFERS) {
  /external/chromium_org/third_party/mesa/src/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/drivers/dri/i965/
brw_vtbl.c 111 if (ctx->NewState & _NEW_BUFFERS) {
  /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/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 321 CallEventRef<T> cloneWithState(ProgramStateRef NewState) const;
324 CallEventRef<> cloneWithState(ProgramStateRef NewState) const {
325 return cloneWithState<CallEvent>(NewState);
    [all...]
  /external/chromium_org/third_party/mesa/src/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/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)

Completed in 571 milliseconds

12 3 4 5 6