Loading opengl/libs/EGL/egl.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -346,7 +346,7 @@ void *load_driver(const char* driver, gl_hooks_t* hooks) } } } } if (f == NULL) { if (f == NULL) { LOGD("%s", name); //LOGD("%s", name); f = (__eglMustCastToProperFunctionPointerType)gl_unimplemented; f = (__eglMustCastToProperFunctionPointerType)gl_unimplemented; } } *curr++ = f; *curr++ = f; Loading Loading
opengl/libs/EGL/egl.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -346,7 +346,7 @@ void *load_driver(const char* driver, gl_hooks_t* hooks) } } } } if (f == NULL) { if (f == NULL) { LOGD("%s", name); //LOGD("%s", name); f = (__eglMustCastToProperFunctionPointerType)gl_unimplemented; f = (__eglMustCastToProperFunctionPointerType)gl_unimplemented; } } *curr++ = f; *curr++ = f; Loading