Home
last modified time | relevance | path

Searched refs:ERR (Results 1 – 25 of 68) sorted by relevance

123

/hardware/google/gfxstream/host/gl/
DEmulationGl.cpp90 ERR("Failed to find GLES 2.x config."); in validateGles2Context()
94 ERR("Failed to find exactly 1 GLES 2.x config: found %d.", numConfigs); in validateGles2Context()
106 ERR("Failed to create GLES 2.x pbuffer surface."); in validateGles2Context()
113 ERR("Failed to create GLES 2.x context."); in validateGles2Context()
119 ERR("Failed to make GLES 2.x context current."); in validateGles2Context()
127 ERR("Failed to query GLES 2.x context extensions."); in validateGles2Context()
135 ERR("Failed to unbind GLES 2.x context."); in validateGles2Context()
211 ERR("Failed to load EGL dispatch."); in create()
215 ERR("Failed to load GLESv1 dispatch."); in create()
219 ERR("Failed to load GLESv2 dispatch."); in create()
[all …]
DTextureDraw.cpp26 #define ERR(...) fprintf(stderr, __VA_ARGS__) macro
211 ERR("%s: Could not create/link program: %s\n", __FUNCTION__, messages); in TextureDraw()
275 ERR("%s: no program\n", __FUNCTION__); in drawImpl()
288 ERR("%s: Could not use program error=0x%x\n", in drawImpl()
299 ERR("%s: Could not bind GL_ARRAY_BUFFER error=0x%x\n", in drawImpl()
315 ERR("%s: Could glVertexAttribPointer with mPositionSlot error=0x%x\n", in drawImpl()
348 ERR("%s: Could not run program: '%s'\n", __FUNCTION__, messages); in drawImpl()
358 ERR("%s: Could not glBindBuffer(GL_ELEMENT_ARRAY_BUFFER) error=0x%x\n", in drawImpl()
457 ERR("%s: Could not glDrawElements() error=0x%x\n", in drawImpl()
511 ERR("%s: no program\n", __FUNCTION__); in preDrawLayer()
[all …]
DDisplaySurfaceGl.cpp80 ERR("DisplaySurfaceGlContextHelper context was preempted by others, " in setupContext()
125 ERR("Failed to restore previous context: %d", s_egl.eglGetError()); in teardownContext()
149 ERR("Failed to create context for DisplaySurfaceGl."); in createPbufferSurface()
160 ERR("Failed to create pbuffer surface for DisplaySurfaceGl."); in createPbufferSurface()
176 ERR("Failed to create context for DisplaySurfaceGl."); in createWindowSurface()
182 ERR("Failed to create window surface for DisplaySurfaceGl."); in createWindowSurface()
191 ERR("Failed to make display surface context current: %d", s_egl.eglGetError()); in bindContext()
DReadbackWorkerGl.cpp45 ERR("Failed to make ReadbackWorkerGl flush surface current."); in init()
58 ERR("Double init of TrackeDisplay for display:%d", displayId); in initReadbackForDisplay()
77 ERR("Double deinit of TrackedDisplay for display:%d", displayId); in deinitReadbackForDisplay()
184 ERR("Failed to find TrackedDisplay for display:%d", displayId); in flushPipeline()
203 ERR("Failed to make ReadbackWorkerGl surface current, skipping flush."); in flushPipeline()
223 ERR("Failed to find TrackedDisplay for display:%d", displayId); in getPixels()
DEmulatedEglImage.cpp33 ERR("Failed to create EGL image."); in create()
61 ERR("Failed to destroy EGL image."); in destroy()
DEmulatedEglWindowSurface.cpp106 ERR("Dimensions do not match"); in flushColorBuffer()
111 ERR("%p: Draw context is NULL", this); in flushColorBuffer()
134 ERR("Error making draw context current"); in flushColorBuffer()
188 ERR("Renderer error: failed to create/resize pbuffer!!"); in resize()
/hardware/google/aemu/base/
DMetrics.cpp57 ERR("Metadata:"); in logEventHangMetadata()
58 ERR("\t file: %s", metadata->file); in logEventHangMetadata()
59 ERR("\t function: %s", metadata->function); in logEventHangMetadata()
60 ERR("\t line: %d", metadata->line); in logEventHangMetadata()
61 ERR("\t msg: %s", metadata->msg); in logEventHangMetadata()
62 ERR("\t thread: %d (0x%08x)", metadata->threadId, metadata->threadId); in logEventHangMetadata()
64 ERR("\t Additional information:"); in logEventHangMetadata()
66 ERR("\t \t %s: %s", key.c_str(), value.c_str()); in logEventHangMetadata()
72 void operator()(const std::monostate /*_*/) const { ERR("MetricEventType not initialized"); } in operator ()()
113 ERR("Logging hang event. Number of tasks already hung: %d", hangEvent.otherHungTasks); in operator ()()
[all …]
DHealthMonitor.cpp140 ERR("MonitoredEvent type not found"); in main()
147 ERR("Registered multiple start events for task %d", event.id); in main()
174 ERR("HealthMonitor has no task in progress for id %d", event.id); in main()
186 ERR("HealthMonitor has no task in progress for id %d", event.id); in main()
250 ERR("HealthMonitor: Number of unresponsive tasks %s: %d -> %d", in main()
/hardware/google/gfxstream/guest/OpenglSystemCommon/
DVirtioGpuPipeStream.cpp125 ERR("realloc (%zu) failed\n", allocSize); in allocBuffer()
148 ERR("VirtioGpuPipeStream::writeFully failed, buf=NULL, len %zu," in writeFully()
165 ERR("VirtioGpuPipeStream::writeFully failed: premature EOF\n"); in writeFully()
173 ERR("VirtioGpuPipeStream::writeFully failed: %s, lethal error, exiting.\n", in writeFully()
190 ERR("VirtioGpuPipeStream::readFully failed, buf=NULL, len %zu, lethal" in readFully()
206 ERR("VirtioGpuPipeStream::readFully failed (buf %p, len %zu" in readFully()
230 ERR("VirtioGpuPipeStream::read failed, buf=NULL"); in read()
276ERR("VirtioGpuPipeStream: DRM_IOCTL_VIRTGPU_WAIT failed with %d (%s)\n", errno, strerror(errno)); in wait()
302ERR("VirtioGpuPipeStream: failed to transferToHost() with errno %d (%s)\n", errno, strerror(errno)… in transferToHost()
332ERR("VirtioGpuPipeStream: failed to transferFromHost() with errno %d (%s)\n", errno, strerror(errn… in transferFromHost()
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DErrorLog.h21 # define ERR(...) ALOGE(__VA_ARGS__) macro
29 # define ERR(...) fprintf(stderr, __VA_ARGS__) macro
/hardware/google/gfxstream/host/magma/
DConnection.cpp38 ERR("Failed to create context"); in createContext()
45 ERR("GEM produced duplicate context ID %" PRIu32, id); in createContext()
DDrmBuffer.cpp51 ERR("DRM_IOCTL_GEM_CLOSE(%d) failed: %d", mGemHandle, errno); in ~DrmBuffer()
61 ERR("DRM_IOCTL_I915_GEM_CREATE failed: %d", errno); in create()
89 ERR("DRM_IOCTL_I915_GEM_MMAP failed: %d", errno); in map()
DDrmContext.cpp44 ERR("DRM_IOCTL_I915_GEM_CONTEXT_DESTROY(%d) failed: %d", mId.value(), errno); in ~DrmContext()
53 ERR("DRM_IOCTL_I915_GEM_CONTEXT_CREATE_EXT failed: %d", errno); in create()
DDrmDevice.cpp60 ERR("failed to find any render nodes"); in create()
82 ERR("DrmDevice::GetParam(%d) failed: (%d) %s", param, errno, strerror(errno)); in getParam()
DIntelDrmDecoder.cpp201 ERR("DRM_IOCTL_I915_GEM_CONTEXT_CREATE_EXT failed: %d", errno); in magma_device_query_fudge()
208 ERR("DRM_IOCTL_I915_GEM_CONTEXT_GETPARAM failed: %d", errno); in magma_device_query_fudge()
214 ERR("DRM_IOCTL_I915_GEM_CONTEXT_DESTROY failed: %d", errno); in magma_device_query_fudge()
218 ERR("GTT size %" PRIu64, *result_out); in magma_device_query_fudge()
270 ERR("DRM_IOCTL_I915_QUERY failed: %d", errno); in magma_device_query_fudge()
279 ERR("DRM_IOCTL_I915_QUERY failed: %d", errno); in magma_device_query_fudge()
/hardware/google/gfxstream/host/vulkan/
DBufferVk.cpp25 ERR("Failed to create BufferVk:%d", handle); in create()
36 ERR("Failed to destroy BufferVk:%d", mHandle); in ~BufferVk()
/hardware/google/gfxstream/host/
DFrameBuffer.cpp226 ERR("Warning: failed to query nofile limits."); in MaybeIncreaseFileDescriptorSoftLimit()
237 ERR("Warning: unable to raise nofile soft limit - already at hard limit."); in MaybeIncreaseFileDescriptorSoftLimit()
242 ERR("Warning: unable to raise nofile soft limit to desired %d - hard limit is %d.", in MaybeIncreaseFileDescriptorSoftLimit()
255 ERR("Warning: failed to raise nofile soft limit to %d: %s (%d)", in MaybeIncreaseFileDescriptorSoftLimit()
285 ERR("Failed to create fb\n"); in initialize()
303 ERR("Failed to initialize RenderDoc with multiple VkInstances. Can't capture any " in initialize()
321 ERR("Failed to initialize global Vulkan emulation. Disable the Vulkan support."); in initialize()
345 ERR("Failed to initialize GL emulation."); in initialize()
486 ERR("Failed to get CompositorVk from VkEmulation."); in initialize()
799 ERR("display %d not exist, cancelling OnPost callback", displayId); in setPostCallback()
[all …]
DColorBuffer.cpp77 ERR("Failed to initialize ColorBufferGl."); in create()
96 ERR("Failed to initialize ColorBufferVk."); in create()
116 ERR("Failed to import memory to ColorBufferGl:%d", handle); in create()
337 ERR("Failed to get VK contents for ColorBuffer:%d", mHandle); in flushFromVk()
347 ERR("Failed to set GL contents for ColorBuffer:%d", mHandle); in flushFromVk()
367 ERR("Failed to update ColorBuffer:%d GL backing from VK bytes.", mHandle); in flushFromVkBytes()
402 ERR("Failed to get GL contents size for ColorBuffer:%d", mHandle); in invalidateForVk()
409 ERR("Failed to get GL contents for ColorBuffer:%d", mHandle); in invalidateForVk()
414 ERR("Failed to set VK contents for ColorBuffer:%d", mHandle); in invalidateForVk()
DBuffer.cpp41 ERR("Failed to initialize BufferGl."); in create()
52 ERR("Failed to initialize BufferVk."); in create()
81 ERR("Failed to load BufferGl."); in onLoad()
/hardware/google/gfxstream/utils/include/utils/
DRenderDoc.h42 ERR("The renderdoc shared library is null."); in create()
48 ERR("Failed to find the RENDERDOC_GetAPI symbol."); in create()
55 ERR("Failed to load renderdoc API. %d is returned from RENDERDOC_GetAPI."); in create()
/hardware/google/gfxstream/host/apigen-codec-common/
DglUtils.cpp123 ERR("**** ERROR unknown type 0x%x", type); in glSizeof()
377 ERR("glUtilsParamSize: unknown param 0x%08x", param); in glUtilsParamSize()
429 ERR("glUtilsPixelBitSize: unknown pixel type - assuming pixel data 0"); in glUtilsPixelBitSize()
460 ERR("glUtilsPixelBitSize: unknown pixel format..."); in glUtilsPixelBitSize()
/hardware/google/aemu/base/include/aemu/base/
DOptional.h22 #define ERR(x) void (0) macro
361 ERR("Optional not constructed"); in value()
368 ERR("Optional not constructed"); in value()
391 ERR("Optional not constructed");
398 ERR("Optional not constructed");
406 ERR("Optional not constructed");
413 ERR("Optional not constructed");
/hardware/google/gfxstream/include/render-utils/
DIOStream.h53 ERR("Failed to flush in alloc\n"); in alloc()
62 ERR("Alloc (%u bytes) failed\n", allocLen); in alloc()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu_linux.c543 DPRINT_ERR(ERR, "\n Retry again\n"); in main()
575 DPRINT_ERR(ERR, in process_args()
631 DPRINT_ERR(ERR, "%s: Unrecognized command \"%s\", type -h for help\n", in process_args()
671 DPRINT_ERR(ERR, "Error at inet_ntoa \n"); in validate_server_address()
675 DPRINT_ERR(ERR, "Error in IP address \n"); in validate_server_address()
679 DPRINT_ERR(ERR, "Enter correct IP address/hostname format\n"); in validate_server_address()
/hardware/google/gfxstream/guest/iostream/include/gfxstream/guest/
DIOStream.h74 ERR("Failed to flush in alloc\n"); in alloc()
83 ERR("Alloc (%zu bytes) failed\n", allocLen); in alloc()

123