OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DXTN_LIBNAME
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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
/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 296 milliseconds