Home
last modified time | relevance | path

Searched refs:GetTexture (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTPFXParserAPI.cpp121 m_Textures[uiTexIdx].Name = src.GetTexture((unsigned int)iTexIdx)->Name; in Load()
167 const SPVRTPFXParserTexture* pTexDesc = m_pParser->GetTexture(iTexID); in LoadTexturesForEffect()
714 const SPVRTPFXParserTexture* pPFXTex = m_pParser->GetTexture(iTexIdx); in SetTexture()
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.h54 LPDIRECT3DTEXTURE9 GetTexture();
Dvideo_render_direct3d9.cc224 LPDIRECT3DTEXTURE9 D3D9Channel::GetTexture() in GetTexture() function in webrtc::D3D9Channel
625 textureFromChannel = channelObj->GetTexture(); in UpdateRenderSurface()
/external/swiftshader/src/D3D8/
DDirect3DStateBlock8.cpp247 device->GetTexture(stage, reinterpret_cast<IDirect3DBaseTexture8**>(&texture[stage])); in Capture()
651 device->GetTexture(sampler, reinterpret_cast<IDirect3DBaseTexture8**>(&texture[sampler])); in captureTextures()
DDirect3DDevice8.hpp114 long __stdcall GetTexture(unsigned long stage, IDirect3DBaseTexture8 **texture) override;
DDirect3DDevice8.cpp1589 long Direct3DDevice8::GetTexture(unsigned long stage, IDirect3DBaseTexture8 **texture) in GetTexture() function in D3D8::Direct3DDevice8
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.h452 const SPVRTPFXParserTexture* GetTexture(unsigned int uiIndex) const;
DPVRTPFXParser.cpp2881 const SPVRTPFXParserTexture* CPVRTPFXParser::GetTexture( unsigned int uiIndex ) const in GetTexture() function in CPVRTPFXParser
2922 if(GetTexture(uiIndex)->Name == Name) in FindTextureByName()
/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp530 long Direct3DDevice9Ex::GetTexture(unsigned long sampler, IDirect3DBaseTexture9 **texture) in GetTexture() function in D3D9::Direct3DDevice9Ex
534 return Direct3DDevice9::GetTexture(sampler, texture); in GetTexture()
DDirect3DStateBlock9.cpp441 device->GetTexture(index, reinterpret_cast<IDirect3DBaseTexture9**>(&texture)); in Capture()
1257 device->GetTexture(index, reinterpret_cast<IDirect3DBaseTexture9**>(&texture[sampler])); in captureTextures()
DDirect3DDevice9Ex.hpp121 long __stdcall GetTexture(unsigned long sampler, IDirect3DBaseTexture9 **texture) override;
DDirect3DDevice9.hpp127 long __stdcall GetTexture(unsigned long sampler, IDirect3DBaseTexture9 **texture) override;
DDirect3DDevice9.cpp1979 long Direct3DDevice9::GetTexture(unsigned long sampler, IDirect3DBaseTexture9 **texture) in GetTexture() function in D3D9::Direct3DDevice9
/external/swiftshader/include/Direct3D/
Dd3d8.h312 STDMETHOD(GetTexture)(THIS_ DWORD Stage,IDirect3DBaseTexture8** ppTexture) PURE; in DECLARE_INTERFACE_() local
414 #define IDirect3DDevice8_GetTexture(p,a,b) (p)->lpVtbl->GetTexture(p,a,b)
512 #define IDirect3DDevice8_GetTexture(p,a,b) (p)->GetTexture(a,b)
/external/mesa3d/include/D3D9/
Dd3d9.h222 virtual HRESULT WINAPI GetTexture(DWORD Stage, IDirect3DBaseTexture9 **ppTexture) = 0;
810 …HRESULT (WINAPI *GetTexture)(IDirect3DDevice9 *This, DWORD Stage, IDirect3DBaseTexture9 **ppTextur…
937 #define IDirect3DDevice9_GetTexture(p,a,b) (p)->lpVtbl->GetTexture(p,a,b)
1061 …HRESULT (WINAPI *GetTexture)(IDirect3DDevice9Ex *This, DWORD Stage, IDirect3DBaseTexture9 **ppText…
1204 #define IDirect3DDevice9Ex_GetTexture(p,a,b) (p)->lpVtbl->GetTexture(p,a,b)