HomeSort by relevance Sort by last modified time
    Searched defs:clear_flags (Results 1 - 13 of 13) sorted by null

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_rasterizer.c 45 clear_flags(struct pipe_rasterizer_state *rast) function
77 * of flags which get cleared in clear_flags().
92 clear_flags(&state->lp_state);
94 clear_flags(&state->draw_state);
  /external/libchrome/base/trace_event/
memory_allocator_dump.h 80 void clear_flags(int flags) { flags_ &= ~flags; } function in class:base::trace_event::MemoryAllocatorDump
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_clear.c 303 unsigned clear_flags = 0; local
316 clear_flags |= PIPE_CLEAR_DEPTH;
319 clear_flags |= PIPE_CLEAR_STENCIL;
337 clear_flags,
343 clear_flags,
355 dsv, clear_flags,
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tile_cache.h 92 uint *clear_flags; member in struct:softpipe_tile_cache
  /hardware/intel/img/psb_video/src/
pnw_rotate.c 488 unsigned int set_flags, clear_flags; local
523 //clear_flags = WSBM_PL_FLAG_UNCACHED | WSBM_PL_FLAG_WC;
524 //ret = psb_buffer_setstatus(&psb_surface->buf, set_flags, clear_flags);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
decimal.py 418 context.clear_flags()
459 context.clear_flags()
3804 def clear_flags(self): member in class:Context
    [all...]
  /external/python/cpython2/Lib/
decimal.py 417 context.clear_flags()
458 context.clear_flags()
3832 def clear_flags(self): member in class:Context
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
decimal.py 418 context.clear_flags()
459 context.clear_flags()
3832 def clear_flags(self): member in class:Context
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
decimal.py 418 context.clear_flags()
459 context.clear_flags()
3832 def clear_flags(self): member in class:Context
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 418 context.clear_flags()
459 context.clear_flags()
3832 def clear_flags(self): member in class:Context
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 418 context.clear_flags()
459 context.clear_flags()
3832 def clear_flags(self): member in class:Context
    [all...]
  /device/asus/fugu/kernel-headers/linux/
psb_drm.h 157 uint64_t clear_flags; member in struct:psb_validate_req
    [all...]
  /device/asus/fugu/original-kernel-headers/linux/
psb_drm.h 194 uint64_t clear_flags; member in struct:psb_validate_req
    [all...]

Completed in 1756 milliseconds