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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/test/
MockDiscardablePixelRef.h 35 MockDiscardablePixelRef() : discarded(false) { setURI("discardable"); }
41 discarded = true;
50 if (discarded)
52 m_lockedMemory = &discarded;
63 bool discarded; member in class:WebCore::MockDiscardablePixelRef
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_discard_flow.cpp 35 * the shader" sounds like the discarded fragments should effectively
41 * point that the only active channels left are discarded pixels" or
42 * "discarded pixels become inactive at the point that control flow
53 lower_discard_flow_visitor(ir_variable *discarded)
54 : discarded(discarded)
56 mem_ctx = ralloc_parent(discarded);
70 ir_variable *discarded; member in class:lower_discard_flow_visitor
88 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded);
110 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded);
    [all...]
  /external/mesa3d/src/glsl/
lower_discard_flow.cpp 35 * the shader" sounds like the discarded fragments should effectively
41 * point that the only active channels left are discarded pixels" or
42 * "discarded pixels become inactive at the point that control flow
53 lower_discard_flow_visitor(ir_variable *discarded)
54 : discarded(discarded)
56 mem_ctx = ralloc_parent(discarded);
70 ir_variable *discarded; member in class:lower_discard_flow_visitor
88 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded);
110 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded);
    [all...]
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.h 341 // Returns true if the WebContents at |index| has been discarded to
572 discarded(false) {
600 // easily discarded, e.g. when the user switches to a tab not part of the
618 // Has the tab data been discarded to save memory?
619 bool discarded; member in struct:TabStripModel::WebContentsData
  /external/chromium_org/net/third_party/nss/ssl/
ssl3con.c 2750 PRInt32 discarded = 0; local
    [all...]
  /external/guava/guava/lib/
jdiff.jar 

Completed in 334 milliseconds