Lines Matching refs:ERR

226         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()
803 ERR("display %d already configured for recording", displayId); in setPostCallback()
848 ERR("%s: Cannot create native sub-window in this configuration\n", in setupSubWindow()
1087 ERR("Cannot remove native sub-window in this configuration"); in removeSubWindow()
1100 ERR("Cannot remove native sub-window in this configuration"); in removeSubWindow_locked()
1238 ERR("Create buffer failed.\n"); in createBufferWithHandleLocked()
1262 ERR("FB: openColorBuffer cb handle %#x not found", p_colorbuffer); in openColorBuffer()
1312 ERR("Failed to find Buffer:%d", p_buffer); in closeBuffer()
1581 ERR("Failed to read buffer: buffer %d not found.", handle); in readBuffer()
1619 ERR("Failed to update buffer: buffer %d not found.", p_buffer); in updateBuffer()
1830 ERR("Failed to get color buffer for display %d, skip onPost", iter.first); in postImpl()
1836 ERR("Failed to find colorbuffer %d, skip onPost", colorBuffer); in postImpl()
1871 ERR("Cannot find post callback function for display %d", displayId); in doPostCallback()
1881 ERR("Display %d not configured for recording yet", displayId); in getPixels()
1892 ERR("Cannot find onPost pixels for display %d", displayId); in flushReadPipeline()
2003 ERR("Screenshot of invalid display %d", displayId); in getScreenshot()
2010 ERR("Screenshot only support 3(RGB) or 4(RGBA) channels"); in getScreenshot()
2034 ERR("Must provide non-zero desiredWidth and desireRectanlge " in getScreenshot()
2115 ERR("warning: too many outstanding " in onLastColorBufferRef()
2212 ERR("yet to handle composition device version: %d", p->version); in composeWithCallback()
2234 ERR("Failed to make context current for saving snapshot."); in onSave()
2362 ERR("Failed to make context current for loading snapshot."); in onLoad()
2455 ERR("warning: on load, stale colorbuffers: %zu", m_colorbuffers.size()); in onLoad()
2590 ERR("Failed to make context current for loading snapshot."); in onLoad()
2663 ERR("warning: tried to erase nonexistent key %p " in unregisterProcessCleanupCallback()
2674 ERR("Failed to find process owned resources for puid %" PRIu64 ".", puid); in getProcessResources()
2779 ERR("Error: resource was null"); in platformImportResource()
2786 ERR("Error: resource %u not found as a ColorBuffer", handle); in platformImportResource()
2805 ERR("Error: unsupported resource type: %u", type); in platformImportResource()
2816 ERR("Failed to get borrowed image info for ColorBuffer:%d", colorBufferHandle); in borrowColorBufferForComposition()
2836 ERR("Failed to get borrowed image info for ColorBuffer:%d", colorBufferHandle); in borrowColorBufferForDisplay()
2846 ERR("Failed to invalidate ColorBuffer:%d", colorBufferHandle); in borrowColorBufferForDisplay()
2892 ERR("config %d not set", configId); in setDisplayActiveConfig()
2940 ERR("Failed to find ColorBuffer:%d", colorBufferHandle); in flushColorBufferFromVk()
2952 ERR("Failed to find ColorBuffer:%d", colorBufferHandle); in flushColorBufferFromVkBytes()
2967 ERR("Failed to find ColorBuffer:%d", colorBufferHandle); in invalidateColorBufferForVk()
3039 ERR("bad window surface handle %#x", p_surface); in setEmulatedEglWindowSurfaceColorBuffer()
3047 ERR("bad color buffer handle %#x", p_colorbuffer); in setEmulatedEglWindowSurfaceColorBuffer()
3090 ERR("Failed to find share EmulatedEglContext:%d", shareContextHandle); in createEmulatedEglContext()
3100 ERR("Failed to create EmulatedEglContext."); in createEmulatedEglContext()
3161 ERR("Failed to create EmulatedEglWindowSurface."); in createEmulatedEglWindowSurface()
3273 ERR("Error: RenderThread @%p failed to eglReleaseThread()", this); in drainGlRenderThreadResources()
3444 ERR("Failed to find EmulatedEglContext:%d", contextHandle); in createEmulatedEglImage()
3454 ERR("Failed to create EmulatedEglImage"); in createEmulatedEglImage()
3479 ERR("Failed to find EmulatedEglImage:%d", imageHandle); in destroyEmulatedEglImage()
3504 ERR("FB::flushEmulatedEglWindowSurfaceColorBuffer: window handle %#x not found", p_surface); in flushEmulatedEglWindowSurfaceColorBuffer()
3537 ERR("Error: Underlying egl backend could not produce a native EGL context."); in platformCreateSharedEglContext()
3562 ERR("Error: Could not find underlying egl context %p (perhaps already destroyed?)", in platformDestroySharedEglContext()
3577 ERR("Failed to find ColorBuffer:%d", colorBufferHandle); in flushColorBufferFromGl()
3586 ERR("Failed to find ColorBuffer:%d", colorBufferHandle); in invalidateColorBufferForGl()
3689 ERR("eglMakeCurrent failed"); in bindContext()
3833 ERR("err: fence sync 0x%llx not found", (unsigned long long)eglsync); in waitForGpu()
3844 ERR("err: fence sync 0x%llx not found", (unsigned long long)eglsync); in asyncWaitForGpuWithCb()