Searched refs:LoadDLFunction (Results 1 – 1 of 1) sorted by relevance
/external/autotest/client/site_tests/graphics_GLAPICheck/src/ |
D | gles_APICheck.cc | 95 bool LoadDLFunction(void** func_handle, in LoadDLFunction() function 121 rt &= LoadDLFunction(&tmp, "eglGetDisplay", *handle_egl); in EntryImportGL() 123 rt &= LoadDLFunction(&tmp, "eglInitialize", *handle_egl); in EntryImportGL() 125 rt &= LoadDLFunction(&tmp, "eglGetConfigs", *handle_egl); in EntryImportGL() 127 rt &= LoadDLFunction(&tmp, "eglChooseConfig", *handle_egl); in EntryImportGL() 129 rt &= LoadDLFunction(&tmp, "eglCreateContext", *handle_egl); in EntryImportGL() 131 rt &= LoadDLFunction(&tmp, "eglGetConfigAttrib", *handle_egl); in EntryImportGL() 133 rt &= LoadDLFunction(&tmp, "eglCreateWindowSurface", *handle_egl); in EntryImportGL() 135 rt &= LoadDLFunction(&tmp, "eglMakeCurrent", *handle_egl); in EntryImportGL() 137 rt &= LoadDLFunction(&tmp, "eglDestroyContext", *handle_egl); in EntryImportGL() [all …]
|