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

  /external/mesa3d/src/gallium/auxiliary/pipe-loader/
pipe_loader.c 37 static int (*backends[])(struct pipe_loader_device **, int) = { variable
49 for (i = 0; i < Elements(backends); i++)
50 n += backends[i](&devs[n], MAX2(0, ndev - n));
pipe_loader_sw.c 46 static struct sw_winsys *(*backends[])() = { variable in typeref:struct:backends
58 for (i = 0; i < Elements(backends); i++) {
65 sdev->ws = backends[i]();
  /external/mesa3d/src/gbm/main/
backend.c 46 static const struct backend_desc backends[] = { variable in typeref:struct:backend_desc
94 for (i = 0; i < ARRAY_SIZE(backends); ++i) {
95 if (strcmp(backends[i].name, name) == 0) {
96 backend = &backends[i];
119 for (i = 0; i < ARRAY_SIZE(backends) && dev == NULL; ++i) {
120 backend = load_backend(&backends[i]);
  /external/wpa_supplicant_8/src/utils/
ext_password.c 19 static const struct ext_password_backend *backends[] = { variable in typeref:struct:ext_password_backend
42 for (i = 0; backends[i]; i++) {
43 if (os_strcmp(backends[i]->name, backend) == 0) {
44 data->backend = backends[i];
  /art/tools/dexfuzz/src/dexfuzz/
Options.java 109 Log.always(" --arm : Include ARM backends in comparisons");
110 Log.always(" --arm64 : Include ARM64 backends in comparisons");
112 Log.always(" --x86 : Include x86 backends in comparisons");
113 Log.always(" --x86-64 : Include x86-64 backends in comparisons");
114 Log.always(" --mips : Include MIPS backends in comparisons");
115 Log.always(" --mips64 : Include MIPS64 backends in comparisons");
432 int backends = 0; local
434 backends++;
437 backends++;
441 backends++
    [all...]

Completed in 280 milliseconds