Home
last modified time | relevance | path

Searched refs:DBG (Results 1 – 9 of 9) sorted by relevance

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DErrorLog.h23 # define DBG(...) ALOGD(__VA_ARGS__) macro
25 # define DBG(...) ((void)0) macro
31 # define DBG(...) fprintf(stderr, __VA_ARGS__) macro
33 # define DBG(...) ((void)0) macro
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c100 #define DBG(fmt, ...) fprintf(stdlog, fmt "\n", ##__VA_ARGS__) macro
147DBG("SortedReloc[%3zu] = {0x%08" PRIX32 ",0x%02" PRIX8 "}", i, app->nanoReloc[i].ofstInRam, app->n… in packNanoRelocs()
166 DBG("Out: RelocTC [size 1] // to 0x%02" PRIX8, app->nanoReloc[i].type); in packNanoRelocs()
171 DBG("Out: RelocTC [size 2] (0x%02" PRIX8 ") // to 0x%02" PRIX8, in packNanoRelocs()
192 DBG("Out: Reloc0 [size 2]; repeat=%zu", j); in packNanoRelocs()
204 DBG("Out: Reloc8 [size 1] 0x%02" PRIX32, displacement); in packNanoRelocs()
208 DBG("Out: Reloc16 [size 3] 0x%06" PRIX32, displacement); in packNanoRelocs()
215 DBG("Out: Reloc24 [size 4] 0x%08" PRIX32, displacement); in packNanoRelocs()
223 DBG("Out: Reloc32 [size 5] 0x%08" PRIX32, displacement); in packNanoRelocs()
287 DBG("Final binary size %zu bytes", binarySize); in finalizeAndWrite()
[all …]
Dpostprocess_elf.c79 #define DBG(fmt, ...) printf(fmt "\n", ##__VA_ARGS__) macro
580 DBG("Found section %s with size %zu", name, appSection->size); in elfExtractSectionPointer()
660 DBG("Fixup addr 0x%08" PRIX32 " (flash) --> 0x%08" PRIX32, *addr, in fixupAddrElf()
665 DBG("Fixup addr 0x%08" PRIX32 " (ram) --> 0x%08" PRIX32, *addr, in fixupAddrElf()
670 DBG("Error: invalid address 0x%08" PRIX32, *addr); in fixupAddrElf()
683 DBG("Appyling fixups to header"); in fixupHeaderElf()
738 DBG("Parsing relocs for .data (%zu):", numDataRelocs); in genElfNanoRelocs()
743 DBG(" [%3zu] 0x%08" PRIx32 " type %2" PRIu32 " symIdx %3" PRIu32 in genElfNanoRelocs()
770 DBG("Updating GOT entries (%zu):", gotCount); in genElfNanoRelocs()
/device/generic/goldfish-opengl/system/GLESv1/
Dgl.cpp60 DBG("glEGLImageTargetTexture2DOES v1 target=%#x img=%p", target, img); in glEGLImageTargetTexture2DOES()
98 DBG("glEGLImageTargetRenderbufferStorageOES v1 image=%p\n", img); in glEGLImageTargetRenderbufferStorageOES()
/device/generic/goldfish-opengl/system/GLESv2/
Dgl2.cpp61 DBG("glEGLImageTargetTexture2DOES v2 target=%#x img=%p\n", target, img); in glEGLImageTargetTexture2DOES()
101 DBG("glEGLImageTargetRenderbufferStorageOES v2 image=%p\n", img); in glEGLImageTargetRenderbufferStorageOES()
/device/generic/goldfish-opengl/system/egl/
DeglDisplay.cpp506 DBG("^^^^^^^^^^ dumpConfig %p ^^^^^^^^^^^^^^^^^^", config); in dumpConfig()
509 DBG("Config %p: {%u}[%d] %d\n", config, getIndexOfConfig(config), i, value); in dumpConfig()
Degl.cpp974 #define DBG_FUNC DBG("%s\n", __FUNCTION__)
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DHostConnection.cpp585 DBG("HostConnection::glEncoder new encoder %p, tid %d", in glEncoder()
597 DBG("HostConnection::gl2Encoder new encoder %p, tid %d", in gl2Encoder()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp70 #define DBG_FUNC DBG("%s\n", __FUNCTION__)