Home
last modified time | relevance | path

Searched refs:eglFunctionList (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/egl/generate/
H A Dgen_egl_dispatch.py32 additional information defined in the module eglFunctionList.
37 import eglFunctionList namespace
57 for (name, eglFunc) in eglFunctionList.EGL_FUNCTIONS:
/third_party/mesa3d/src/egl/
H A Degl-entrypoint-check.py4 from generate.eglFunctionList import EGL_FUNCTIONS as GLVND_ENTRYPOINTS
42 print('ERROR: ' + egl_entrypoint + ' is missing from the GLVND entrypoints (src/egl/generate/eglFunctionList.py)')
52 print('ERROR: ' + glvnd_entrypoint + ' is should *not* be in the GLVND entrypoints (src/egl/generate/eglFunctionList.py)')

Completed in 1 milliseconds