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

  /external/mesa3d/src/gallium/state_trackers/nine/
cubetexture9.h 58 D3DCUBEMAP_FACES FaceType,
64 D3DCUBEMAP_FACES FaceType,
72 D3DCUBEMAP_FACES FaceType,
77 D3DCUBEMAP_FACES FaceType,
cubetexture9.c 205 D3DCUBEMAP_FACES FaceType,
227 D3DCUBEMAP_FACES FaceType,
248 D3DCUBEMAP_FACES FaceType,
263 D3DCUBEMAP_FACES FaceType,
nine_lock.c 443 D3DCUBEMAP_FACES FaceType,
457 D3DCUBEMAP_FACES FaceType,
472 D3DCUBEMAP_FACES FaceType,
484 D3DCUBEMAP_FACES FaceType,
    [all...]
  /external/swiftshader/src/D3D8/
Direct3DCubeTexture8.hpp 56 long __stdcall AddDirtyRect(D3DCUBEMAP_FACES face, const RECT *dirtyRect) override;
57 long __stdcall GetCubeMapSurface(D3DCUBEMAP_FACES face, unsigned int level , IDirect3DSurface8 **cubeMapSurface) override;
59 long __stdcall LockRect(D3DCUBEMAP_FACES face, unsigned int level, D3DLOCKED_RECT *lockedRect, const RECT *rect, unsigned long flags) override;
60 long __stdcall UnlockRect(D3DCUBEMAP_FACES face, unsigned int level) override;
63 Direct3DSurface8 *getInternalCubeMapSurface(D3DCUBEMAP_FACES face, unsigned int level);
Direct3DCubeTexture8.cpp 181 long Direct3DCubeTexture8::AddDirtyRect(D3DCUBEMAP_FACES face, const RECT *dirtyRect)
190 long Direct3DCubeTexture8::GetCubeMapSurface(D3DCUBEMAP_FACES face, unsigned int level , IDirect3DSurface8 **cubeMapSurface)
221 long Direct3DCubeTexture8::LockRect(D3DCUBEMAP_FACES face, unsigned int level, D3DLOCKED_RECT *lockedRect, const RECT *rect, unsigned long flags)
235 long Direct3DCubeTexture8::UnlockRect(D3DCUBEMAP_FACES face, unsigned int level)
247 Direct3DSurface8 *Direct3DCubeTexture8::getInternalCubeMapSurface(D3DCUBEMAP_FACES face, unsigned int level)
Direct3DDevice8.cpp     [all...]
  /external/swiftshader/src/D3D9/
Direct3DCubeTexture9.hpp 60 long __stdcall GetCubeMapSurface(D3DCUBEMAP_FACES face, unsigned int level, IDirect3DSurface9 **cubeMapSurface) override;
61 long __stdcall LockRect(D3DCUBEMAP_FACES face, unsigned int level, D3DLOCKED_RECT *lockedRect, const RECT *rect, unsigned long flags) override;
62 long __stdcall UnlockRect(D3DCUBEMAP_FACES face, unsigned int level) override;
63 long __stdcall AddDirtyRect(D3DCUBEMAP_FACES face, const RECT *dirtyRect) override;
66 Direct3DSurface9 *getInternalCubeMapSurface(D3DCUBEMAP_FACES face, unsigned int level);
Direct3DCubeTexture9.cpp 255 long Direct3DCubeTexture9::AddDirtyRect(D3DCUBEMAP_FACES face, const RECT *dirtyRect)
266 long Direct3DCubeTexture9::GetCubeMapSurface(D3DCUBEMAP_FACES face, unsigned int level, IDirect3DSurface9 **cubeMapSurface)
299 long Direct3DCubeTexture9::LockRect(D3DCUBEMAP_FACES face, unsigned int level, D3DLOCKED_RECT *lockedRect, const RECT *rect, unsigned long flags)
313 long Direct3DCubeTexture9::UnlockRect(D3DCUBEMAP_FACES face, unsigned int level)
327 Direct3DSurface9 *Direct3DCubeTexture9::getInternalCubeMapSurface(D3DCUBEMAP_FACES face, unsigned int level)
Direct3DDevice9.cpp     [all...]
  /external/mesa3d/include/D3D9/
d3d9.h 153 virtual HRESULT WINAPI GetCubeMapSurface(D3DCUBEMAP_FACES FaceType, UINT Level, IDirect3DSurface9 **ppCubeMapSurface) = 0;
154 virtual HRESULT WINAPI LockRect(D3DCUBEMAP_FACES FaceType, UINT Level, D3DLOCKED_RECT *pLockedRect, const RECT *pRect, DWORD Flags) = 0;
155 virtual HRESULT WINAPI UnlockRect(D3DCUBEMAP_FACES FaceType, UINT Level) = 0;
156 virtual HRESULT WINAPI AddDirtyRect(D3DCUBEMAP_FACES FaceType, const RECT *pDirtyRect) = 0;
    [all...]
d3d9types.h 501 } D3DCUBEMAP_FACES;
    [all...]
  /external/swiftshader/include/Direct3D/
d3d8.h     [all...]
d3d8types.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d8.h     [all...]
d3d8types.h 558 } D3DCUBEMAP_FACES;
    [all...]
d3d9types.h 716 } D3DCUBEMAP_FACES;
    [all...]
d3dx9core.h 318 STDMETHOD(Face)(THIS_ D3DCUBEMAP_FACES face, DWORD mipfilter) PURE;
d3d9.h     [all...]

Completed in 118 milliseconds