OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:format_idx
(Results
1 - 7
of
7
) sorted by null
/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
466
/// parameter with the FormatAttr's correct
format_idx
and firstDataArg.
477
// lists, so decrement
format_idx
in that case.
[
all
...]
/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
...]
Completed in 477 milliseconds