HomeSort by relevance Sort by last modified time
    Searched refs:d3d9 (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/
precompiled.h 35 #include <d3d9.h>
  /external/chromium_org/ui/surface/
d3d9_utils_win.h 11 #include <d3d9.h>
accelerated_surface_transformer_win.h 8 #include <d3d9.h>
accelerated_surface_win.h 8 #include <d3d9.h>
accelerated_surface_transformer_win_unittest.cc 5 #include <d3d9.h>
101 GTEST_FAIL() << "Could not load d3d9.dll";
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Fence9.cpp 67 if (d3d9::isDeviceLostError(result))
113 if (d3d9::isDeviceLostError(result))
Query9.cpp 113 else if (d3d9::isDeviceLostError(hres))
renderer9_utils.h 8 // specific to the D3D9 renderer
53 namespace d3d9 namespace
SwapChain9.cpp 8 // SwapChain9.cpp: Implements a back-end specific class for the D3D9 swap chain.
93 // D3D9 does not support resizing swap chains without recreating them
152 if (d3d9::isDeviceLostError(result))
232 if (d3d9::isDeviceLostError(result))
260 if (d3d9::isDeviceLostError(result))
354 if (d3d9::isDeviceLostError(result))
renderer9_utils.cpp 9 // specific to the D3D9 renderer.
452 namespace d3d9 namespace
Image9.cpp 129 int rows = d3d9::IsCompressedFormat(desc.Format) ? desc.Height / 4 : desc.Height;
130 int bytes = d3d9::ComputeRowSize(desc.Format, desc.Width);
Renderer9.cpp 8 // Renderer9.cpp: Implements a back-end specific class for the D3D9 renderer.
184 mD3d9Module = GetModuleHandle(TEXT("d3d9.dll"));
189 ERR("No D3D9 module found - aborting!\n");
214 ERR("Could not create D3D9 device - aborting!\n");
426 // We test this using D3D9 by checking support for the R16F format.
666 if (d3d9::isDeviceLostError(result))
    [all...]
  /external/chromium_org/third_party/angle/src/common/
debug.cpp 11 #include <d3d9.h>
  /external/chromium_org/content/common/gpu/media/
dxva_video_decode_accelerator.h 8 #include <d3d9.h>
  /external/chromium_org/content/gpu/
gpu_idirect3d9_mock_win.h 8 #include <d3d9.h>
  /external/chromium_org/gpu/config/
gpu_info_collector_win.cc 11 #include <d3d9.h>
215 // Windows XP never supports D3D11. It seems to be less stable that D3D9 on
  /external/chromium_org/third_party/libjingle/source/talk/base/
systeminfo.cc 33 #include <d3d9.h>
488 HINSTANCE d3d_lib = LoadLibrary(L"d3d9.dll");
  /external/chromium/third_party/libjingle/source/talk/
libjingle.scons 255 "d3d9.lib",
  /external/chromium_org/third_party/libjingle/source/talk/
libjingle.scons 459 "d3d9.lib",

Completed in 2721 milliseconds