HomeSort by relevance Sort by last modified time
    Searched defs:EMUGL_LIBNAME (Results 1 - 2 of 2) sorted by null

  /device/generic/goldfish/opengl/shared/OpenglOsUtils/
osDynLibrary.h 52 // on x86_64, EMUGL_LIBNAME("foo") --> "lib64foo.so"
63 # define EMUGL_LIBNAME(name) "lib64" name DLL_EXTENSION
65 # define EMUGL_LIBNAME(name) "lib" name DLL_EXTENSION
67 /* This header is included by target w/o using EMUGL_LIBNAME(). Don't #error, leave it undefined */
  /sdk/emulator/opengl/shared/OpenglOsUtils/
osDynLibrary.h 52 // on x86_64, EMUGL_LIBNAME("foo") --> "lib64foo.so"
63 # define EMUGL_LIBNAME(name) "lib64" name DLL_EXTENSION
65 # define EMUGL_LIBNAME(name) "lib" name DLL_EXTENSION
67 /* This header is included by target w/o using EMUGL_LIBNAME(). Don't #error, leave it undefined */

Completed in 33 milliseconds