HomeSort by relevance Sort by last modified time
    Searched full:impllib (Results 1 - 1 of 1) sorted by null

  /development/tools/emulator/opengl/tests/gles_android_wrapper/
egl.cpp 73 void *implLib = dlopen(implLibName, RTLD_NOW | RTLD_LOCAL);
74 if (implLib == NULL) {
78 *dispatchTable = createFcn(implLib, accessor);
84 dlclose(implLib);

Completed in 953 milliseconds