Searched defs:ExtendValue (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/cc/quads/
H A Dcheckerboard_draw_quad.cc46 void CheckerboardDrawQuad::ExtendValue(base::debug::TracedValue* value) const { function in class:cc::CheckerboardDrawQuad
H A Dsurface_draw_quad.cc46 void SurfaceDrawQuad::ExtendValue(base::debug::TracedValue* value) const { function in class:cc::SurfaceDrawQuad
H A Dcontent_draw_quad_base.cc53 void ContentDrawQuadBase::ExtendValue(base::debug::TracedValue* value) const { function in class:cc::ContentDrawQuadBase
H A Ddebug_border_draw_quad.cc53 void DebugBorderDrawQuad::ExtendValue(base::debug::TracedValue* value) const { function in class:cc::DebugBorderDrawQuad
H A Dio_surface_draw_quad.cc60 void IOSurfaceDrawQuad::ExtendValue(base::debug::TracedValue* value) const { function in class:cc::IOSurfaceDrawQuad
H A Dsolid_color_draw_quad.cc51 void SolidColorDrawQuad::ExtendValue(base::debug::TracedValue* value) const { function in class:cc::SolidColorDrawQuad
H A Dstream_video_draw_quad.cc53 void StreamVideoDrawQuad::ExtendValue(base::debug::TracedValue* value) const { function in class:cc::StreamVideoDrawQuad
H A Dpicture_draw_quad.cc83 void PictureDrawQuad::ExtendValue(base::debug::TracedValue* value) const { function in class:cc::PictureDrawQuad
84 ContentDrawQuadBase::ExtendValue(value);
H A Drender_pass_draw_quad.cc86 void RenderPassDrawQuad::ExtendValue(base::debug::TracedValue* value) const { function in class:cc::RenderPassDrawQuad
H A Dtexture_draw_quad.cc87 void TextureDrawQuad::ExtendValue(base::debug::TracedValue* value) const { function in class:cc::TextureDrawQuad
H A Dtile_draw_quad.cc65 void TileDrawQuad::ExtendValue(base::debug::TracedValue* value) const { function in class:cc::TileDrawQuad
66 ContentDrawQuadBase::ExtendValue(value);
H A Dyuv_video_draw_quad.cc78 void YUVVideoDrawQuad::ExtendValue(base::debug::TracedValue* value) const { function in class:cc::YUVVideoDrawQuad
/external/chromium_org/v8/src/arm64/
H A Dsimulator-arm64.cc917 T Simulator::ExtendValue(T value, Extend extend_type, unsigned left_shift) { function in class:v8::internal::Simulator
1421 int64_t op2 = ExtendValue(xreg(instr->Rm()), ext, left_shift);
1424 int32_t op2 = ExtendValue(wreg(instr->Rm()), ext, left_shift);
1558 int64_t offset = ExtendValue(xreg(instr->Rm()), ext, shift_amount);

Completed in 167 milliseconds