/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | renderer9_utils.h | 31 D3DCOLOR ConvertColor(gl::ColorF color);
|
D | renderer9_utils.cpp | 66 D3DCOLOR ConvertColor(gl::ColorF color) in ConvertColor()
|
D | Renderer9.cpp | 1947 D3DCOLOR color = D3DCOLOR_ARGB(255, 0, 0, 0); in clear() 3152 D3DCOLOR color = in clearRenderTarget()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | renderer9_utils.h | 31 D3DCOLOR ConvertColor(gl::ColorF color);
|
D | renderer9_utils.cpp | 66 D3DCOLOR ConvertColor(gl::ColorF color) in ConvertColor()
|
D | Renderer9.cpp | 1909 D3DCOLOR color = D3DCOLOR_ARGB(255, 0, 0, 0); in clear() 3098 D3DCOLOR color = in clearRenderTarget()
|
/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/mesa3d/src/gallium/frontends/nine/ |
D | nine_state.h | 517 D3DCOLOR Color, float Z, DWORD Stencil); 566 D3DCOLOR color,
|
D | nine_pipe.h | 574 d3dcolor_to_rgba(float *rgba, D3DCOLOR color) in d3dcolor_to_rgba() 583 d3dcolor_to_pipe_color_union(union pipe_color_union *rgba, D3DCOLOR color) in d3dcolor_to_pipe_color_union()
|
D | device9.h | 432 D3DCOLOR color ); 472 D3DCOLOR Color,
|
D | nine_lock.c | 941 D3DCOLOR color ) in LockDevice9_ColorFill() 1037 D3DCOLOR Color, in LockDevice9_Clear()
|
D | nine_state.c | 2218 ARG_VAL(D3DCOLOR, Color), in CSMT_ITEM_NO_WAIT() argument 2499 ARG_VAL(D3DCOLOR, color), in CSMT_ITEM_NO_WAIT() argument
|
D | device9.c | 1884 D3DCOLOR color ) in NineDevice9_ColorFill() 2103 D3DCOLOR Color, in NineDevice9_Clear()
|
/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/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_dx9.cpp | 38 D3DCOLOR col;
|
/third_party/flutter/glfw/deps/mingw/ |
D | dinput.h | 1353 typedef DWORD D3DCOLOR; typedef 1359 D3DCOLOR cTextFore; 1360 D3DCOLOR cTextHighlight; 1361 D3DCOLOR cCalloutLine; 1362 D3DCOLOR cCalloutHighlight; 1363 D3DCOLOR cBorder; 1364 D3DCOLOR cControlFill; 1365 D3DCOLOR cHighlightFill; 1366 D3DCOLOR cAreaFill;
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_dx9.cpp | 55 D3DCOLOR col;
|
/third_party/mesa3d/include/D3D9/ |
D | d3d9types.h | 365 ((D3DCOLOR)( \ 391 typedef DWORD D3DCOLOR; typedef
|
D | d3d9.h | 193 …virtual HRESULT WINAPI ColorFill(IDirect3DSurface9 *pSurface, const RECT *pRect, D3DCOLOR color) =… 201 …virtual HRESULT WINAPI Clear(DWORD Count, const D3DRECT *pRects, DWORD Flags, D3DCOLOR Color, floa… 781 …ColorFill)(IDirect3DDevice9 *This, IDirect3DSurface9 *pSurface, const RECT *pRect, D3DCOLOR color); 789 …Direct3DDevice9 *This, DWORD Count, const D3DRECT *pRects, DWORD Flags, D3DCOLOR Color, float Z, D… 1032 …lorFill)(IDirect3DDevice9Ex *This, IDirect3DSurface9 *pSurface, const RECT *pRect, D3DCOLOR color); 1040 …rect3DDevice9Ex *This, DWORD Count, const D3DRECT *pRects, DWORD Flags, D3DCOLOR Color, float Z, D… 1840 D3DPERF_BeginEvent( D3DCOLOR color, 1856 D3DPERF_SetMarker( D3DCOLOR color, 1860 D3DPERF_SetRegion( D3DCOLOR color,
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_vertex_array_bgra.txt | 302 This is consistent with Direct3D's use of the D3DCOLOR type which
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_vertex_array_bgra.txt | 302 This is consistent with Direct3D's use of the D3DCOLOR type which
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_vertex_array_bgra.txt | 317 This is consistent with Direct3D's use of the D3DCOLOR type which
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_vertex_array_bgra.txt | 327 This is consistent with Direct3D's use of the D3DCOLOR type which
|