Home
last modified time | relevance | path

Searched defs:src_rgb (Results 1 – 21 of 21) sorted by relevance

/external/libyuv/files/source/
Dscale_rgb.cc31 int RGBScale(const uint8_t* src_rgb, in RGBScale()
Drow_mmi.cc687 void ARGBToUVRow_MMI(const uint8_t* src_rgb, in ARGBToUVRow_MMI()
1003 void BGRAToUVRow_MMI(const uint8_t* src_rgb, in BGRAToUVRow_MMI()
1319 void ABGRToUVRow_MMI(const uint8_t* src_rgb, in ABGRToUVRow_MMI()
1635 void RGBAToUVRow_MMI(const uint8_t* src_rgb, in RGBAToUVRow_MMI()
1955 void RGB24ToUVRow_MMI(const uint8_t* src_rgb, in RGB24ToUVRow_MMI()
2291 void RAWToUVRow_MMI(const uint8_t* src_rgb, in RAWToUVRow_MMI()
2627 void ARGBToUVJRow_MMI(const uint8_t* src_rgb, in ARGBToUVJRow_MMI()
5128 void SplitRGBRow_MMI(const uint8_t* src_rgb, in SplitRGBRow_MMI()
Drow_msa.cc2019 void RGB24ToUVRow_MSA(const uint8_t* src_rgb, in RGB24ToUVRow_MSA()
2129 void RAWToUVRow_MSA(const uint8_t* src_rgb, in RAWToUVRow_MSA()
2505 void ARGBToUVJRow_MSA(const uint8_t* src_rgb, in ARGBToUVJRow_MSA()
2637 void BGRAToUVRow_MSA(const uint8_t* src_rgb, in BGRAToUVRow_MSA()
2672 void ABGRToUVRow_MSA(const uint8_t* src_rgb, in ABGRToUVRow_MSA()
2707 void RGBAToUVRow_MSA(const uint8_t* src_rgb, in RGBAToUVRow_MSA()
Drow_neon.cc647 void SplitRGBRow_NEON(const uint8_t* src_rgb, in SplitRGBRow_NEON()
2616 void RGBToYMatrixRow_NEON(const uint8_t* src_rgb, in RGBToYMatrixRow_NEON()
Drow_neon64.cc758 void SplitRGBRow_NEON(const uint8_t* src_rgb, in SplitRGBRow_NEON()
2862 void RGBToYMatrixRow_NEON(const uint8_t* src_rgb, in RGBToYMatrixRow_NEON()
Dplanar_functions.cc1039 void SplitRGBPlane(const uint8_t* src_rgb, in SplitRGBPlane()
Drow_gcc.cc5222 void SplitRGBRow_SSSE3(const uint8_t* src_rgb, in SplitRGBRow_SSSE3()
Drow_common.cc2734 void SplitRGBRow_C(const uint8_t* src_rgb, in SplitRGBRow_C()
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedBase.cpp255 … DrawBuffersIndexedBase::BlendMaskStateMachine::SetBlendFuncSeparatei(int idx, glw::GLenum src_rgb, in SetBlendFuncSeparatei()
335 void DrawBuffersIndexedBase::BlendMaskStateMachine::SetBlendFuncSeparate(glw::GLenum src_rgb, glw::… in SetBlendFuncSeparate()
/external/mesa3d/src/compiler/glsl/
Dlower_blend_equation_advanced.cpp300 ir_variable *src_rgb = f.make_temp(glsl_type::vec3_type, "__blend_src_rgb"); in calc_blend_result() local
/external/libvpx/third_party/libyuv/source/
Drow_neon.cc589 void SplitRGBRow_NEON(const uint8_t* src_rgb, in SplitRGBRow_NEON()
Drow_neon64.cc636 void SplitRGBRow_NEON(const uint8_t* src_rgb, in SplitRGBRow_NEON()
Dplanar_functions.cc494 void SplitRGBPlane(const uint8_t* src_rgb, in SplitRGBPlane()
Drow_gcc.cc3613 void SplitRGBRow_SSSE3(const uint8_t* src_rgb, in SplitRGBRow_SSSE3()
Drow_common.cc2108 void SplitRGBRow_C(const uint8_t* src_rgb, in SplitRGBRow_C()
/external/libaom/third_party/libyuv/source/
Drow_neon64.cc679 void SplitRGBRow_NEON(const uint8_t* src_rgb, in SplitRGBRow_NEON()
Drow_neon.cc592 void SplitRGBRow_NEON(const uint8_t* src_rgb, in SplitRGBRow_NEON()
Dplanar_functions.cc632 void SplitRGBPlane(const uint8_t* src_rgb, in SplitRGBPlane()
Drow_gcc.cc3813 void SplitRGBRow_SSSE3(const uint8_t* src_rgb, in SplitRGBRow_SSSE3()
Drow_common.cc2508 void SplitRGBRow_C(const uint8_t* src_rgb, in SplitRGBRow_C()
/external/mesa3d/src/gallium/drivers/iris/
Diris_state.c1219 enum pipe_blendfactor src_rgb = in iris_create_blend_state() local