Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLDispatch.cpp79 #define LOAD_GLEXT_FUNC(return_type, func_name, signature, args) do { \ macro
188 LIST_GLES_EXTENSIONS_FUNCTIONS(LOAD_GLEXT_FUNC) in dispatchFuncs()
199 LIST_GLES1_EXTENSIONS_FUNCTIONS(LOAD_GLEXT_FUNC) in dispatchFuncs()
205 LIST_GLES2_EXTENSIONS_FUNCTIONS(LOAD_GLEXT_FUNC) in dispatchFuncs()
212 LIST_GLES3_ONLY_FUNCTIONS(LOAD_GLEXT_FUNC) in dispatchFuncs()
215 LIST_GLES3_EXTENSIONS_FUNCTIONS(LOAD_GLEXT_FUNC) in dispatchFuncs()
220 LIST_GLES31_ONLY_FUNCTIONS(LOAD_GLEXT_FUNC) in dispatchFuncs()