Home
last modified time | relevance | path

Searched refs:pRastState (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.h651 SWR_FUNC(void, SwrSetRastState, HANDLE hContext, const SWR_RASTSTATE* pRastState);
Dapi.cpp746 void SwrSetRastState(HANDLE hContext, const SWR_RASTSTATE* pRastState) in SwrSetRastState() argument
751 memcpy((void*)&pState->rastState, (void*)pRastState, sizeof(SWR_RASTSTATE)); in SwrSetRastState()