Home
last modified time | relevance | path

Searched refs:PLUGIN_LOG_V (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dlog.h44 #define PLUGIN_LOG_V(...) macro
63 #define PLUGIN_LOG_V(...) macro
72 #define PLUGIN_LOG_V(...) \ macro
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dcreate_functions_vk.cpp215 PLUGIN_LOG_V("%s", ref.extensionName); in GetWrapper()
244 PLUGIN_LOG_V("Vulkan: available extensions:"); in CreateInstance()
246 PLUGIN_LOG_V("%s", ref.extensionName); in CreateInstance()
473 PLUGIN_LOG_V( in GetWrapper()
H A Ddevice_vk.cpp408 PLUGIN_LOG_V("%s: %s", pCallbackData->pMessageIdName, pCallbackData->pMessage); in DebugMessengerCallback()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Degl_state.cpp208 PLUGIN_LOG_V("EGLConfig[%d]", i); in DumpEGLConfigs()
278 PLUGIN_LOG_V("\t%-32s: %10d (0x%08x)", attribs[attr].Name, value, value); in DumpEGLSurface()
340 PLUGIN_LOG_V("\t%-32s: %10d (0x%08x)", attributes[attr].Name, value, value); in DumpEGLConfig()
991 PLUGIN_LOG_V("EGLState::GetSurfaceInformation: input surface information:"); in GetSurfaceInformation()
1009 PLUGIN_LOG_V("EGLState::GetSurfaceInformation: input surface configuration:"); in GetSurfaceInformation()
1018 PLUGIN_LOG_V("EGLState::GetSurfaceInformation: plat surface configuration:"); in GetSurfaceInformation()
H A Dnode_context_pool_manager_gles.cpp475PLUGIN_LOG_V("Created subpass FBO size [%u %u] [color:%u depth:%u resolve:%u]", framebuffer.width, in GenerateSubPassFBO()
759 PLUGIN_LOG_V("Creating framebuffer with %u subpasses", rpd.subpassCount); in GetFramebufferHandle()
772PLUGIN_LOG_V("Created framebuffer with %u subpasses at size [%u %u]", rpd.subpassCount, fb.width, … in GetFramebufferHandle()
H A Dswapchain_gles.cpp311 PLUGIN_LOG_V("Default backbuffer has no depth, but depth requested!"); in SwapchainGLES()
H A Dwgl_state.cpp440 PLUGIN_LOG_V("WGL_EXTENSIONS: %s", extensions_.c_str()); in CreateContext()
H A Ddevice_gles.cpp60 PLUGIN_LOG_V(#a ": %d", val); \
67 PLUGIN_LOG_V(#a "[%d]: %d", index, val); \
1084 PLUGIN_LOG_V(" GL_EXTENSION: %s", ext); in DeviceGLES()
H A Drender_backend_gles.cpp2708 PLUGIN_LOG_V("GL_GPU_DISJOINT_EXT disjoint occurred."); in CopyPerfTimeStamp()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_back_buffer.cpp76PLUGIN_LOG_V("RenderNodeBackBuffer: render data store configuration not set in render node graph"); in InitNode()