Searched defs:arg_uniformCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp8589 GLMessage_DataType *arg_uniformCount = glmsg.add_args(); local
8590 arg_uniformCount->set_isarray(false);
8591 arg_uniformCount->set_type(GLMessage::DataType::INT);
8592 arg_uniformCount->add_intvalue(uniformCount);
8637 GLMessage_DataType *arg_uniformCount = glmsg.add_args(); local
8638 arg_uniformCount->set_isarray(false);
8639 arg_uniformCount->set_type(GLMessage::DataType::INT);
8640 arg_uniformCount->add_intvalue(uniformCount);
[all...]

Completed in 192 milliseconds