/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_vertex.c | 68 debug_printf("EMIT_OMIT:"); in draw_dump_emitted_vertex() 71 debug_printf("EMIT_1F:\t"); in draw_dump_emitted_vertex() 72 debug_printf("%f ", *(float *)data); data += sizeof(float); in draw_dump_emitted_vertex() 75 debug_printf("EMIT_1F_PSIZE:\t"); in draw_dump_emitted_vertex() 76 debug_printf("%f ", *(float *)data); data += sizeof(float); in draw_dump_emitted_vertex() 79 debug_printf("EMIT_2F:\t"); in draw_dump_emitted_vertex() 80 debug_printf("%f ", *(float *)data); data += sizeof(float); in draw_dump_emitted_vertex() 81 debug_printf("%f ", *(float *)data); data += sizeof(float); in draw_dump_emitted_vertex() 84 debug_printf("EMIT_3F:\t"); in draw_dump_emitted_vertex() 85 debug_printf("%f ", *(float *)data); data += sizeof(float); in draw_dump_emitted_vertex() [all …]
|
D | draw_pt.c | 249 debug_printf("Draw arrays(prim = %u, start = %u, count = %u)\n", in draw_print_arrays() 283 debug_printf("Element[%u + %u] + %i -> Vertex %u:\n", start, i, in draw_print_arrays() 289 debug_printf("Vertex %u:\n", ii); in draw_print_arrays() 304 debug_printf(" Attr %u: ", j); in draw_print_arrays() 309 debug_printf("R %f @ %p\n", v[0], (void *) v); in draw_print_arrays() 315 debug_printf("RG %f %f @ %p\n", v[0], v[1], (void *) v); in draw_print_arrays() 321 debug_printf("RGB %f %f %f @ %p\n", v[0], v[1], v[2], (void *) v); in draw_print_arrays() 327 debug_printf("RGBA %f %f %f %f @ %p\n", v[0], v[1], v[2], v[3], in draw_print_arrays() 334 debug_printf("BGRA %d %d %d %d @ %p\n", u[0], u[1], u[2], u[3], in draw_print_arrays() 341 debug_printf("ARGB %d %d %d %d @ %p\n", u[0], u[1], u[2], u[3], in draw_print_arrays() [all …]
|
D | draw_gs.c | 101 debug_printf("%d/%d) Output vert:\n", stream, idx / shader->info.num_outputs); in tgsi_fetch_gs_outputs() 109 debug_printf("\t%d: %f %f %f %f\n", slot, in tgsi_fetch_gs_outputs() 146 debug_printf("%d) vertex index = %d (prim idx = %d)\n", in tgsi_fetch_gs_input() 164 debug_printf("VS/GS signature mismatch!\n"); in tgsi_fetch_gs_input() 171 debug_printf("\tSlot = %d, vs_slot = %d, idx = %d:\n", in tgsi_fetch_gs_input() 183 debug_printf("\t\t%f %f %f %f\n", in tgsi_fetch_gs_input() 268 debug_printf("%d) vertex index = %d (prim idx = %d)\n", in llvm_fetch_gs_input() 287 debug_printf("VS/GS signature mismatch!\n"); in llvm_fetch_gs_input() 294 debug_printf("\tSlot = %d, vs_slot = %d, i = %d:\n", in llvm_fetch_gs_input() 306 debug_printf("\t\t%f %f %f %f\n", in llvm_fetch_gs_input() [all …]
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_perf.c | 51 debug_printf("llvmpipe: nr_triangles: %9u\n", lp_count.nr_tris); in lp_print_counters() 52 debug_printf("llvmpipe: nr_culled_triangles: %9u\n", lp_count.nr_culled_tris); in lp_print_counters() 64 debug_printf("llvmpipe: nr_64x64: %9u\n", total_64); in lp_print_counters() 65 …debug_printf("llvmpipe: nr_fully_covered_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_fully_co… in lp_print_counters() 66 …debug_printf("llvmpipe: nr_shade_opaque_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_shade_op… in lp_print_counters() 67 …debug_printf("llvmpipe: nr_pure_shade_opaque: %9u (%3.0f%% of %u)\n", lp_count.nr_pure_sha… in lp_print_counters() 68 …debug_printf("llvmpipe: nr_shade_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_shade_64… in lp_print_counters() 69 …debug_printf("llvmpipe: nr_pure_shade: %9u (%3.0f%% of %u)\n", lp_count.nr_pure_sha… in lp_print_counters() 70 …debug_printf("llvmpipe: nr_partially_covered_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_partiall… in lp_print_counters() 71 …debug_printf("llvmpipe: nr_empty_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_empty_64… in lp_print_counters() [all …]
|
D | lp_rast_debug.c | 110 debug_printf("bin %d,%d:\n", x, y); in debug_bin() 117 debug_printf("%d: %s %s\n", j, in debug_bin() 266 debug_printf("%c: %15s", val, cmd_name(block->cmd[k])); in do_debug_bin() 289 debug_printf(" % 5d", count); in do_debug_bin() 292 debug_printf(" blended"); in do_debug_bin() 294 debug_printf("\n"); in do_debug_bin() 309 debug_printf("------------------------------------------------------------------\n"); in lp_debug_bin() 312 debug_printf("%c", tile.data[y][x]); in lp_debug_bin() 314 debug_printf("|\n"); in lp_debug_bin() 316 debug_printf("------------------------------------------------------------------\n"); in lp_debug_bin() [all …]
|
D | lp_fence.c | 62 debug_printf("%s %d\n", __FUNCTION__, fence->id); in lp_fence_create() 73 debug_printf("%s %d\n", __FUNCTION__, fence->id); in lp_fence_destroy() 89 debug_printf("%s %d\n", __FUNCTION__, fence->id); in lp_fence_signal() 97 debug_printf("%s count=%u rank=%u\n", __FUNCTION__, in lp_fence_signal() 117 debug_printf("%s %d\n", __FUNCTION__, f->id); in lp_fence_wait() 144 debug_printf("%s %d\n", __FUNCTION__, f->id); in lp_fence_timedwait()
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_cpu_detect.c | 431 debug_printf("util_cpu_caps.nr_cpus = %u\n", util_cpu_caps.nr_cpus); in util_cpu_detect() 433 debug_printf("util_cpu_caps.x86_cpu_type = %u\n", util_cpu_caps.x86_cpu_type); in util_cpu_detect() 434 debug_printf("util_cpu_caps.cacheline = %u\n", util_cpu_caps.cacheline); in util_cpu_detect() 436 debug_printf("util_cpu_caps.has_tsc = %u\n", util_cpu_caps.has_tsc); in util_cpu_detect() 437 debug_printf("util_cpu_caps.has_mmx = %u\n", util_cpu_caps.has_mmx); in util_cpu_detect() 438 debug_printf("util_cpu_caps.has_mmx2 = %u\n", util_cpu_caps.has_mmx2); in util_cpu_detect() 439 debug_printf("util_cpu_caps.has_sse = %u\n", util_cpu_caps.has_sse); in util_cpu_detect() 440 debug_printf("util_cpu_caps.has_sse2 = %u\n", util_cpu_caps.has_sse2); in util_cpu_detect() 441 debug_printf("util_cpu_caps.has_sse3 = %u\n", util_cpu_caps.has_sse3); in util_cpu_detect() 442 debug_printf("util_cpu_caps.has_ssse3 = %u\n", util_cpu_caps.has_ssse3); in util_cpu_detect() [all …]
|
D | u_debug.c | 106 debug_printf("%s (%d dwords%s)\n", name, size/4, in debug_print_blob() 110 debug_printf("%d:\t%08x\n", i, ublob[i]); in debug_print_blob() 144 debug_printf("%s: %s = %s\n", __FUNCTION__, name, result ? result : "(null)"); in debug_get_option() 175 debug_printf("%s: %s = %s\n", __FUNCTION__, name, result ? "TRUE" : "FALSE"); in debug_get_bool_option() 210 debug_printf("%s: %s = %li\n", __FUNCTION__, name, result); in debug_get_num_option() 292 debug_printf("%s: %s = 0x%lx (%s)\n", __FUNCTION__, name, result, str); in debug_get_flags_option() 294 debug_printf("%s: %s = 0x%lx\n", __FUNCTION__, name, result); in debug_get_flags_option() 399 debug_printf("%s: %s\n", msg, util_format_name(fmt)); in debug_print_format() 444 debug_printf(" "); in debug_funclog_enter() 445 debug_printf("%s\n", f); in debug_funclog_enter() [all …]
|
/external/mesa3d/src/util/ |
D | u_cpu_detect.c | 708 debug_printf("util_cpu_caps.nr_cpus = %u\n", util_cpu_caps.nr_cpus); in util_cpu_detect_once() 710 debug_printf("util_cpu_caps.x86_cpu_type = %u\n", util_cpu_caps.x86_cpu_type); in util_cpu_detect_once() 711 debug_printf("util_cpu_caps.cacheline = %u\n", util_cpu_caps.cacheline); in util_cpu_detect_once() 713 debug_printf("util_cpu_caps.has_tsc = %u\n", util_cpu_caps.has_tsc); in util_cpu_detect_once() 714 debug_printf("util_cpu_caps.has_mmx = %u\n", util_cpu_caps.has_mmx); in util_cpu_detect_once() 715 debug_printf("util_cpu_caps.has_mmx2 = %u\n", util_cpu_caps.has_mmx2); in util_cpu_detect_once() 716 debug_printf("util_cpu_caps.has_sse = %u\n", util_cpu_caps.has_sse); in util_cpu_detect_once() 717 debug_printf("util_cpu_caps.has_sse2 = %u\n", util_cpu_caps.has_sse2); in util_cpu_detect_once() 718 debug_printf("util_cpu_caps.has_sse3 = %u\n", util_cpu_caps.has_sse3); in util_cpu_detect_once() 719 debug_printf("util_cpu_caps.has_ssse3 = %u\n", util_cpu_caps.has_ssse3); in util_cpu_detect_once() [all …]
|
D | u_debug_memory.c | 132 debug_printf("%s:%u:%s: out of memory when trying to allocate %lu bytes\n", in debug_malloc() 175 debug_printf("%s:%u:%s: freeing bad or corrupted memory %p\n", in debug_free() 184 debug_printf("%s:%u:%s: buffer overflow %p\n", in debug_free() 239 debug_printf("%s:%u:%s: reallocating bad or corrupted memory %p\n", in debug_realloc() 248 debug_printf("%s:%u:%s: buffer overflow %p\n", in debug_realloc() 257 debug_printf("%s:%u:%s: out of memory when trying to allocate %lu bytes\n", in debug_realloc() 318 debug_printf("%s:%u:%s: bad or corrupted memory %p\n", in debug_memory_end() 326 debug_printf("%s:%u:%s: %lu bytes at %p not freed\n", in debug_memory_end() 336 debug_printf("%s:%u:%s: buffer overflow %p\n", in debug_memory_end() 344 debug_printf("Total of %lu KB of system memory apparently leaked\n", in debug_memory_end() [all …]
|
D | u_debug.c | 115 debug_printf("%s (%d dwords%s)\n", name, size/4, in debug_print_blob() 119 debug_printf("%d:\t%08x\n", i, ublob[i]); in debug_print_blob() 154 debug_printf("%s: %s = %s\n", __FUNCTION__, name, in debug_get_option() 187 debug_printf("%s: %s = %s\n", __FUNCTION__, name, in debug_get_bool_option() 214 debug_printf("%s: %s = %li\n", __FUNCTION__, name, result); in debug_get_num_option() 299 debug_printf("%s: %s = 0x%"PRIx64" (%s)\n", in debug_get_flags_option() 302 debug_printf("%s: %s = 0x%"PRIx64"\n", __FUNCTION__, name, result); in debug_get_flags_option() 413 debug_printf(" "); in debug_funclog_enter() 414 debug_printf("%s\n", f); in debug_funclog_enter() 437 debug_printf(" "); in debug_funclog_enter_exit() [all …]
|
D | u_mm.c | 36 debug_printf("Memory heap %p:\n", (void *) heap); in u_mmDumpMemInfo() 38 debug_printf(" heap == 0\n"); in u_mmDumpMemInfo() 45 debug_printf(" Offset:%08x, Size:%08x, %c%c\n", p->ofs, p->size, in u_mmDumpMemInfo() 54 debug_printf("'\nMemory stats: total = %d, used = %d, free = %d\n", in u_mmDumpMemInfo() 56 debug_printf("\nFree list:\n"); in u_mmDumpMemInfo() 59 debug_printf(" FREE Offset:%08x, Size:%08x, %c%c\n", p->ofs, p->size, in u_mmDumpMemInfo() 65 debug_printf("End of memory blocks\n"); in u_mmDumpMemInfo() 262 debug_printf("block already free\n"); in u_mmFreeMem() 266 debug_printf("block is reserved\n"); in u_mmFreeMem()
|
/external/usrsctp/programs/ |
D | ekr_loop.c | 134 debug_printf("MSG RCV: %p received on sock = %p.\n", data, (void *)sock); 137 …debug_printf("MSG RCV: length %d, addr %p:%u, stream %u, SSN %u, TSN %u, PPID %u, context %u, %s%s… 176 debug_printf("%s:%d", name, ntohs(sin->sin_port)); 187 debug_printf("%s:%d", name, ntohs(sin6->sin6_port)); 195 debug_printf("%p:%d", sconn->sconn_addr, ntohs(sconn->sconn_port)); 199 debug_printf("Unknown family: %d", addr->sa_family); 204 debug_printf(","); 210 debug_printf("<->"); 223 debug_printf("%s:%d", name, ntohs(sin->sin_port)); 234 debug_printf("%s:%d", name, ntohs(sin6->sin6_port)); [all …]
|
/external/mesa3d/src/gallium/frontends/wgl/ |
D | stw_ext_rendertexture.c | 134 debug_printf("No rendering context in wglBindTexImageARB()\n"); in wglBindTexImageARB() 141 debug_printf("Invalid pbuffer handle in wglBindTexImageARB()\n"); in wglBindTexImageARB() 148 debug_printf("Invalid buffer 0x%x in wglBindTexImageARB()\n", iBuffer); in wglBindTexImageARB() 155 debug_printf("no texture target in wglBindTexImageARB()\n"); in wglBindTexImageARB() 161 debug_printf("no texture format in wglBindTexImageARB()\n"); in wglBindTexImageARB() 179 debug_printf("stw_make_current(#1) failed in wglBindTexImageARB()\n"); in wglBindTexImageARB() 191 debug_printf("stw_make_current(#2) failed in wglBindTexImageARB()\n"); in wglBindTexImageARB() 209 debug_printf("Invalid pbuffer handle in wglReleaseTexImageARB()\n"); in wglReleaseTexImageARB() 216 debug_printf("Invalid buffer 0x%x in wglReleaseTexImageARB()\n", iBuffer); in wglReleaseTexImageARB() 248 debug_printf("Invalid cube face 0x%x in " in wglSetPbufferAttribARB() [all …]
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug_flush.c | 120 debug_printf("Debug flush buffer creation failed.\n"); in debug_flush_buf_create() 121 debug_printf("Debug flush checking for this buffer will be incomplete.\n"); in debug_flush_buf_create() 177 debug_printf("Debug flush context creation failed.\n"); in debug_flush_ctx_create() 178 debug_printf("Debug flush checking for this context will be incomplete.\n"); in debug_flush_ctx_create() 193 debug_printf("%s ", s); in debug_flush_alert() 195 debug_printf("%s backtrace follows:\n", op); in debug_flush_alert() 198 debug_printf("No %s backtrace was captured.\n", op); in debug_flush_alert() 201 debug_printf("**********************************\n"); in debug_flush_alert() 203 debug_printf("*********END OF MESSAGE***********\n\n\n"); in debug_flush_alert() 334 debug_printf("Debug flush command buffer reference creation failed.\n"); in debug_flush_cb_reference() [all …]
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi.c | 208 debug_printf("svga: too many temporary registers (%u)\n", in svga_tgsi_vgpu9_translate() 214 debug_printf( in svga_tgsi_vgpu9_translate() 222 debug_printf("svga: emit header failed\n"); in svga_tgsi_vgpu9_translate() 227 debug_printf("svga: emit instructions failed\n"); in svga_tgsi_vgpu9_translate() 257 debug_printf("#####################################\n"); in svga_tgsi_vgpu9_translate() 258 debug_printf("Shader %u below\n", shader->id); in svga_tgsi_vgpu9_translate() 261 debug_printf("Shader %u compiled below\n", shader->id); in svga_tgsi_vgpu9_translate() 264 debug_printf("#####################################\n"); in svga_tgsi_vgpu9_translate()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | qmd.h | 35 debug_printf(" %-36s: "o"\n", #f, val); \ 41 debug_printf(" %-36s: "o"\n", name, val); \ 50 debug_printf(" %-36s: %s\n", #f, ev[val]); \ 52 debug_printf(" %-36s: UNKNOWN 0x%x\n", #f, val); \ 60 debug_printf(" %-36s: %s\n", name, ev[val]); \ 62 debug_printf(" %-36s: UNKNOWN 0x%x\n", name, val); \
|
D | nvc0_video_vp.c | 31 debug_printf("Status: %08x, stage: %08x\n", comm->status_vp[idx], comm->pvp_stage); in dump_comm_vp() 33 debug_printf("Acked byte ofs: %x, bsp byte ofs: %x\n", comm->acked_byte_ofs, comm->byte_ofs); in dump_comm_vp() 34 debug_printf("Irq/parse indexes: %i %i\n", comm->irq_index, comm->parse_endpos_index); in dump_comm_vp() 37 debug_printf("irq[%i] = { @ %08x -> %04x }\n", i, comm->irq_pos[i], comm->irq_470[i]); in dump_comm_vp() 39 debug_printf("parse_endpos[%i] = { @ %08x}\n", i, comm->parse_endpos[i]); in dump_comm_vp() 41 debug_printf("mb_y = %u\n", comm->mb_y[idx]); in dump_comm_vp() 51 … debug_printf("%05x: %08x %08x %08x %08x\n", i, map[i/4], map[i/4+1], map[i/4+2], map[i/4+3]); in dump_comm_vp() 186 debug_printf("v%u: %u\n", dec->fence_seq, dec->fence_map[4]); in nvc0_decoder_vp()
|
D | nvc0_video_bsp.c | 29 debug_printf("Cur seq: %x, bsp byte ofs: %x\n", comm->bsp_cur_index, comm->byte_ofs); in dump_comm_bsp() 30 debug_printf("Status: %08x, pos: %08x\n", comm->status[idx], comm->pos[idx]); in dump_comm_bsp() 42 debug_printf("map failed: %i %s\n", ret, strerror(-ret)); in nvc0_decoder_bsp_begin() 80 debug_printf("reallocating bsp %u -> %u failed with %i\n", in nvc0_decoder_bsp_next() 87 debug_printf("map failed: %i %s\n", ret, strerror(-ret)); in nvc0_decoder_bsp_next() 112 debug_printf("reallocating inter %u -> %u failed with %i\n", in nvc0_decoder_bsp_next() 119 debug_printf("map failed: %i %s\n", ret, strerror(-ret)); in nvc0_decoder_bsp_next() 225 debug_printf("b%u: %u\n", dec->fence_seq, dec->fence_map[0]); in nvc0_decoder_bsp_end()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv98_video_vp.c | 31 debug_printf("Status: %08x, stage: %08x\n", comm->status_vp[idx], comm->pvp_stage); in dump_comm_vp() 33 debug_printf("Acked byte ofs: %x, bsp byte ofs: %x\n", comm->acked_byte_ofs, comm->byte_ofs); in dump_comm_vp() 34 debug_printf("Irq/parse indexes: %i %i\n", comm->irq_index, comm->parse_endpos_index); in dump_comm_vp() 37 debug_printf("irq[%i] = { @ %08x -> %04x }\n", i, comm->irq_pos[i], comm->irq_470[i]); in dump_comm_vp() 39 debug_printf("parse_endpos[%i] = { @ %08x}\n", i, comm->parse_endpos[i]); in dump_comm_vp() 41 debug_printf("mb_y = %u\n", comm->mb_y[idx]); in dump_comm_vp() 51 … debug_printf("%05x: %08x %08x %08x %08x\n", i, map[i/4], map[i/4+1], map[i/4+2], map[i/4+3]); in dump_comm_vp() 186 debug_printf("v%u: %u\n", dec->fence_seq, dec->fence_map[4]); in nv98_decoder_vp()
|
D | nv98_video_bsp.c | 29 debug_printf("Cur seq: %x, bsp byte ofs: %x\n", comm->bsp_cur_index, comm->byte_ofs); in dump_comm_bsp() 30 debug_printf("Status: %08x, pos: %08x\n", comm->status[idx], comm->pos[idx]); in dump_comm_bsp() 77 debug_printf("reallocating bsp %u -> %u failed with %i\n", in nv98_decoder_bsp() 90 debug_printf("reallocating inter %u -> %u failed with %i\n", in nv98_decoder_bsp() 100 debug_printf("map failed: %i %s\n", ret, strerror(-ret)); in nv98_decoder_bsp() 176 debug_printf("b%u: %u\n", dec->fence_seq, dec->fence_map[0]); in nv98_decoder_bsp()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_init.c | 302 debug_printf("module target data = %s\n", data_layout); in init_gallivm_engine() 303 debug_printf("engine target data = %s\n", engine_data_layout); in init_gallivm_engine() 559 debug_printf("\n"); in gallivm_verify_function() 591 debug_printf("%s written\n", filename); in gallivm_compile_module() 592 debug_printf("Invoke as \"opt %s %s | llc -O%d %s%s\"\n", in gallivm_compile_module() 612 debug_printf("optimizing func %s...\n", LLVMGetValueName(func)); in gallivm_compile_module() 631 debug_printf("optimizing module %s took %d msec\n", in gallivm_compile_module() 663 LLVMAddGlobalMapping(gallivm->engine, gallivm->debug_printf_hook, debug_printf); in gallivm_compile_module() 720 debug_printf(" jitting func %s took %d msec\n", in gallivm_jit_function()
|
D | lp_bld_misc.cpp | 132 debug_printf("llc additional options (%d):\n", n); in init_native_targets() 134 debug_printf("\t%s\n", options[i]); in init_native_targets() 135 debug_printf("\n"); in init_native_targets() 472 debug_printf("llc -mattr option(s): "); in lp_build_create_jit_compiler_for_module() 474 debug_printf("%s%s", MAttrs[i].c_str(), (i < n - 1) ? "," : ""); in lp_build_create_jit_compiler_for_module() 475 debug_printf("\n"); in lp_build_create_jit_compiler_for_module() 521 debug_printf("llc -mcpu option: %s\n", MCPU.str().c_str()); in lp_build_create_jit_compiler_for_module()
|
/external/libcups/backend/ |
D | snmp.c | 121 static void debug_printf(const char *format, ...); 291 debug_printf("DEBUG: add_cache(addr=%p, addrname=\"%s\", uri=\"%s\", " in add_cache() 446 debug_printf(const char *format, /* I - Printf-style format string */ in debug_printf() function 683 debug_printf("DEBUG: %.3f Probing %s...\n", run_time(), device->addrname); in probe_device() 692 debug_printf("DEBUG: %s supports mDNS, not reporting!\n", device->addrname); in probe_device() 743 debug_printf("DEBUG: %s supports AppSocket!\n", device->addrname); in probe_device() 750 debug_printf("DEBUG: %s supports LPD!\n", device->addrname); in probe_device() 899 debug_printf("DEBUG: %.3f Received data from %s...\n", run_time(), addrname); in read_snmp_response() 913 debug_printf("DEBUG: community=\"%s\"\n", packet.community); in read_snmp_response() 914 debug_printf("DEBUG: request-id=%d\n", packet.request_id); in read_snmp_response() [all …]
|
/external/mesa3d/src/gallium/tests/graw/ |
D | graw_util.h | 61 debug_printf("graw: Failed to create screen/window\n"); in graw_util_create_window() 67 debug_printf("graw: Failed to create context\n"); in graw_util_create_window() 85 debug_printf("graw: Failed to create color texture\n"); in graw_util_create_window() 98 debug_printf("graw: Failed to get color surface\n"); in graw_util_create_window() 114 debug_printf("graw: Failed to create Z texture\n"); in graw_util_create_window() 127 debug_printf("graw: Failed to get Z surface\n"); in graw_util_create_window() 238 debug_printf("graw: failed to create texture\n"); in graw_util_create_tex2d()
|