HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_BOOL (Results 26 - 50 of 112) sorted by null

12 3 4 5

  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.h 61 // TYPE_BOOL is defined in the MacOS's ConditionalMacros.h.
62 #ifdef TYPE_BOOL
63 #undef TYPE_BOOL
64 #endif // TYPE_BOOL
339 TYPE_BOOL = 8, // bool, varint on the wire.
366 CPPTYPE_BOOL = 7, // TYPE_BOOL
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.h 61 // TYPE_BOOL is defined in the MacOS's ConditionalMacros.h.
62 #ifdef TYPE_BOOL
63 #undef TYPE_BOOL
64 #endif // TYPE_BOOL
339 TYPE_BOOL = 8, // bool, varint on the wire.
366 CPPTYPE_BOOL = 7, // TYPE_BOOL
    [all...]
  /external/nanopb-c/generator/google/protobuf/
descriptor.py 369 TYPE_BOOL = 8
414 TYPE_BOOL: CPPTYPE_BOOL,
descriptor_pool.py 421 elif field_proto.type == descriptor.FieldDescriptor.TYPE_BOOL:
text_format.py 273 elif field.type == descriptor.FieldDescriptor.TYPE_BOOL:
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktRandomUniformBlockCase.cpp 196 typeCandidates.push_back(glu::TYPE_BOOL);
vktUniformBlockTests.cpp 202 blockB.addUniform(Uniform("d", VarType(glu::TYPE_BOOL, 0)));
243 blockB.addUniform(Uniform("d", VarType(glu::TYPE_BOOL, 0)));
306 blockB.addUniform(Uniform("d", VarType(glu::TYPE_BOOL, 0)));
372 glu::TYPE_BOOL,
    [all...]
  /external/deqp/framework/randomshaders/
rsgExpression.hpp 154 ExecConstValueAccess getValue (void) const { return m_value.getValue(VariableType::getScalarType(VariableType::TYPE_BOOL)); }
rsgStatement.cpp 431 ValueRange range = ValueRange(VariableType::getScalarType(VariableType::TYPE_BOOL));
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_primitive_field.cc 67 case FieldDescriptor::TYPE_BOOL : return WireFormatLite::kBoolSize;
cpp_helpers.cc 244 case FieldDescriptor::TYPE_BOOL : return "Bool";
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.cc 222 case FieldDescriptor::TYPE_BOOL:
  /external/protobuf/python/google/protobuf/
descriptor.py 390 TYPE_BOOL = 8
435 TYPE_BOOL: CPPTYPE_BOOL,
  /external/deqp/modules/gles31/functional/
es31fUniformBlockTests.cpp 148 glu::TYPE_BOOL,
es31fSSBOLayoutTests.cpp 262 typeCandidates.push_back(glu::TYPE_BOOL);
660 blockB.addMember(BufferVar("d", VarType(glu::TYPE_BOOL, glu::PRECISION_LAST), ACCESS_READ|ACCESS_WRITE));
711 blockB.addMember(BufferVar("d", VarType(glu::TYPE_BOOL, glu::PRECISION_LAST), ACCESS_READ|ACCESS_WRITE));
755 glu::TYPE_BOOL,
    [all...]
  /external/deqp/modules/glshared/
glsRandomUniformBlockCase.cpp 203 typeCandidates.push_back(glu::TYPE_BOOL);
glsRandomShaderCase.cpp 390 case rsg::VariableType::TYPE_BOOL:
417 case rsg::VariableType::TYPE_BOOL: scalarType = "bool"; vecType = "bvec"; break;
439 case rsg::VariableType::TYPE_BOOL: message << (value.component(elementNdx).asBool() ? "true" : "false"); break;
glsRandomShaderProgram.cpp 53 varType.isBoolOrVec() ? glu::TYPE_BOOL : glu::TYPE_LAST;
  /external/deqp/modules/gles3/functional/
es3fUniformBlockTests.cpp 256 blockB.addUniform(Uniform("d", VarType(glu::TYPE_BOOL, 0)));
307 blockB.addUniform(Uniform("d", VarType(glu::TYPE_BOOL, 0)));
349 glu::TYPE_BOOL,
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.h 67 // TYPE_BOOL is defined in the MacOS's ConditionalMacros.h.
68 #ifdef TYPE_BOOL
69 #undef TYPE_BOOL
70 #endif // TYPE_BOOL
455 TYPE_BOOL = 8, // bool, varint on the wire.
482 CPPTYPE_BOOL = 7, // TYPE_BOOL
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp 435 bool isBoolVal = de::inRange<int>(spec.inputs[i].type, TYPE_BOOL, TYPE_BOOL_VEC4);
477 bool isBool = de::inRange<int>(inType, TYPE_BOOL, TYPE_BOOL_VEC4);
510 bool isBoolOut = de::inRange<int>(spec.output, TYPE_BOOL, TYPE_BOOL_VEC4);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutTests.cpp 249 typeCandidates.push_back(glu::TYPE_BOOL);
633 blockB.addMember(BufferVar("d", VarType(glu::TYPE_BOOL, glu::PRECISION_LAST), ACCESS_READ|ACCESS_WRITE));
682 blockB.addMember(BufferVar("d", VarType(glu::TYPE_BOOL, glu::PRECISION_LAST), ACCESS_READ|ACCESS_WRITE));
740 glu::TYPE_BOOL,
    [all...]
  /external/libchrome/base/time/
time.h 65 #undef TYPE_BOOL
  /external/libweave/third_party/chromium/base/time/
time.h 65 #undef TYPE_BOOL
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.cc 305 case FieldDescriptor::TYPE_BOOL:

Completed in 836 milliseconds

12 3 4 5