Searched refs:arg_normalized (Results 1 – 2 of 2) sorted by relevance
567 GLMessage_DataType *arg_normalized = glmsg.add_args(); in trace_glVertexAttribPointerData() local568 arg_normalized->set_isarray(false); in trace_glVertexAttribPointerData()569 arg_normalized->set_type(GLMessage::DataType::BOOL); in trace_glVertexAttribPointerData()570 arg_normalized->add_boolvalue(normalized); in trace_glVertexAttribPointerData()
5645 GLMessage_DataType *arg_normalized = glmsg.add_args(); in GLTrace_glVertexAttribPointer() local5646 arg_normalized->set_isarray(false); in GLTrace_glVertexAttribPointer()5647 arg_normalized->set_type(GLMessage::DataType::BOOL); in GLTrace_glVertexAttribPointer()5648 arg_normalized->add_boolvalue(normalized); in GLTrace_glVertexAttribPointer()13310 GLMessage_DataType *arg_normalized = glmsg.add_args(); in GLTrace_glVertexAttribFormat() local13311 arg_normalized->set_isarray(false); in GLTrace_glVertexAttribFormat()13312 arg_normalized->set_type(GLMessage::DataType::BOOL); in GLTrace_glVertexAttribFormat()13313 arg_normalized->add_boolvalue(normalized); in GLTrace_glVertexAttribFormat()