Home
last modified time | relevance | path

Searched refs:InitConstantBufferDesc (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.h334 void InitConstantBufferDesc(D3D11_BUFFER_DESC *constantBufferDescription, size_t byteWidth);
Drenderer11_utils.cpp2500 void InitConstantBufferDesc(D3D11_BUFFER_DESC *constantBufferDescription, size_t byteWidth) in InitConstantBufferDesc() function
DStateManager11.cpp3406 d3d11::InitConstantBufferDesc(&constantBufferDescription, requiredSize); in applyDriverUniformsForShader()
3502 d3d11::InitConstantBufferDesc(&constantBufferDescription, requiredSize); in applyComputeUniforms()