Home
last modified time | relevance | path

Searched refs:SetStreamSource (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/test/win/
Dd3d_renderer.cc211 d3d_device_->SetStreamSource(0, vertex_buffer_, 0, sizeof(D3dCustomVertex)); in RenderFrame()
/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp789 …long Direct3DDevice9Ex::SetStreamSource(unsigned int stream, IDirect3DVertexBuffer9 *iVertexBuffer… in SetStreamSource() function in D3D9::Direct3DDevice9Ex
793 return Direct3DDevice9::SetStreamSource(stream, iVertexBuffer, offset, stride); in SetStreamSource()
DDirect3DDevice9Ex.hpp157 …long __stdcall SetStreamSource(unsigned int stream, IDirect3DVertexBuffer9 *data, unsigned int off…
DDirect3DDevice9.hpp164 …long __stdcall SetStreamSource(unsigned int stream, IDirect3DVertexBuffer9 *data, unsigned int off…
DDirect3DDevice9.cpp1084 SetStreamSource(0, vertexBuffer, 0, vertexStreamZeroStride); in DrawIndexedPrimitiveUP()
1149 SetStreamSource(0, 0, 0, 0); in DrawIndexedPrimitiveUP()
1221 SetStreamSource(0, vertexBuffer, 0, vertexStreamZeroStride); in DrawPrimitiveUP()
1247 SetStreamSource(0, 0, 0, 0); in DrawPrimitiveUP()
4401 …long Direct3DDevice9::SetStreamSource(unsigned int stream, IDirect3DVertexBuffer9 *iVertexBuffer, … in SetStreamSource() function in D3D9::Direct3DDevice9
DDirect3DStateBlock9.cpp192 …device->SetStreamSource(stream, streamSource[stream].vertexBuffer, streamSource[stream].offset, st… in Apply()
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.cc602 _pd3dDevice->SetStreamSource(0, _pVB, 0, sizeof(CUSTOMVERTEX)); in UpdateRenderSurface()