Searched refs:handle_egl (Results 1 – 1 of 1) sorted by relevance
/external/autotest/client/site_tests/graphics_GLAPICheck/src/ |
D | gles_APICheck.cc | 107 void** handle_gles, void** handle_egl) { in EntryImportGL() argument 113 *handle_egl = dlopen(lib_egl, RTLD_LAZY); in EntryImportGL() 114 if (*handle_egl == NULL) { in EntryImportGL() 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() [all …]
|