HomeSort by relevance Sort by last modified time
    Searched refs:RegisterExtension (Results 1 - 25 of 25) sorted by null

  /external/deqp-deps/SPIRV-Tools/test/val/
val_state_test.cpp 105 state_.RegisterExtension(Extension::kSPV_KHR_shader_ballot);
107 state_.RegisterExtension(Extension::kSPV_KHR_16bit_storage);
109 state_.RegisterExtension(Extension::kSPV_NV_viewport_array2);
116 state_.RegisterExtension(Extension::kSPV_KHR_shader_ballot);
119 state_.RegisterExtension(Extension::kSPV_KHR_16bit_storage);
132 state_.RegisterExtension(Extension::kSPV_KHR_multiview);
  /external/swiftshader/third_party/SPIRV-Tools/test/val/
val_state_test.cpp 105 state_.RegisterExtension(Extension::kSPV_KHR_shader_ballot);
107 state_.RegisterExtension(Extension::kSPV_KHR_16bit_storage);
109 state_.RegisterExtension(Extension::kSPV_NV_viewport_array2);
116 state_.RegisterExtension(Extension::kSPV_KHR_shader_ballot);
119 state_.RegisterExtension(Extension::kSPV_KHR_16bit_storage);
132 state_.RegisterExtension(Extension::kSPV_KHR_multiview);
  /external/protobuf/python/google/protobuf/
message_factory.py 86 extended_class.RegisterExtension(extension)
118 # The call to RegisterExtension will specifically check if the
127 extended_class.RegisterExtension(extension)
  /external/golang-protobuf/protoc-gen-go/testdata/extension_user/
extension_user.pb.go 355 proto.RegisterExtension(E_LoudMessage_Volume)
357 proto.RegisterExtension(E_LoginMessage_UserMessage)
360 proto.RegisterExtension(E_Announcement_LoudExt)
362 proto.RegisterExtension(E_OldStyleParcel_MessageSetExtension)
364 proto.RegisterExtension(E_UserMessage)
365 proto.RegisterExtension(E_ExtraMessage)
366 proto.RegisterExtension(E_Width)
367 proto.RegisterExtension(E_Area)
368 proto.RegisterExtension(E_Detail)
  /external/golang-protobuf/proto/test_proto/
test.pb.go     [all...]
  /external/deqp-deps/SPIRV-Tools/source/val/
validate.cpp 71 void RegisterExtension(ValidationState_t& _,
80 _.RegisterExtension(extension);
95 RegisterExtension(_, inst);
validation_state.h 301 void RegisterExtension(Extension ext);
validation_state.cpp 402 void ValidationState_t::RegisterExtension(Extension ext) {
  /external/swiftshader/third_party/SPIRV-Tools/source/val/
validate.cpp 71 void RegisterExtension(ValidationState_t& _,
80 _.RegisterExtension(extension);
95 RegisterExtension(_, inst);
validation_state.h 306 void RegisterExtension(Extension ext);
validation_state.cpp 403 void ValidationState_t::RegisterExtension(Extension ext) {
  /external/syzkaller/vendor/google.golang.org/genproto/googleapis/api/annotations/
annotations.pb.go 32 proto.RegisterExtension(E_Http)
  /external/golang-protobuf/protoc-gen-go/testdata/my_test/
test.pb.go 1011 proto.RegisterExtension(E_ReplyExtensions_Time)
1012 proto.RegisterExtension(E_ReplyExtensions_Carrot)
1013 proto.RegisterExtension(E_ReplyExtensions_Donut)
1020 proto.RegisterExtension(E_Tag)
1021 proto.RegisterExtension(E_Donut)
    [all...]
  /external/golang-protobuf/proto/
extensions.go 536 // The generated code will register the generated descriptors by calling RegisterExtension.
540 // RegisterExtension is called from the generated code.
541 func RegisterExtension(desc *ExtensionDesc) {
  /external/syzkaller/vendor/github.com/golang/protobuf/proto/
extensions.go 520 // The generated code will register the generated descriptors by calling RegisterExtension.
524 // RegisterExtension is called from the generated code.
525 func RegisterExtension(desc *ExtensionDesc) {
  /external/protobuf/python/google/protobuf/internal/
python_message.py 753 def RegisterExtension(extension_handle):
776 cls.RegisterExtension = staticmethod(RegisterExtension)
    [all...]
  /external/golang-protobuf/protoc-gen-go/testdata/import_public/sub/
a.pb.go 376 proto.RegisterExtension(E_ExtensionField)
  /external/golang-protobuf/jsonpb/jsonpb_test_proto/
test_objects.pb.go     [all...]
  /external/v8/src/
bootstrapper.cc 116 v8::RegisterExtension(free_buffer_extension_);
118 v8::RegisterExtension(gc_extension_);
120 v8::RegisterExtension(externalize_string_extension_);
122 v8::RegisterExtension(statistics_extension_);
124 v8::RegisterExtension(trigger_failure_extension_);
126 v8::RegisterExtension(ignition_statistics_extension_);
    [all...]
api.cc     [all...]
  /external/protobuf/python/google/protobuf/pyext/
message.cc     [all...]
  /external/protobuf/src/google/protobuf/
extension_set.h 171 static void RegisterExtension(const MessageLite* containing_type,
367 // extension by number. See RegisterExtension(), above. Unlike the other
369 // it looks up extensions registered using RegisterExtension().
    [all...]
extension_set.cc 130 void ExtensionSet::RegisterExtension(const MessageLite* containing_type,
    [all...]
  /external/golang-protobuf/protoc-gen-go/generator/
generator.go     [all...]
  /external/v8/include/
v8.h     [all...]

Completed in 1999 milliseconds