Home
last modified time | relevance | path

Searched refs:mVertexConstants (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DRenderer11.cpp818 mVertexConstants.depthRange[0] = actualZNear; in setViewport()
819 mVertexConstants.depthRange[1] = actualZFar; in setViewport()
820 mVertexConstants.depthRange[2] = actualZFar - actualZNear; in setViewport()
1516 if (memcmp(&mVertexConstants, &mAppliedVertexConstants, sizeof(dx_VertexConstants)) != 0) in applyUniforms()
1518 … mDeviceContext->UpdateSubresource(mDriverConstantBufferVS, 0, NULL, &mVertexConstants, 16, 0); in applyUniforms()
1519 memcpy(&mAppliedVertexConstants, &mVertexConstants, sizeof(dx_VertexConstants)); in applyUniforms()
DRenderer9.h328 rx::dx_VertexConstants mVertexConstants; variable
DRenderer11.h301 dx_VertexConstants mVertexConstants; variable
DRenderer9.cpp1141 if (memcmp(&vc, &mVertexConstants, sizeof(dx_VertexConstants)) != 0) in setViewport()
1143 mVertexConstants = vc; in setViewport()
1762 …mDevice->SetVertexShaderConstantF(0, (float*)&mVertexConstants, sizeof(dx_VertexConstants) / sizeo… in applyUniforms()