Home
last modified time | relevance | path

Searched refs:srcFactor (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dcolor_mode.hpp38 static constexpr BlendFactor srcFactor = One; member
45 BlendFactor srcFactor; member
51 static constexpr BlendFactor srcFactor = One; member
H A Dcontext.cpp728 blendFunc = { blendFunction.srcFactor, blendFunction.dstFactor }; in setColorMode()