Home
last modified time | relevance | path

Searched refs:SetTexture (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTPFXParserAPI.h153 void SetTexture(const unsigned int nIdx, const GLuint ui, const unsigned int u32flags=0);
DPVRTPFXParserAPI.cpp186 SetTexture(i, uiHandle, uiFlags); in LoadTexturesForEffect()
698 void CPVRTPFXEffect::SetTexture(const unsigned int nIdx, const GLuint ui, const unsigned int u32fla… in SetTexture() function in CPVRTPFXEffect
/external/webrtc/webrtc/test/win/
Dd3d_renderer.cc212 d3d_device_->SetTexture(0, texture_); in RenderFrame()
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.cc638 _pd3dDevice->SetTexture(0, textureFromChannel); in UpdateRenderSurface()
653 _pd3dDevice->SetTexture(0, _pTextureLogo); in UpdateRenderSurface()
/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp803 long Direct3DDevice9Ex::SetTexture(unsigned long sampler, IDirect3DBaseTexture9 *iBaseTexture) in SetTexture() function in D3D9::Direct3DDevice9Ex
807 return Direct3DDevice9::SetTexture(sampler, iBaseTexture); in SetTexture()
DDirect3DDevice9Ex.hpp122 long __stdcall SetTexture(unsigned long sampler, IDirect3DBaseTexture9 *texture);
DDirect3DDevice9.hpp166 long __stdcall SetTexture(unsigned long sampler, IDirect3DBaseTexture9 *texture);
DDirect3DStateBlock9.cpp206 device->SetTexture(index, texture[sampler]); in Apply()
DDirect3DDevice9.cpp2527 SetTexture(i, 0); in Reset()
4461 long Direct3DDevice9::SetTexture(unsigned long sampler, IDirect3DBaseTexture9 *iBaseTexture) in SetTexture() function in D3D9::Direct3DDevice9