Searched refs:D3D_OK (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/ |
D | d3dhelpers.c | 245 if (hr == D3D_OK) { in gst_video_d3d_format_check() 252 if (hr == D3D_OK) in gst_video_d3d_format_check() 384 0) != D3D_OK) { in gst_d3d_surface_memory_map() 629 if (hr != D3D_OK) { in gst_d3dsurface_buffer_pool_set_config() 697 if (hr != D3D_OK) { in gst_d3dsurface_buffer_pool_alloc_buffer() 1362 if (hr == D3D_OK) in d3d_init_swap_chain() 1478 if (hr != D3D_OK) { in d3d_resize_swap_chain() 1878 if (hr == D3D_OK) { in d3d_stretch_and_copy() 2511 if (IDirect3D9_GetAdapterDisplayMode (d3d, adapter, &disp_mode) != D3D_OK) { in d3d_class_display_device_create() 2516 if (IDirect3D9_GetDeviceCaps (d3d, adapter, D3DDEVTYPE_HAL, &caps) != D3D_OK) { in d3d_class_display_device_create() [all …]
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_dx9.cpp | 229 if (g_FontTexture->LockRect(0, &tex_locked_rect, NULL, 0) != D3D_OK) in ImGui_ImplDX9_CreateFontsTexture()
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_dx9.cpp | 334 if (bd->FontTexture->LockRect(0, &tex_locked_rect, NULL, 0) != D3D_OK) in ImGui_ImplDX9_CreateFontsTexture()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Renderer9.cpp | 2174 HRESULT status = D3D_OK; in getDeviceStatusCode() 2213 HRESULT result = D3D_OK; in resetDevice()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Renderer9.cpp | 2215 HRESULT status = D3D_OK; in getDeviceStatusCode() 2254 HRESULT result = D3D_OK; in resetDevice()
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/direct3d/ |
D | SDL_render_d3d.c | 1280 if (result != D3D_OK) { in D3D_UpdateClipRect()
|
/third_party/mingw-w64/mingw-w64-headers/direct-x/include/ |
D | d3d8.h | 63 #define D3D_OK S_OK macro
|
D | d3d.h | 101 #define D3D_OK DD_OK macro
|
D | d3d9.h | 81 #define D3D_OK S_OK macro
|