Searched defs:deref (Results 1 - 25 of 90) sorted by relevance

1234

/external/chromium_org/skia/config/
H A Dsk_ref_cnt_ext_release.h15 void deref() const { SkRefCntBase::unref(); } function in class:SkRefCnt
H A Dsk_ref_cnt_ext_debug.h19 void deref() const { SkRefCntBase::unref(); } function in class:SkRefCnt
/external/skia/include/ports/
H A DSkRefCnt_android.h15 * that calls SkRefCnt::deref(), can link against the system's copy of Skia.
19 void deref() const { SkRefCntBase::unref(); } function in class:SkRefCnt
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResourceLoaderHost.h81 void deref() { derefResourceLoaderHost(); } function in class:blink::ResourceLoaderHost
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSRuleList.cpp45 void StaticCSSRuleList::deref() function in class:blink::StaticCSSRuleList
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMImplementation.h52 void deref() { m_document->deref(); } function in class:blink::FINAL
H A DTreeShared.h70 void deref() function in class:blink::TreeShared
H A DNamedNodeMap.cpp43 void NamedNodeMap::deref() function in class:blink::NamedNodeMap
45 m_element->deref();
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaSource.h54 void deref() { derefHTMLMediaSource(); } function in class:blink::HTMLMediaSource
H A DClassList.cpp42 void ClassList::deref() function in class:blink::ClassList
44 m_element->deref();
H A DFormAssociatedElement.h49 void deref() { derefFormAssociatedElement(); } function in class:blink::FormAssociatedElement
H A DValidityState.h46 void deref() { m_control->deref(); } function in class:blink::ValidityState
/external/chromium_org/third_party/WebKit/Source/core/html/ime/
H A DInputMethodContext.h57 void deref() { m_element->deref(); } function in class:blink::FINAL
92 virtual void derefEventTarget() OVERRIDE { deref(); }
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_builder.h57 class deref { class in namespace:ir_builder
59 deref(ir_dereference *val) function in class:ir_builder::deref
64 deref(ir_variable *var) function in class:ir_builder::deref
83 ir_assignment *assign(deref lhs, operand rhs);
84 ir_assignment *assign(deref lhs, operand rhs, int writemask);
H A Dlower_texture_projection.cpp63 ir_dereference *deref = new(mem_ctx) ir_dereference_variable(var); local
68 ir_assignment *assign = new(mem_ctx) ir_assignment(deref, expr, NULL);
71 deref = new(mem_ctx) ir_dereference_variable(var);
75 deref);
78 deref = new(mem_ctx) ir_dereference_variable(var);
82 deref);
H A Dlower_vec_index_to_swizzle.cpp64 ir_dereference_array *deref = ir->as_dereference_array(); local
67 if (!deref)
70 if (deref->array->type->is_matrix() || deref->array->type->is_array())
73 assert(deref->array_index->type->base_type == GLSL_TYPE_INT);
74 ir_constant = deref->array_index->constant_expression_value();
96 (deref->array->type->vector_elements - 1));
98 return new(ctx) ir_swizzle(deref->array, i, 0, 0, 0, 1);
/external/mesa3d/src/glsl/
H A Dir_builder.h57 class deref { class in namespace:ir_builder
59 deref(ir_dereference *val) function in class:ir_builder::deref
64 deref(ir_variable *var) function in class:ir_builder::deref
83 ir_assignment *assign(deref lhs, operand rhs);
84 ir_assignment *assign(deref lhs, operand rhs, int writemask);
H A Dlower_texture_projection.cpp63 ir_dereference *deref = new(mem_ctx) ir_dereference_variable(var); local
68 ir_assignment *assign = new(mem_ctx) ir_assignment(deref, expr, NULL);
71 deref = new(mem_ctx) ir_dereference_variable(var);
75 deref);
78 deref = new(mem_ctx) ir_dereference_variable(var);
82 deref);
H A Dlower_vec_index_to_swizzle.cpp64 ir_dereference_array *deref = ir->as_dereference_array(); local
67 if (!deref)
70 if (deref->array->type->is_matrix() || deref->array->type->is_array())
73 assert(deref->array_index->type->base_type == GLSL_TYPE_INT);
74 ir_constant = deref->array_index->constant_expression_value();
96 (deref->array->type->vector_elements - 1));
98 return new(ctx) ir_swizzle(deref->array, i, 0, 0, 0, 1);
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequestUpload.h55 void deref() { m_xmlHttpRequest->deref(); } function in class:blink::FINAL
75 virtual void derefEventTarget() OVERRIDE { deref(); }
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DThreadSafeRefCounted.h83 void deref() function in class:WTF::ThreadSafeRefCounted
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_cubemap_normalize.cpp62 ir_dereference *deref = new(mem_ctx) ir_dereference_variable(var); local
63 ir_assignment *assign = new(mem_ctx) ir_assignment(deref, ir->coordinate,
67 deref = new(mem_ctx) ir_dereference_variable(var);
68 ir_rvalue *swiz0 = new(mem_ctx) ir_swizzle(deref, 0, 0, 0, 0, 1);
69 deref = new(mem_ctx) ir_dereference_variable(var);
70 ir_rvalue *swiz1 = new(mem_ctx) ir_swizzle(deref, 1, 0, 0, 0, 1);
71 deref = new(mem_ctx) ir_dereference_variable(var);
72 ir_rvalue *swiz2 = new(mem_ctx) ir_swizzle(deref, 2, 0, 0, 0, 1);
91 deref = new(mem_ctx) ir_dereference_variable(var);
94 deref,
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_cubemap_normalize.cpp62 ir_dereference *deref = new(mem_ctx) ir_dereference_variable(var); local
63 ir_assignment *assign = new(mem_ctx) ir_assignment(deref, ir->coordinate,
67 deref = new(mem_ctx) ir_dereference_variable(var);
68 ir_rvalue *swiz0 = new(mem_ctx) ir_swizzle(deref, 0, 0, 0, 0, 1);
69 deref = new(mem_ctx) ir_dereference_variable(var);
70 ir_rvalue *swiz1 = new(mem_ctx) ir_swizzle(deref, 1, 0, 0, 0, 1);
71 deref = new(mem_ctx) ir_dereference_variable(var);
72 ir_rvalue *swiz2 = new(mem_ctx) ir_swizzle(deref, 2, 0, 0, 0, 1);
91 deref = new(mem_ctx) ir_dereference_variable(var);
94 deref,
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext.h52 void deref() { m_canvas->deref(); } function in class:blink::CanvasRenderingContext
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DClipRects.h73 void deref() function in class:blink::ClipRects

Completed in 2241 milliseconds

1234