Home
last modified time | relevance | path

Searched refs:pfnSwrCreateContext (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.h753 PFNSwrCreateContext pfnSwrCreateContext; member
Dapi.cpp1716 out_funcs.pfnSwrCreateContext = SwrCreateContext; in SwrGetInterface()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_context.cpp521 ctx->swrContext = ctx->api.pfnSwrCreateContext(&createInfo); in swr_create_context()