Home
last modified time | relevance | path

Searched refs:getRegistry (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/scripts/egl/
Dcommon.py90 return khr_util.registry_cache.getRegistry(EGL_SOURCE)
/third_party/vk-gl-cts/scripts/opengl/
Dsrc_util.py154 return khr_util.registry_cache.getRegistry(GL_SOURCE)
/third_party/vk-gl-cts/scripts/khr_util/
Dregistry_cache.py143 def getRegistry (source): function
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/app/
DFlutterPluginRegistry.java135 return mPlatformViewsController.getRegistry(); in platformViewRegistry()
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/plugins/shim/
DShimRegistrar.java77 …nding != null ? pluginBinding.getFlutterEngine().getPlatformViewsController().getRegistry() : null; in platformViewRegistry()
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/platform/
DPlatformViewsController.java344 public PlatformViewRegistry getRegistry() { in getRegistry() method in PlatformViewsController