Searched refs:mVertexConstants (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
D | Renderer11.cpp | 818 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()
|
D | Renderer9.h | 328 rx::dx_VertexConstants mVertexConstants; variable
|
D | Renderer11.h | 301 dx_VertexConstants mVertexConstants; variable
|
D | Renderer9.cpp | 1141 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()
|