Searched refs:setSimplePixelTextureAndSampler (Results 1 – 4 of 4) sorted by relevance
904 stateManager->setSimplePixelTextureAndSampler(source, mPointSampler); in swizzleTexture()1034 stateManager->setSimplePixelTextureAndSampler(source, mPointSampler); in copyTexture()1037 stateManager->setSimplePixelTextureAndSampler(source, mLinearSampler); in copyTexture()1132 stateManager->setSimplePixelTextureAndSampler(source, mPointSampler); in copyDepth()
284 void setSimplePixelTextureAndSampler(const d3d11::SharedSRV &srv,
894 stateManager->setSimplePixelTextureAndSampler(mOffscreenSRView, mPassThroughSampler); in copyOffscreenToBackbuffer()
2646 void StateManager11::setSimplePixelTextureAndSampler(const d3d11::SharedSRV &srv, in setSimplePixelTextureAndSampler() function in rx::StateManager11