HomeSort by: relevance | last modified time | path
    Searched refs:hContext (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
api.h 292 /// @param hContext - Handle passed back from SwrCreateContext
293 SWR_FUNC(void, SwrDestroyContext, HANDLE hContext);
297 /// @param hContext - Handle passed back from SwrCreateContext
299 SWR_FUNC(void, SwrBindApiThread, HANDLE hContext, uint32_t apiThreadId);
302 /// @brief Saves API state associated with hContext
303 /// @param hContext - Handle passed back from SwrCreateContext
306 SWR_FUNC(void, SwrSaveState, HANDLE hContext, void* pOutputStateBlock, size_t memSize);
309 /// @brief Restores API state to hContext previously saved with SwrSaveState
310 /// @param hContext - Handle passed back from SwrCreateContext
313 SWR_FUNC(void, SwrRestoreState, HANDLE hContext, const void* pStateBlock, size_t memSize)
    [all...]
api.cpp 53 static INLINE SWR_CONTEXT* GetContext(HANDLE hContext)
55 return (SWR_CONTEXT*)hContext;
405 void SwrDestroyContext(HANDLE hContext)
407 SWR_CONTEXT* pContext = GetContext(hContext);
452 AlignedFree(GetContext(hContext));
455 void SwrBindApiThread(HANDLE hContext, uint32_t apiThreadId)
457 SWR_CONTEXT* pContext = GetContext(hContext);
461 void SWR_API SwrSaveState(HANDLE hContext, void* pOutputStateBlock, size_t memSize)
463 SWR_CONTEXT* pContext = GetContext(hContext);
470 void SWR_API SwrRestoreState(HANDLE hContext, const void* pStateBlock, size_t memSize
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
State.h 94 HANDLE hContext;
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
gldrv.h 416 IN UINT hContext;

Completed in 8 milliseconds