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

/external/vulkan-validation-layers/libs/vkjson/
H A Dvkjson_instance.cc49 bool HasExtension(const char* extension_name, function in namespace:__anon30301
58 bool HasExtension(const char* extension_name, function
77 HasExtension("VK_KHR_get_physical_device_properties2",
102 if (HasExtension("VK_KHR_get_physical_device_properties2",
109 if (HasExtension("VK_KHR_variable_pointers", device.extensions)) {
323 if (HasExtension(extension, instance.extensions))
/external/nanopb-c/generator/google/protobuf/
H A Dmessage.py240 def HasExtension(self, extension_handle): member in class:Message
/external/protobuf/python/google/protobuf/
H A Dmessage.py252 def HasExtension(self, extension_handle): member in class:Message
/external/protobuf/python/google/protobuf/pyext/
H A Dextension_dict.cc210 PyObject* HasExtension(ExtensionDict* self, PyObject* extension) { function in namespace:google::protobuf::python::extension_dict
286 EDMETHOD(HasExtension, METH_O, "Checks if the object has an extension."),
H A Dmessage.cc1476 PyObject* HasExtension(CMessage* self, PyObject* extension) { function in namespace:google::protobuf::python::cmessage
2598 { "HasExtension", (PyCFunction)HasExtension, METH_O,
/external/nanopb-c/generator/google/protobuf/internal/
H A Dpython_message.py146 raise KeyError('HasExtension() expects an extension handle, got: %s' %
654 def HasExtension(self, extension_handle): function in function:_AddHasExtensionMethod
664 cls.HasExtension = HasExtension
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc94 bool HasExtension(const Descriptor* descriptor) { function in namespace:google::protobuf::compiler::cpp::__anon18925
99 if (HasExtension(descriptor->nested_type(i))) {
496 if (HasExtension(file->message_type(i))) {
/external/drm_hwcomposer/
H A Dglworker.cpp130 static bool HasExtension(const char *extension, const char *extensions) { function in namespace:android
487 if (!HasExtension("EGL_KHR_image_base", egl_extensions))
490 if (!HasExtension("EGL_ANDROID_image_native_buffer", egl_extensions))
493 if (!HasExtension("EGL_ANDROID_native_fence_sync", egl_extensions))
518 if (!HasExtension("GL_OES_EGL_image", gl_extensions))
521 if (!HasExtension("GL_OES_EGL_image_external", gl_extensions))
/external/protobuf/python/google/protobuf/internal/
H A Dpython_message.py233 raise KeyError('HasExtension() expects an extension handle, got: %s' %
904 def HasExtension(self, extension_handle): function in function:_AddHasExtensionMethod
914 cls.HasExtension = HasExtension

Completed in 1468 milliseconds