HomeSort by relevance Sort by last modified time
    Searched defs:GetTexture (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/modules/video_render/windows/
video_render_direct3d9.cc 224 LPDIRECT3DTEXTURE9 D3D9Channel::GetTexture()
625 textureFromChannel = channelObj->GetTexture();
    [all...]
  /external/swiftshader/src/D3D9/
Direct3DDevice9.cpp     [all...]
Direct3DDevice9Ex.cpp 530 long Direct3DDevice9Ex::GetTexture(unsigned long sampler, IDirect3DBaseTexture9 **texture)
534 return Direct3DDevice9::GetTexture(sampler, texture);
    [all...]
  /external/swiftshader/src/D3D8/
Direct3DDevice8.cpp     [all...]
  /external/mesa3d/include/D3D9/
d3d9.h 222 virtual HRESULT WINAPI GetTexture(DWORD Stage, IDirect3DBaseTexture9 **ppTexture) = 0;
    [all...]

Completed in 231 milliseconds