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

  /external/mesa3d/src/mesa/main/
texcompress_s3tc.c 54 #define DXTN_LIBNAME "dxtn.dll"
58 #define DXTN_LIBNAME "dxtn.dxe"
60 #define DXTN_LIBNAME "libtxc_dxtn.so"
116 dxtlibhandle = _mesa_dlopen(DXTN_LIBNAME, 0);
118 _mesa_warning(ctx, "couldn't open " DXTN_LIBNAME ", software DXTn "
140 DXTN_LIBNAME ", software DXTn compression/decompression "
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_s3tc.c 32 #define DXTN_LIBNAME "dxtn.dll"
34 #define DXTN_LIBNAME "libtxc_dxtn.dylib"
36 #define DXTN_LIBNAME "libtxc_dxtn.so"
120 library = util_dl_open(DXTN_LIBNAME);
124 debug_printf("couldn't open " DXTN_LIBNAME ", enabling DXTn due to "
128 debug_printf("couldn't open " DXTN_LIBNAME ", software DXTn "
150 debug_printf("couldn't reference all symbols in " DXTN_LIBNAME

Completed in 65 milliseconds