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

1 2 3 45 6

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
light.c 1080 GLuint new_state2 = ctx->NewState;
1102 ctx->NewState |= _NEW_POINT; /* one of the bits from
    [all...]
texenv.c 683 if(ctx->NewState & (_NEW_BUFFERS | _NEW_FRAG_CLAMP))
texstate.c 523 ctx->NewState |= _NEW_TEXTURE;
texparam.c     [all...]
enable.c 269 _mesa_debug(ctx, "%s %s (newstate is %x)\n",
272 ctx->NewState);
    [all...]
  /external/mesa3d/src/mesa/main/
light.c 1080 GLuint new_state2 = ctx->NewState;
1102 ctx->NewState |= _NEW_POINT; /* one of the bits from
    [all...]
texenv.c 683 if(ctx->NewState & (_NEW_BUFFERS | _NEW_FRAG_CLAMP))
texstate.c 523 ctx->NewState |= _NEW_TEXTURE;
texparam.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
amstream.h 455 STREAM_STATE NewState);
527 #define IAMMultiMediaStream_SetState(This,NewState) (This)->lpVtbl->SetState(This,NewState)
564 static FORCEINLINE HRESULT IAMMultiMediaStream_SetState(IAMMultiMediaStream* This,STREAM_STATE NewState) {
565 return This->lpVtbl->SetState(This,NewState);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 131 if (ProgramStateRef newState = state->assume(*Constraint, true))
132 state = newState;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i830_vtbl.c 733 if (ctx->NewState & _NEW_BUFFERS) {
i915_vtbl.c 733 if (ctx->NewState & _NEW_BUFFERS) {
intel_tris.c 1061 if (ctx->NewState)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_blit.c 734 if (SWRAST_CONTEXT(ctx)->NewState)
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_vtbl.c 733 if (ctx->NewState & _NEW_BUFFERS) {
i915_vtbl.c 733 if (ctx->NewState & _NEW_BUFFERS) {
intel_tris.c 1061 if (ctx->NewState)
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_blit.c 734 if (SWRAST_CONTEXT(ctx)->NewState)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
portcls.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
wmesa.c 970 ctx->NewState |= _NEW_BUFFERS; /* to update scissor / window bounds */
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_exec_array.c 536 if (ctx->NewState) {
    [all...]
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wmesa.c 970 ctx->NewState |= _NEW_BUFFERS; /* to update scissor / window bounds */
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_exec_array.c 536 if (ctx->NewState) {
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]

Completed in 1259 milliseconds

1 2 3 45 6