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

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
Blit11.cpp 470 ID3D11ShaderResourceView *const nullSRV = NULL;
471 deviceContext->PSSetShaderResources(0, 1, &nullSRV);
496 deviceContext->PSSetShaderResources(0, 1, &nullSRV);
589 ID3D11ShaderResourceView *const nullSRV = NULL;
590 deviceContext->PSSetShaderResources(0, 1, &nullSRV);
622 deviceContext->PSSetShaderResources(0, 1, &nullSRV);
702 ID3D11ShaderResourceView *const nullSRV = NULL;
703 deviceContext->PSSetShaderResources(0, 1, &nullSRV);
728 deviceContext->PSSetShaderResources(0, 1, &nullSRV);
    [all...]
PixelTransfer11.cpp 177 ID3D11ShaderResourceView *nullSRV = NULL;
220 deviceContext->PSSetShaderResources(0, 1, &nullSRV);
SwapChain11.cpp 617 static ID3D11ShaderResourceView *const nullSRV = NULL;
618 deviceContext->PSSetShaderResources(0, 1, &nullSRV);

Completed in 605 milliseconds