Searched refs:getVertexAttribCurrentValue (Results 1 – 7 of 7) sorted by relevance
257 const auto ¤tValue = glState.getVertexAttribCurrentValue(dirtyAttribIndex); in updateDirtyAttribs()315 const auto ¤tValue = glState.getVertexAttribCurrentValue(dynamicAttribIndex); in updateDynamicAttribs()
163 state.getVertexAttribCurrentValue(static_cast<unsigned int>(attribIndex)); in getInputLayout()
272 auto currentValueData = state.getVertexAttribCurrentValue(attribIndex); in prepareVertexData()
3111 state.getVertexAttribCurrentValue(locationIndex).Type); in updateCachedInputLayout()
507 const VertexAttribCurrentValueData &getVertexAttribCurrentValue(size_t attribNum) const in getVertexAttribCurrentValue() function
5856 getState().getVertexAttribCurrentValue(index); in getVertexAttribivImpl()5879 getState().getVertexAttribCurrentValue(index); in getVertexAttribfv()5897 getState().getVertexAttribCurrentValue(index); in getVertexAttribIiv()5915 getState().getVertexAttribCurrentValue(index); in getVertexAttribIuiv()
2173 state.getVertexAttribCurrentValue(attribIndex)); in syncState()