OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arg_normalized
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/opengl/libs/GLES_trace/src/
gltrace_fixup.cpp
500
GLMessage_DataType *
arg_normalized
= glmsg.add_args();
local
501
arg_normalized
->set_isarray(false);
502
arg_normalized
->set_type(GLMessage::DataType::BOOL);
503
arg_normalized
->add_boolvalue(normalized);
[
all
...]
gltrace_api.cpp
5646
GLMessage_DataType *
arg_normalized
= glmsg.add_args();
local
[
all
...]
Completed in 34 milliseconds