Searched refs:EquationStorage (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libANGLE/ |
D | angletypes.cpp | 347 mMaxEquationMask(EquationStorage::GetMask(drawBuffers)), in BlendStateExt() 348 mEquationColor(EquationStorage::GetReplicatedValue(BlendEquationType::Add, mMaxEquationMask)), in BlendStateExt() 349 mEquationAlpha(EquationStorage::GetReplicatedValue(BlendEquationType::Add, mMaxEquationMask)), in BlendStateExt() 435 BlendStateExt::EquationStorage::Type BlendStateExt::expandEquationValue(const GLenum mode) const in expandEquationValue() 437 return EquationStorage::GetReplicatedValue(FromGLenum<BlendEquationType>(mode), in expandEquationValue() 441 BlendStateExt::EquationStorage::Type BlendStateExt::expandEquationColorIndexed( in expandEquationColorIndexed() 444 return EquationStorage::GetReplicatedValue( in expandEquationColorIndexed() 445 EquationStorage::GetValueIndexed(index, mEquationColor), mMaxEquationMask); in expandEquationColorIndexed() 448 BlendStateExt::EquationStorage::Type BlendStateExt::expandEquationAlphaIndexed( in expandEquationAlphaIndexed() 451 return EquationStorage::GetReplicatedValue( in expandEquationAlphaIndexed() [all …]
|
D | angletypes.h | 577 using EquationStorage = StorageType<BlendEquationType, angle::EnumSize<BlendEquationType>()>; variable 634 EquationStorage::Type expandEquationValue(const GLenum mode) const; 635 EquationStorage::Type expandEquationColorIndexed(const size_t index) const; 636 EquationStorage::Type expandEquationAlphaIndexed(const size_t index) const; 644 DrawBufferMask compareEquations(const EquationStorage::Type color, 645 const EquationStorage::Type alpha) const; 681 EquationStorage::Type mMaxEquationMask; 682 EquationStorage::Type mEquationColor; 683 EquationStorage::Type mEquationAlpha;
|
D | angletypes_unittest.cpp | 139 gl::BlendStateExt::EquationStorage::Type otherEquationColor = in TEST() 141 gl::BlendStateExt::EquationStorage::Type otherEquationAlpha = in TEST()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | StateManagerGL.cpp | 1346 gl::BlendStateExt::EquationStorage::Type commonEquationColor = 0; in setBlendEquations() 1347 gl::BlendStateExt::EquationStorage::Type commonEquationAlpha = 0; in setBlendEquations() 1350 const gl::BlendStateExt::EquationStorage::Type tempCommonEquationColor = in setBlendEquations() 1352 const gl::BlendStateExt::EquationStorage::Type tempCommonEquationAlpha = in setBlendEquations() 1375 ToGLenum(gl::BlendStateExt::EquationStorage::GetValueIndexed( in setBlendEquations() 1377 ToGLenum(gl::BlendStateExt::EquationStorage::GetValueIndexed( in setBlendEquations()
|