Home
last modified time | relevance | path

Searched defs:GetTexture (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.cc224 LPDIRECT3DTEXTURE9 D3D9Channel::GetTexture() in GetTexture() function in webrtc::D3D9Channel
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.cpp2881 const SPVRTPFXParserTexture* CPVRTPFXParser::GetTexture( unsigned int uiIndex ) const in GetTexture() function in CPVRTPFXParser
/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp530 long Direct3DDevice9Ex::GetTexture(unsigned long sampler, IDirect3DBaseTexture9 **texture) in GetTexture() function in D3D9::Direct3DDevice9Ex
DDirect3DDevice9.cpp1979 long Direct3DDevice9::GetTexture(unsigned long sampler, IDirect3DBaseTexture9 **texture) in GetTexture() function in D3D9::Direct3DDevice9
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp1589 long Direct3DDevice8::GetTexture(unsigned long stage, IDirect3DBaseTexture8 **texture) in GetTexture() function in D3D8::Direct3DDevice8
/external/swiftshader/include/Direct3D/
Dd3d8.h312 STDMETHOD(GetTexture)(THIS_ DWORD Stage,IDirect3DBaseTexture8** ppTexture) PURE; in DECLARE_INTERFACE_() local