Searched refs:opengl_framework_path (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_cgl.c67 const char *opengl_framework_path; local
72 opengl_framework_path = getenv("OPENGL_FRAMEWORK_PATH");
73 if (!opengl_framework_path) {
74 opengl_framework_path = OPENGL_FRAMEWORK_PATH;
78 h = dlopen(opengl_framework_path, RTLD_NOW);
82 opengl_framework_path, dlerror());
/external/mesa3d/src/glx/apple/
H A Dapple_cgl.c67 const char *opengl_framework_path; local
72 opengl_framework_path = getenv("OPENGL_FRAMEWORK_PATH");
73 if (!opengl_framework_path) {
74 opengl_framework_path = OPENGL_FRAMEWORK_PATH;
78 h = dlopen(opengl_framework_path, RTLD_NOW);
82 opengl_framework_path, dlerror());

Completed in 120 milliseconds