Home
last modified time | relevance | path

Searched defs:currentValue (Results 1 – 5 of 5) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
DVertexArray11.cpp256 const auto &currentValue = glState.getVertexAttribCurrentValue(dirtyAttribIndex); in updateDirtyAttribs() local
309 const auto &currentValue = glState.getVertexAttribCurrentValue(dynamicAttribIndex); in updateDynamicAttribs() local
DInputLayoutCache.cpp162 const auto &currentValue = in getInputLayout() local
DStateManager11.cpp2069 const auto &currentValue = currentValues[attribIndex]; in syncCurrentValueAttribs() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/
DVertexDataManager.cpp578 const gl::VertexAttribCurrentValueData &currentValue, in storeCurrentValue()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DFrameCapture.cpp1442 bool IsDefaultCurrentValue(const gl::VertexAttribCurrentValueData &currentValue) in IsDefaultCurrentValue()