Searched refs:SetStreamSource (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/test/win/ |
D | d3d_renderer.cc | 211 d3d_device_->SetStreamSource(0, vertex_buffer_, 0, sizeof(D3dCustomVertex)); in RenderFrame()
|
/external/swiftshader/src/D3D9/ |
D | Direct3DDevice9Ex.cpp | 789 …long Direct3DDevice9Ex::SetStreamSource(unsigned int stream, IDirect3DVertexBuffer9 *iVertexBuffer… in SetStreamSource() function in D3D9::Direct3DDevice9Ex 793 return Direct3DDevice9::SetStreamSource(stream, iVertexBuffer, offset, stride); in SetStreamSource()
|
D | Direct3DDevice9Ex.hpp | 157 …long __stdcall SetStreamSource(unsigned int stream, IDirect3DVertexBuffer9 *data, unsigned int off…
|
D | Direct3DDevice9.hpp | 164 …long __stdcall SetStreamSource(unsigned int stream, IDirect3DVertexBuffer9 *data, unsigned int off…
|
D | Direct3DDevice9.cpp | 1084 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
|
D | Direct3DStateBlock9.cpp | 192 …device->SetStreamSource(stream, streamSource[stream].vertexBuffer, streamSource[stream].offset, st… in Apply()
|
/external/webrtc/webrtc/modules/video_render/windows/ |
D | video_render_direct3d9.cc | 602 _pd3dDevice->SetStreamSource(0, _pVB, 0, sizeof(CUSTOMVERTEX)); in UpdateRenderSurface()
|