Home
last modified time | relevance | path

Searched refs:getEGLRegistry (Results 1 – 3 of 3) sorted by relevance

/external/deqp/scripts/egl/
D__init__.py23 from common import getEGLRegistry, getInterface, getDefaultInterface, VERSION
33 registry = getEGLRegistry()
Dcommon.py83 def getEGLRegistry (): function
91 …return getInterface(getEGLRegistry(), 'egl', VERSION, extensionNames = EXTENSIONS, protects = PROT…
Dproc_address_tests.py113 eglRegistry = getEGLRegistry()