Lines Matching refs:nine_bind
333 nine_bind(&This->context.rt[i], This->state.rt[i]); in NineDevice9_ctor()
618 nine_bind(&This->record, NULL); in NineDevice9_dtor()
2011 nine_bind(&This->state.rt[i], pRenderTarget); in NineDevice9_SetRenderTarget()
2046 nine_bind(&This->state.ds, ds); in NineDevice9_SetDepthStencilSurface()
2509 nine_bind(ppSB, NULL); in NineDevice9_CreateStateBlock()
2673 nine_bind(&state->texture[Stage], pTexture); in NineDevice9_SetTexture()
3372 nine_bind(&state->vdecl, vdecl); in NineDevice9_SetVertexDeclaration()
3380 nine_bind(&state->vdecl, vdecl); in NineDevice9_SetVertexDeclaration()
3461 nine_bind(&state->vs, vs_shader); in NineDevice9_SetVertexShader()
3469 nine_bind(&state->vs, vs_shader); in NineDevice9_SetVertexShader()
3717 nine_bind(&state->stream[i], pStreamData); in NineDevice9_SetStreamSource()
3837 nine_bind(&state->idxbuf, idxbuf); in NineDevice9_SetIndices()
3895 nine_bind(&state->ps, pShader); in NineDevice9_SetPixelShader()
3903 nine_bind(&state->ps, ps); in NineDevice9_SetPixelShader()