Home
last modified time | relevance | path

Searched refs:SG_BLENDFACTOR_ONE_MINUS_DST_ALPHA (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/magnum-examples/magnum-examples-2019.10/src/triangle-sokol/
H A Dsokol_gfx.h835 SG_BLENDFACTOR_ONE_MINUS_DST_ALPHA, enumerator
2077 case SG_BLENDFACTOR_ONE_MINUS_DST_ALPHA: return GL_ONE_MINUS_DST_ALPHA; in _sg_gl_blend_factor()
4306 case SG_BLENDFACTOR_ONE_MINUS_DST_ALPHA: return D3D11_BLEND_INV_DEST_ALPHA; in _sg_d3d11_blend_factor()
5775 case SG_BLENDFACTOR_ONE_MINUS_DST_ALPHA: return MTLBlendFactorOneMinusDestinationAlpha; in _sg_mtl_blend_factor()
/dports/lang/v/v-0.1.29/thirdparty/sokol/
H A Dsokol_gfx.h1206 SG_BLENDFACTOR_ONE_MINUS_DST_ALPHA, enumerator
3988 case SG_BLENDFACTOR_ONE_MINUS_DST_ALPHA: return GL_ONE_MINUS_DST_ALPHA; in _sg_gl_blend_factor()
6599 case SG_BLENDFACTOR_ONE_MINUS_DST_ALPHA: return D3D11_BLEND_INV_DEST_ALPHA; in _sg_d3d11_blend_factor()
7972 case SG_BLENDFACTOR_ONE_MINUS_DST_ALPHA: return MTLBlendFactorOneMinusDestinationAlpha; in _sg_mtl_blend_factor()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sokol/
H A Dsokol_gfx.h1290 SG_BLENDFACTOR_ONE_MINUS_DST_ALPHA, enumerator
4402 case SG_BLENDFACTOR_ONE_MINUS_DST_ALPHA: return GL_ONE_MINUS_DST_ALPHA; in _sg_gl_blend_factor()
7025 case SG_BLENDFACTOR_ONE_MINUS_DST_ALPHA: return D3D11_BLEND_INV_DEST_ALPHA; in _sg_d3d11_blend_factor()
8388 case SG_BLENDFACTOR_ONE_MINUS_DST_ALPHA: return MTLBlendFactorOneMinusDestinationAlpha; in _sg_mtl_blend_factor()
10158 case SG_BLENDFACTOR_ONE_MINUS_DST_ALPHA: return WGPUBlendFactor_OneMinusDstAlpha; in _sg_wgpu_blendfactor()