Lines Matching refs:d3d8
50 …d3d8, unsigned int adapter, D3DDEVTYPE deviceType, HWND focusWindow, unsigned long behaviourFlags,… in Direct3DDevice8() argument
55 d3d8->AddRef(); in Direct3DDevice8()
168 d3d8->Release(); in ~Direct3DDevice8()
169 d3d8 = 0; in ~Direct3DDevice8()
545 …if(edgeLength == 0 || d3d8->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, usage, D3DRTYP… in CreateCubeTexture()
575 …if(width == 0 || height == 0 || d3d8->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, D3DU… in CreateDepthStencilSurface()
605 …if(width == 0 || height == 0 || d3d8->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, 0, D… in CreateImageSurface()
691 …if(width == 0 || height == 0 || d3d8->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, D3DU… in CreateRenderTarget()
738 …if(width == 0 || height == 0 || d3d8->CheckDeviceFormat(adapter, deviceType, D3DFMT_X8R8G8B8, usag… in CreateTexture()
824 …if(width == 0 || height == 0 || depth == 0 || d3d8->CheckDeviceFormat(adapter, deviceType, D3DFMT_… in CreateVolumeTexture()
1298 return d3d8->GetDeviceCaps(D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL, caps); in GetDeviceCaps()
1301 long Direct3DDevice8::GetDirect3D(IDirect3D8 **d3d8) in GetDirect3D() argument
1305 if(!d3d8) in GetDirect3D()
1310 ASSERT(this->d3d8); in GetDirect3D()
1312 *d3d8 = this->d3d8; in GetDirect3D()
1313 this->d3d8->AddRef(); in GetDirect3D()
1327 d3d8->GetAdapterDisplayMode(D3DADAPTER_DEFAULT, mode); in GetDisplayMode()