Searched defs:src_rgb (Results 1 – 14 of 14) sorted by relevance
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/ |
D | esextcDrawBuffersIndexedBase.cpp | 255 … 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/ |
D | lower_blend_equation_advanced.cpp | 300 ir_variable *src_rgb = f.make_temp(glsl_type::vec3_type, "__blend_src_rgb"); in calc_blend_result() local
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon.cc | 589 void SplitRGBRow_NEON(const uint8_t* src_rgb, in SplitRGBRow_NEON()
|
D | row_neon64.cc | 636 void SplitRGBRow_NEON(const uint8_t* src_rgb, in SplitRGBRow_NEON()
|
D | planar_functions.cc | 494 void SplitRGBPlane(const uint8_t* src_rgb, in SplitRGBPlane()
|
D | row_gcc.cc | 3613 void SplitRGBRow_SSSE3(const uint8_t* src_rgb, in SplitRGBRow_SSSE3()
|
D | row_common.cc | 2108 void SplitRGBRow_C(const uint8_t* src_rgb, in SplitRGBRow_C()
|
/external/libyuv/files/source/ |
D | row_neon.cc | 589 void SplitRGBRow_NEON(const uint8_t* src_rgb, in SplitRGBRow_NEON()
|
D | row_neon64.cc | 636 void SplitRGBRow_NEON(const uint8_t* src_rgb, in SplitRGBRow_NEON()
|
D | planar_functions.cc | 566 void SplitRGBPlane(const uint8_t* src_rgb, in SplitRGBPlane()
|
D | row_mmi.cc | 5052 void SplitRGBRow_MMI(const uint8_t* src_rgb, in SplitRGBRow_MMI()
|
D | row_gcc.cc | 3613 void SplitRGBRow_SSSE3(const uint8_t* src_rgb, in SplitRGBRow_SSSE3()
|
D | row_common.cc | 2108 void SplitRGBRow_C(const uint8_t* src_rgb, in SplitRGBRow_C()
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_state.c | 1219 enum pipe_blendfactor src_rgb = in iris_create_blend_state() local
|