Home
last modified time | relevance | path

Searched refs:AEMU_SCOPED_TRACE (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/guest/vulkan_enc/
Dfunc_table.cpp55 AEMU_SCOPED_TRACE("vkGetPhysicalDeviceFeatures"); in gfxstream_vk_GetPhysicalDeviceFeatures()
66 AEMU_SCOPED_TRACE("vkGetPhysicalDeviceFormatProperties"); in gfxstream_vk_GetPhysicalDeviceFormatProperties()
78 AEMU_SCOPED_TRACE("vkGetPhysicalDeviceImageFormatProperties"); in gfxstream_vk_GetPhysicalDeviceImageFormatProperties()
92 AEMU_SCOPED_TRACE("vkGetPhysicalDeviceProperties"); in gfxstream_vk_GetPhysicalDeviceProperties()
103 AEMU_SCOPED_TRACE("vkGetPhysicalDeviceQueueFamilyProperties"); in gfxstream_vk_GetPhysicalDeviceQueueFamilyProperties()
114 AEMU_SCOPED_TRACE("vkGetPhysicalDeviceMemoryProperties"); in gfxstream_vk_GetPhysicalDeviceMemoryProperties()
125 AEMU_SCOPED_TRACE("vkEnumerateDeviceLayerProperties"); in gfxstream_vk_EnumerateDeviceLayerProperties()
138 AEMU_SCOPED_TRACE("vkQueueSubmit"); in gfxstream_vk_QueueSubmit()
189 AEMU_SCOPED_TRACE("vkQueueWaitIdle"); in gfxstream_vk_QueueWaitIdle()
202 AEMU_SCOPED_TRACE("vkDeviceWaitIdle"); in gfxstream_vk_DeviceWaitIdle()
[all …]
DvkQueueFlushCommandsGOOGLE_encode_impl.cpp.inl58 AEMU_SCOPED_TRACE("vkQueueFlush large xfer");
DVulkanStreamGuest.cpp131 AEMU_SCOPED_TRACE("VulkanStreamGuest device write"); in flush()
DResourceTracker.cpp5838 AEMU_SCOPED_TRACE("on_vkQueueSubmit"); in on_vkQueueSubmit()
5846 AEMU_SCOPED_TRACE("on_vkQueueSubmit2"); in on_vkQueueSubmit2()
6006 AEMU_SCOPED_TRACE("on_vkQueueSubmit::SignalSemaphores"); in on_vkQueueSubmitTemplate()
6110 AEMU_SCOPED_TRACE("waitNativeFenceInAcquire"); in unwrap_vkAcquireImageANDROID_nativeFenceFd()
/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_enc.cpp33 AEMU_SCOPED_TRACE("glAlphaFunc encode"); in glAlphaFunc_enc()
61 AEMU_SCOPED_TRACE("glClearColor encode"); in glClearColor_enc()
91 AEMU_SCOPED_TRACE("glClearDepthf encode"); in glClearDepthf_enc()
118 AEMU_SCOPED_TRACE("glClipPlanef encode"); in glClipPlanef_enc()
148 AEMU_SCOPED_TRACE("glColor4f encode"); in glColor4f_enc()
178 AEMU_SCOPED_TRACE("glDepthRangef encode"); in glDepthRangef_enc()
206 AEMU_SCOPED_TRACE("glFogf encode"); in glFogf_enc()
234 AEMU_SCOPED_TRACE("glFogfv encode"); in glFogfv_enc()
264 AEMU_SCOPED_TRACE("glFrustumf encode"); in glFrustumf_enc()
296 AEMU_SCOPED_TRACE("glGetClipPlanef encode"); in glGetClipPlanef_enc()
[all …]
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_enc.cpp33 AEMU_SCOPED_TRACE("glActiveTexture encode"); in glActiveTexture_enc()
60 AEMU_SCOPED_TRACE("glAttachShader encode"); in glAttachShader_enc()
88 AEMU_SCOPED_TRACE("glBindAttribLocation encode"); in glBindAttribLocation_enc()
119 AEMU_SCOPED_TRACE("glBindBuffer encode"); in glBindBuffer_enc()
147 AEMU_SCOPED_TRACE("glBindFramebuffer encode"); in glBindFramebuffer_enc()
175 AEMU_SCOPED_TRACE("glBindRenderbuffer encode"); in glBindRenderbuffer_enc()
203 AEMU_SCOPED_TRACE("glBindTexture encode"); in glBindTexture_enc()
231 AEMU_SCOPED_TRACE("glBlendColor encode"); in glBlendColor_enc()
261 AEMU_SCOPED_TRACE("glBlendEquation encode"); in glBlendEquation_enc()
288 AEMU_SCOPED_TRACE("glBlendEquationSeparate encode"); in glBlendEquationSeparate_enc()
[all …]
/hardware/google/gfxstream/guest/vulkan/
Dgfxstream_vk_cmd.cpp22 AEMU_SCOPED_TRACE("vkCreateCommandPool"); in gfxstream_vk_CreateCommandPool()
46 AEMU_SCOPED_TRACE("vkDestroyCommandPool"); in gfxstream_vk_DestroyCommandPool()
64 AEMU_SCOPED_TRACE("vkResetCommandPool"); in gfxstream_vk_ResetCommandPool()
124 AEMU_SCOPED_TRACE("vkAllocateCommandBuffers"); in gfxstream_vk_AllocateCommandBuffers()
168 AEMU_SCOPED_TRACE("vkFreeCommandBuffers"); in gfxstream_vk_FreeCommandBuffers()
Dgfxstream_vk_device.cpp302 AEMU_SCOPED_TRACE("vkCreateInstance"); in gfxstream_vk_CreateInstance()
366 AEMU_SCOPED_TRACE("vkDestroyInstance"); in gfxstream_vk_DestroyInstance()
388 AEMU_SCOPED_TRACE("vkvkEnumerateInstanceExtensionProperties"); in gfxstream_vk_EnumerateInstanceExtensionProperties()
399 AEMU_SCOPED_TRACE("vkEnumerateDeviceExtensionProperties"); in gfxstream_vk_EnumerateDeviceExtensionProperties()
419 AEMU_SCOPED_TRACE("vkCreateDevice"); in gfxstream_vk_CreateDevice()
516 AEMU_SCOPED_TRACE("vkDestroyDevice"); in gfxstream_vk_DestroyDevice()
534 AEMU_SCOPED_TRACE("vkGetDeviceQueue"); in gfxstream_vk_GetDeviceQueue()
566 AEMU_SCOPED_TRACE("vkGetDeviceQueue2"); in gfxstream_vk_GetDeviceQueue2()
637 AEMU_SCOPED_TRACE("vkGetDeviceProcAddr"); in gfxstream_vk_GetDeviceProcAddr()
645 AEMU_SCOPED_TRACE("vkAllocateMemory"); in gfxstream_vk_AllocateMemory()
[all …]
/hardware/google/gfxstream/guest/renderControl_enc/
DrenderControl_enc.cpp33 AEMU_SCOPED_TRACE("rcGetRendererVersion encode"); in rcGetRendererVersion_enc()
74 AEMU_SCOPED_TRACE("rcGetEGLVersion encode"); in rcGetEGLVersion_enc()
123 AEMU_SCOPED_TRACE("rcQueryEGLString encode"); in rcQueryEGLString_enc()
170 AEMU_SCOPED_TRACE("rcGetGLString encode"); in rcGetGLString_enc()
217 AEMU_SCOPED_TRACE("rcGetNumConfigs encode"); in rcGetNumConfigs_enc()
262 AEMU_SCOPED_TRACE("rcGetConfigs encode"); in rcGetConfigs_enc()
308 AEMU_SCOPED_TRACE("rcChooseConfig encode"); in rcChooseConfig_enc()
360 AEMU_SCOPED_TRACE("rcGetFBParam encode"); in rcGetFBParam_enc()
402 AEMU_SCOPED_TRACE("rcCreateContext encode"); in rcCreateContext_enc()
446 AEMU_SCOPED_TRACE("rcDestroyContext encode"); in rcDestroyContext_enc()
[all …]
/hardware/google/gfxstream/guest/magma/magma_enc/
Dmagma_enc.cpp35 AEMU_SCOPED_TRACE("magma_device_import encode"); in magma_device_import_enc()
81 AEMU_SCOPED_TRACE("magma_device_release encode"); in magma_device_release_enc()
108 AEMU_SCOPED_TRACE("magma_device_query encode"); in magma_device_query_enc()
159 AEMU_SCOPED_TRACE("magma_device_query_fudge encode"); in magma_device_query_fudge_enc()
217 AEMU_SCOPED_TRACE("magma_device_create_connection encode"); in magma_device_create_connection_enc()
263 AEMU_SCOPED_TRACE("magma_connection_release encode"); in magma_connection_release_enc()
290 AEMU_SCOPED_TRACE("magma_connection_get_error encode"); in magma_connection_get_error_enc()
332 AEMU_SCOPED_TRACE("magma_connection_create_context encode"); in magma_connection_create_context_enc()
378 AEMU_SCOPED_TRACE("magma_connection_release_context encode"); in magma_connection_release_context_enc()
406 AEMU_SCOPED_TRACE("magma_connection_create_buffer encode"); in magma_connection_create_buffer_enc()
[all …]
/hardware/google/aemu/base/include/aemu/base/
DTracing.h90 #define AEMU_SCOPED_TRACE(tag) __attribute__ ((unused)) android::base::ScopedTrace AEMU_GENSYM(aemu… macro
91 #define AEMU_SCOPED_TRACE_CALL() AEMU_SCOPED_TRACE(__func__)
/hardware/google/gfxstream/guest/GoldfishAddressSpace/
DAddressSpaceStream.cpp100 AEMU_SCOPED_TRACE("allocBuffer"); in allocBuffer()
248 AEMU_SCOPED_TRACE("writeFully"); in writeFully()
314 AEMU_SCOPED_TRACE("writeFullyAsync"); in writeFullyAsync()
436 AEMU_SCOPED_TRACE("PING"); in notifyAvailable()
479 AEMU_SCOPED_TRACE("ensureType1Finished"); in ensureType1Finished()
496 AEMU_SCOPED_TRACE("ensureType3Finished"); in ensureType3Finished()
521 AEMU_SCOPED_TRACE("type1Write"); in type1Write()
/hardware/google/gfxstream/guest/android-emu/aemu/base/
DTracing.h48 #define AEMU_SCOPED_TRACE(tag) __attribute__ ((unused)) gfxstream::guest::ScopedTraceGuest AEMU_GEN… macro