Home
last modified time | relevance | path

Searched refs:arg_normalized (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_fixup.cpp567 GLMessage_DataType *arg_normalized = glmsg.add_args(); in trace_glVertexAttribPointerData() local
568 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()
Dgltrace_api.cpp5645 GLMessage_DataType *arg_normalized = glmsg.add_args(); in GLTrace_glVertexAttribPointer() local
5646 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() local
13311 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()