OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XVMC_TRACE
(Results
1 - 5
of
5
) sorted by null
/external/mesa3d/src/gallium/state_trackers/xvmc/
subpicture.c
127
XVMC_MSG(
XVMC_TRACE
, "[XvMC] Found requested subpicture format.\n" \
139
XVMC_MSG(
XVMC_TRACE
, "[XvMC] depth=%d\n" \
147
XVMC_MSG(
XVMC_TRACE
, "[XvMC] y sample bits=0x%08X\n" \
204
XVMC_MSG(
XVMC_TRACE
, "[XvMC] Creating subpicture %p.\n", subpicture);
293
XVMC_MSG(
XVMC_TRACE
, "[XvMC] Subpicture %p created.\n", subpicture);
355
XVMC_MSG(
XVMC_TRACE
, "[XvMC] Compositing subpicture %p.\n", subpicture);
380
XVMC_MSG(
XVMC_TRACE
, "[XvMC] Subpicture %p composited.\n", subpicture);
390
XVMC_MSG(
XVMC_TRACE
, "[XvMC] Destroying subpicture %p.\n", subpicture);
402
XVMC_MSG(
XVMC_TRACE
, "[XvMC] Subpicture %p destroyed.\n", subpicture);
429
XVMC_MSG(
XVMC_TRACE
, "[XvMC] Palette of Subpicture %p set.\n", subpicture)
[
all
...]
context.c
104
XVMC_MSG(
XVMC_TRACE
, "[XvMC] Found requested context surface format.\n" \
197
XVMC_MSG(
XVMC_TRACE
, "[XvMC] Creating context %p.\n", context);
311
XVMC_MSG(
XVMC_TRACE
, "[XvMC] Context %p created.\n", context);
321
XVMC_MSG(
XVMC_TRACE
, "[XvMC] Destroying context %p.\n", context);
337
XVMC_MSG(
XVMC_TRACE
, "[XvMC] Context %p destroyed.\n", context);
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
160
XVMC_MSG(
XVMC_TRACE
, "[XvMC] Creating surface %p.\n", surface);
205
XVMC_MSG(
XVMC_TRACE
, "[XvMC] Surface %p created.\n", surface);
227
XVMC_MSG(
XVMC_TRACE
, "[XvMC] Rendering to surface %p, with past %p and future %p\n",
307
XVMC_MSG(
XVMC_TRACE
, "[XvMC] Submitted surface %p for rendering.\n", target_surface);
323
XVMC_MSG(
XVMC_TRACE
, "[XvMC] Flushing surface %p\n", surface);
336
XVMC_MSG(
XVMC_TRACE
, "[XvMC] Syncing surface %p\n", surface);
364
XVMC_MSG(
XVMC_TRACE
, "[XvMC] Displaying surface %p.\n", surface);
416
XVMC_MSG(
XVMC_TRACE
, "[XvMC] Surface %p has subpicture %p.\n", surface, surface_priv->subpicture);
440
XVMC_MSG(
XVMC_TRACE
, "[XvMC] Submitted surface %p for display. Pushing to front buffer.\n", surface);
461
XVMC_MSG(
XVMC_TRACE
, "[XvMC] Pushed surface %p to front buffer.\n", surface)
[
all
...]
xvmc_private.h
107
#define
XVMC_TRACE
3
Completed in 2823 milliseconds