HomeSort by relevance Sort by last modified time
    Searched refs:pfnBlendFunc (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
backend.h     [all...]
backend.cpp 596 OutputMerger8x2(psContext, pColorBuffer, 0, &state.blendState, state.pfnBlendFunc, vCoverageMask, depthPassMask, state.psState.numRenderTargets, state.colorHottileEnable, useAlternateOffset);
598 OutputMerger4x2(psContext, pColorBuffer, 0, &state.blendState, state.pfnBlendFunc, vCoverageMask, depthPassMask, state.psState.numRenderTargets);
    [all...]
api.h 443 /// @param pfnBlendFunc - function pointer
447 PFN_BLEND_JIT_FUNC pfnBlendFunc);
context.h 290 PFN_BLEND_JIT_FUNC pfnBlendFunc[SWR_NUM_RENDERTARGETS];
api.cpp 672 PFN_BLEND_JIT_FUNC pfnBlendFunc)
676 pState->pfnBlendFunc[renderTarget] = pfnBlendFunc;
    [all...]

Completed in 82 milliseconds