Searched refs:pDevice (Results 1 – 1 of 1) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/SLConverter/deferredTestDX9/ |
| D | deferredTest.cpp | 44 LPDIRECT3DDEVICE9 pDevice = NULL; variable 101 …pDevice->CreateVertexBuffer(numVerts * sizeof(PosNormVertex), D3DUSAGE_WRITEONLY, POSNORM_FVF, D3D… in LoadModel() 142 …pDevice->CreateIndexBuffer(idxSize, D3DUSAGE_WRITEONLY, D3DFMT_INDEX32, D3DPOOL_MANAGED, &indexBuf… in LoadModel() 168 …pDevice->CreateTexture(width, height, 1, D3DUSAGE_RENDERTARGET, D3DFMT_A8R8G8B8, D3DPOOL_DEFAULT, … in InitGlobals() 171 …pDevice->CreateTexture(width, height, 1, D3DUSAGE_RENDERTARGET, D3DFMT_A16B16G16R16F, D3DPOOL_DEFA… in InitGlobals() 174 …pDevice->CreateTexture(width, height, 1, D3DUSAGE_RENDERTARGET, D3DFMT_A16B16G16R16F, D3DPOOL_DEFA… in InitGlobals() 218 pDevice->SetRenderTarget(0, diffuseSurface); in SetupPass() 219 pDevice->SetRenderTarget(1, normalSurface); in SetupPass() 220 pDevice->SetRenderTarget(2, positionSurface); in SetupPass() 222 pDevice->Clear(0, NULL, D3DCLEAR_TARGET, 0x00000000, 1.0f, 0); in SetupPass() [all …]
|