HomeSort by relevance Sort by last modified time
    Searched defs:mode (Results 476 - 500 of 2712) sorted by null

<<11121314151617181920>>

  /external/kernel-headers/original/linux/
seccomp.h 8 /* Valid values for seccomp.mode and prctl(PR_SET_SECCOMP, <mode>) */
57 * @mode: indicates one of the valid values above for controlled
66 int mode; member in struct:seccomp
89 return s->mode;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_unfilled.c 49 unsigned mode[2]; member in struct:unfilled_stage
138 unsigned mode = unfilled->mode[cw]; local
143 switch (mode) {
165 unfilled->mode[0] = rast->front_ccw ? rast->fill_front : rast->fill_back;
166 unfilled->mode[1] = rast->front_ccw ? rast->fill_back : rast->fill_front;
  /external/mesa3d/src/gallium/tests/graw/
fs-fragcoord.c 100 set_fragment_shader(int mode)
159 if (mode == 0)
161 else if (mode == 1)
163 else if (mode == 2)
218 init(int mode)
229 set_fragment_shader(mode);
236 int mode = argc > 1 ? atoi(argv[1]) : 0; local
238 switch (mode) {
254 init(mode);
  /external/mesa3d/src/glsl/
ir_print_visitor.cpp 149 const char *const mode[] = { "", "uniform ", "in ", "out ", "inout ", local
154 cent, inv, mode[ir->mode], interp[ir->interpolation]);
  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_recv.py 536 mode = "dispatch_c" variable in class:PrintGlxDispatchFunctions
542 mode = val
546 if mode == "dispatch_c":
548 elif mode == "dispatch_h":
glX_server_table.py 394 mode = "table_c" variable
399 mode = val
401 if mode == "table_c":
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_render.h 56 } mode; member in struct:nouveau_render_state
  /external/mesa3d/src/mesa/vbo/
vbo.h 42 GLuint mode:8; /**< GL_POINTS, GL_LINES, GL_QUAD_STRIP, etc */ member in struct:_mesa_prim
  /external/openssh/
sftp-common.c 195 char buf[1024], mode[11+1], tbuf[12+1], ubuf[11+1], gbuf[11+1]; local
198 strmode(st->st_mode, mode);
223 snprintf(buf, sizeof buf, "%s %3u %-*s %-*s %8s %s %s", mode,
227 snprintf(buf, sizeof buf, "%s %3u %-*s %-*s %8llu %s %s", mode,
  /external/qemu/distrib/sdl-1.2.15/src/audio/dc/
SDL_dcaudio.c 175 int mode; local
177 mode = (spec->format==AUDIO_S8)?SM_8BIT:SM_16BIT;
179 aica_play(0,mode,this->hidden->leftpos,0,spec->samples*2,spec->freq,255,128,1);
181 aica_play(0,mode,this->hidden->leftpos ,0,spec->samples*2,spec->freq,255,0,1);
182 aica_play(1,mode,this->hidden->rightpos,0,spec->samples*2,spec->freq,255,255,1);
  /external/qemu/distrib/sdl-1.2.15/src/audio/mint/
SDL_mintaudio_dma8.c 74 /* Functions called in supervisor mode */
319 /* Functions called in supervisor mode */
324 unsigned char mode; local
340 mode = 3-MINTAUDIO_frequencies[MINTAUDIO_numfreq].predivisor;
342 mode |= 1<<7;
344 DMAAUDIO_IO.sound_ctrl = mode;
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_modes.c 81 SDL_SetError("ph_ListModes(): PgGetVideoModeInfo() function failed on mode: 0x%X.\n", mode_list.modes[i]);
113 /* return the mode associated with width, height and bpp */
114 /* if there is no mode then zero is returned */
126 /* special case for the double-sized 320x200 mode */
156 /* if we are here, then no 640x400xbpp mode found and we'll emulate it via 640x480xbpp mode */
165 /* return the mode associated with width, height and bpp */
166 /* if requested bpp is not found the mode with closest bpp is returned */
245 int mode; local
251 /* Get the video mode and set it *
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
SDL_epocevents.cpp 73 const TPointerCursorMode mode = Private->EPOC_WsSession.PointerCursorMode(); local
75 if(mode == EPointerCursorNone)
126 const TPointerCursorMode mode = Private->EPOC_WsSession.PointerCursorMode(); local
127 if(mode != EPointerCursorNone)
  /external/qemu-pc-bios/vgabios/
vbetables-gen.c 11 int mode; member in struct:__anon25755
44 /* BOCHS/PLEX86 'own' mode numbers */
103 for (pm = modes; pm->mode != 0; pm++) {
111 pm->mode, pm->width, pm->height, pm->depth);
  /external/skia/gm/
hairmodes.cpp 14 SkXfermode::Mode fMode;
36 static SkScalar drawCell(SkCanvas* canvas, SkXfermode* mode, SkAlpha a0, SkAlpha a1) {
50 paint.setXfermode(mode);
110 SkXfermode* mode = SkXfermode::Create(gModes[i].fMode); variable
114 SkScalar dy = drawCell(canvas, mode,
120 SkSafeUnref(mode); variable
mixedxfermodes.cpp 112 SkXfermode::Mode mode = variable
113 static_cast<SkXfermode::Mode>(random.nextULessThan(SkXfermode::kLastMode + 1));
118 p.setXfermodeMode(mode);
xfermodes2.cpp 43 SkXfermode::Mode mode = static_cast<SkXfermode::Mode>(m); variable
44 SkXfermode* xm = SkXfermode::Create(mode);
76 canvas->drawText(SkXfermode::ModeName(mode), strlen(SkXfermode::ModeName(mode)),
  /external/skia/src/animator/
SkDisplayApply.h 31 enum Mode {
53 Mode getMode() { return mode; }
82 Mode mode; member in class:SkApply
SkMatrixParts.h 82 int32_t mode; member in class:SkFromPath
  /external/skia/src/core/
SkComposeShader.cpp 20 SkComposeShader::SkComposeShader(SkShader* sA, SkShader* sB, SkXfermode* mode) {
23 // mode may be null
24 fMode = mode;
25 SkSafeRef(mode);
122 SkXfermode* mode = fMode; local
127 if (NULL == mode) { // implied SRC_OVER
154 } else { // use mode for the composition
163 mode->xfer32(result, tmp, n, NULL);
  /external/skia/tools/
PictureRenderingFlags.cpp 39 DEFINE_string(mode, "simple", "Run in the corresponding mode:\n"
58 DEFINE_bool(pipe, false, "Use SkGPipe rendering. Currently incompatible with \"mode\".");
61 DEFINE_string(tiles, "", "Used with --mode copyTile to specify number of tiles per larger tile "
78 const char* mode = NULL; local
83 mode = FLAGS_mode[0];
84 if (0 == strcmp(mode, "record")) {
88 } else if (0 == strcmp(mode, "clone")) {
90 } else if (0 == strcmp(mode, "tile") || 0 == strcmp(mode, "pow2tile"
    [all...]
  /external/speex/libspeex/
speex.c 51 EXPORT void *speex_encoder_init(const SpeexMode *mode)
53 return mode->enc_init(mode);
56 EXPORT void *speex_decoder_init(const SpeexMode *mode)
58 return mode->dec_init(mode);
109 SpeexMode *mode; local
110 mode = *(SpeexMode**)state;
111 return (mode)->enc(state, in, bits);
130 SpeexMode *mode = *(SpeexMode**)state local
    [all...]
  /external/srec/portable/include/
pstream.h 47 int mode; /* 0 readonly text; 1 readonly binary; 2 writable text; 3 writalbe binary */ member in struct:PORT_FILE_HANDLE
59 int mode; member in struct:_FileRecord
72 PORTABLE_API PORT_FILE PortFopen(const char* filename, const char* mode);
87 PORTABLE_API PORT_FILE PortFreopen(const char *path, const char *mode, PORT_FILE PortFile);
  /external/tcpdump/
print-ntp.c 82 int mode, version, leapind; local
91 mode = bp->status & MODEMASK;
94 tok2str(ntp_mode_values, "Unknown mode", mode),
101 tok2str(ntp_mode_values, "Unknown mode", mode));
  /external/tremolo/Tremolo/
dsp.c 174 int mode; local
191 /* read our mode and pre/post windowsize */
192 mode=oggpack_read(&opb,modebits);
193 if(mode==-1)return(OV_EBADPACKET);
194 return(ci->blocksizes[ci->mode_param[mode].blockflag]);
211 int mode,i; local
221 /* read our mode and pre/post windowsize */
222 mode=oggpack_read(&vd->opb,ilog(ci->modes));
223 if(mode==-1 || mode>=ci->modes) return OV_EBADPACKET
    [all...]

Completed in 954 milliseconds

<<11121314151617181920>>