HomeSort by relevance Sort by last modified time
    Searched refs:XVMC_TRACE (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/state_trackers/xvmc/
attributes.c 70 XVMC_MSG(XVMC_TRACE, "[XvMC] Returning %d attributes for context %p.\n", *number, context);
115 XVMC_MSG(XVMC_TRACE, "[XvMC] Set attribute %s to value %d.\n", attr, value);
150 XVMC_MSG(XVMC_TRACE, "[XvMC] Got value %d for attribute %s.\n", *value, attr);
surface.c 161 XVMC_MSG(XVMC_TRACE, "[XvMC] Creating surface %p.\n", surface);
212 XVMC_MSG(XVMC_TRACE, "[XvMC] Surface %p created.\n", surface);
234 XVMC_MSG(XVMC_TRACE, "[XvMC] Rendering to surface %p, with past %p and future %p\n",
314 XVMC_MSG(XVMC_TRACE, "[XvMC] Submitted surface %p for rendering.\n", target_surface);
330 XVMC_MSG(XVMC_TRACE, "[XvMC] Flushing surface %p\n", surface);
343 XVMC_MSG(XVMC_TRACE, "[XvMC] Syncing surface %p\n", surface);
372 XVMC_MSG(XVMC_TRACE, "[XvMC] Displaying surface %p.\n", surface);
424 XVMC_MSG(XVMC_TRACE, "[XvMC] Surface %p has subpicture %p.\n", surface, surface_priv->subpicture);
448 XVMC_MSG(XVMC_TRACE, "[XvMC] Submitted surface %p for display. Pushing to front buffer.\n", surface);
466 XVMC_MSG(XVMC_TRACE, "[XvMC] Pushed surface %p to front buffer.\n", surface)
    [all...]
subpicture.c 163 XVMC_MSG(XVMC_TRACE, "[XvMC] Found requested subpicture format.\n" \
175 XVMC_MSG(XVMC_TRACE, "[XvMC] depth=%d\n" \
183 XVMC_MSG(XVMC_TRACE, "[XvMC] y sample bits=0x%08X\n" \
272 XVMC_MSG(XVMC_TRACE, "[XvMC] Creating subpicture %p.\n", subpicture);
364 XVMC_MSG(XVMC_TRACE, "[XvMC] Subpicture %p created.\n", subpicture);
421 XVMC_MSG(XVMC_TRACE, "[XvMC] Compositing subpicture %p.\n", subpicture);
451 XVMC_MSG(XVMC_TRACE, "[XvMC] Subpicture %p composited.\n", subpicture);
461 XVMC_MSG(XVMC_TRACE, "[XvMC] Destroying subpicture %p.\n", subpicture);
473 XVMC_MSG(XVMC_TRACE, "[XvMC] Subpicture %p destroyed.\n", subpicture);
500 XVMC_MSG(XVMC_TRACE, "[XvMC] Palette of Subpicture %p set.\n", subpicture)
    [all...]
xvmc_private.h 107 #define XVMC_TRACE 3
context.c 104 XVMC_MSG(XVMC_TRACE, "[XvMC] Found requested context surface format.\n" \
198 XVMC_MSG(XVMC_TRACE, "[XvMC] Creating context %p.\n", context);
315 XVMC_MSG(XVMC_TRACE, "[XvMC] Context %p created.\n", context);
325 XVMC_MSG(XVMC_TRACE, "[XvMC] Destroying context %p.\n", context);
341 XVMC_MSG(XVMC_TRACE, "[XvMC] Context %p destroyed.\n", context);

Completed in 539 milliseconds