Home
last modified time | relevance | path

Searched refs:mDriverConstantBufferPS (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DRenderer11.cpp111 mDriverConstantBufferPS = NULL; in Renderer11()
1500 if (!mDriverConstantBufferPS) in applyUniforms()
1510 …HRESULT result = mDevice->CreateBuffer(&constantBufferDescription, NULL, &mDriverConstantBufferPS); in applyUniforms()
1513 mDeviceContext->PSSetConstantBuffers(1, 1, &mDriverConstantBufferPS); in applyUniforms()
1524 … mDeviceContext->UpdateSubresource(mDriverConstantBufferPS, 0, NULL, &mPixelConstants, 16, 0); in applyUniforms()
1529 if (mCurrentGeometryConstantBuffer != mDriverConstantBufferPS) in applyUniforms()
1531 mDeviceContext->GSSetConstantBuffers(0, 1, &mDriverConstantBufferPS); in applyUniforms()
1532 mCurrentGeometryConstantBuffer = mDriverConstantBufferPS; in applyUniforms()
1884 SafeRelease(mDriverConstantBufferPS); in releaseDeviceResources()
DRenderer11.h308 ID3D11Buffer *mDriverConstantBufferPS; variable