/external/qemu/distrib/sdl-1.2.15/src/audio/ |
SDL_audio.c | 652 static int format_idx; variable 665 for ( format_idx=0; format_idx < NUM_FORMATS; ++format_idx ) { 666 if ( format_list[format_idx][0] == format ) { 676 if ( (format_idx == NUM_FORMATS) || (format_idx_sub == NUM_FORMATS) ) { 679 return(format_list[format_idx][format_idx_sub++]);
|
/system/core/libpixelflinger/codeflinger/ |
texturing.cpp | 275 tmu.format_idx = 0; 280 tmu.format_idx = GGL_READ_NEEDS(T_FORMAT, needs.t[i]); 281 tmu.format = c->formats[tmu.format_idx]; 291 if (tmu.format_idx == GGL_PIXEL_FORMAT_RGBA_5551) 297 if (tmu.format_idx) { 344 if (tmu.format_idx == 0) 396 cb_format_idx == tmu.format_idx && !tmu.linear && 417 if (tmu.format_idx == 0) 442 if (tmu.format_idx == 0) 664 if (tmu.format_idx == 0 [all...] |
GGLAssembler.h | 308 int format_idx; member in struct:android::GGLAssembler::texture_unit_t
|
GGLAssembler.cpp | 508 if ((tmu.format_idx) && [all...] |
/external/clang/lib/Sema/ |
SemaChecking.cpp | 681 /// parameter with the FormatAttr's correct format_idx and firstDataArg. 692 // lists, so decrement format_idx in that case. [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-private.hh | 169 #define HB_PRINTF_FUNC(format_idx, arg_idx) __attribute__((__format__ (__printf__, format_idx, arg_idx))) 173 #define HB_PRINTF_FUNC(format_idx, arg_idx)
|
/external/harfbuzz_ng/src/ |
hb-private.hh | 166 #define HB_PRINTF_FUNC(format_idx, arg_idx) __attribute__((__format__ (__printf__, format_idx, arg_idx))) 170 #define HB_PRINTF_FUNC(format_idx, arg_idx)
|
/external/clang/include/clang/Sema/ |
Sema.h | [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
texstore.c | 144 GLubyte format_idx; member in struct:__anon13393 [all...] |
/external/mesa3d/src/mesa/main/ |
texstore.c | 144 GLubyte format_idx; member in struct:__anon23860 [all...] |