Home
last modified time | relevance | path

Searched refs:D3DCOLOR_RGBA (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/third_party/externals/imgui/examples/example_win32_directx9/
Dmain.cpp177 …D3DCOLOR clear_col_dx = D3DCOLOR_RGBA((int)(clear_color.x*255.0f), (int)(clear_color.y*255.0f), (i… in main()
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx9/
Dmain.cpp145 …D3DCOLOR clear_col_dx = D3DCOLOR_RGBA((int)(clear_color.x*clear_color.w*255.0f), (int)(clear_color… in main()
/third_party/mesa3d/include/D3D9/
Dd3d9types.h372 #define D3DCOLOR_RGBA(r,g,b,a) D3DCOLOR_ARGB(a,r,g,b) macro
378 D3DCOLOR_RGBA( \
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp68 return D3DCOLOR_RGBA(gl::unorm<8>(color.red), gl::unorm<8>(color.green), in ConvertColor()
DStateManager9.cpp716 D3DCOLOR_RGBA(gl::unorm<8>(blendColor.alpha), gl::unorm<8>(blendColor.alpha), in setBlendColor()
DRenderer9.cpp2560 mDevice->Clear(0, nullptr, D3DCLEAR_TARGET, D3DCOLOR_RGBA(0, 0, 0, 255), 0.0f, 0); in createRenderTarget()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp68 return D3DCOLOR_RGBA(gl::unorm<8>(color.red), gl::unorm<8>(color.green), in ConvertColor()
DStateManager9.cpp717 D3DCOLOR_RGBA(gl::unorm<8>(blendColor.alpha), gl::unorm<8>(blendColor.alpha), in setBlendColor()
DRenderer9.cpp2601 mDevice->Clear(0, nullptr, D3DCLEAR_TARGET, D3DCOLOR_RGBA(0, 0, 0, 255), 0.0f, 0); in createRenderTarget()