Searched refs:D3DCOLOR_RGBA (Results 1 – 9 of 9) sorted by relevance
/third_party/flutter/skia/third_party/externals/imgui/examples/example_win32_directx9/ |
D | main.cpp | 177 …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/ |
D | main.cpp | 145 …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/ |
D | d3d9types.h | 372 #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/ |
D | renderer9_utils.cpp | 68 return D3DCOLOR_RGBA(gl::unorm<8>(color.red), gl::unorm<8>(color.green), in ConvertColor()
|
D | StateManager9.cpp | 716 D3DCOLOR_RGBA(gl::unorm<8>(blendColor.alpha), gl::unorm<8>(blendColor.alpha), in setBlendColor()
|
D | Renderer9.cpp | 2560 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/ |
D | renderer9_utils.cpp | 68 return D3DCOLOR_RGBA(gl::unorm<8>(color.red), gl::unorm<8>(color.green), in ConvertColor()
|
D | StateManager9.cpp | 717 D3DCOLOR_RGBA(gl::unorm<8>(blendColor.alpha), gl::unorm<8>(blendColor.alpha), in setBlendColor()
|
D | Renderer9.cpp | 2601 mDevice->Clear(0, nullptr, D3DCLEAR_TARGET, D3DCOLOR_RGBA(0, 0, 0, 255), 0.0f, 0); in createRenderTarget()
|