HomeSort by relevance Sort by last modified time
    Searched defs:D3DERR_INVALIDCALL (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/state_trackers/nine/
adapter9.c 141 user_assert(!"Invalid device type", D3DERR_INVALIDCALL);
270 user_assert(display_format(AdapterFormat, FALSE), D3DERR_INVALIDCALL);
295 user_assert(0, D3DERR_INVALIDCALL);
396 user_assert(MultiSampleType <= D3DMULTISAMPLE_16_SAMPLES, D3DERR_INVALIDCALL);
412 return D3DERR_INVALIDCALL;
528 user_assert(pCaps, D3DERR_INVALIDCALL);
    [all...]
  /external/swiftshader/include/Direct3D/
d3d8.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d8.h 84 #define D3DERR_INVALIDCALL MAKE_D3DHRESULT(2156)
    [all...]
d3d9.h 99 #define D3DERR_INVALIDCALL MAKE_D3DHRESULT(2156)
    [all...]
  /external/mesa3d/include/D3D9/
d3d9types.h 226 #define D3DERR_INVALIDCALL MAKE_D3DHRESULT(2156)
    [all...]

Completed in 272 milliseconds