Searched refs:mDriverConstantBufferPS (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
D | Renderer11.cpp | 111 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()
|
D | Renderer11.h | 308 ID3D11Buffer *mDriverConstantBufferPS; variable
|