Searched defs:constantBuffer (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A Drenderer11_utils.h169 inline void SetBufferData(ID3D11DeviceContext *context, ID3D11Buffer *constantBuffer, const T &value) argument
172 context->Map(constantBuffer, 0, D3D11_MAP_WRITE_DISCARD, 0, &mappedResource);
176 context->Unmap(constantBuffer, 0);
H A DRenderer11.cpp541 ID3D11Buffer *constantBuffer = bufferStorage->getBuffer(BUFFER_USAGE_UNIFORM); local
543 if (!constantBuffer)
551 1, &constantBuffer);
563 ID3D11Buffer *constantBuffer = bufferStorage->getBuffer(BUFFER_USAGE_UNIFORM); local
565 if (!constantBuffer)
573 1, &constantBuffer);

Completed in 147 milliseconds