Searched refs:_has_bit (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.cpp611 if (_has_bit(14)) {
1031 if (_has_bit(0)) {
1036 if (_has_bit(1)) {
1042 if (_has_bit(2)) {
1048 if (_has_bit(3)) {
1053 if (_has_bit(4)) {
1058 if (_has_bit(5)) {
1063 if (_has_bit(6)) {
1068 if (_has_bit(7)) {
1073 if (_has_bit(
[all...]
H A Ddebugger_message.pb.h760 inline bool _has_bit(int index) const { function in class:com::android::glesv2debugger::Message
782 return _has_bit(0);
798 return _has_bit(1);
815 return _has_bit(2);
832 return _has_bit(3);
848 return _has_bit(4);
864 return _has_bit(5);
880 return _has_bit(6);
896 return _has_bit(7);
912 return _has_bit(
[all...]

Completed in 46 milliseconds