HomeSort by relevance Sort by last modified time
    Searched defs:pp_debug (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
pp_init.c 49 pp_debug("Initializing the post-processing queue.\n");
105 pp_debug("Queue successfully allocated. %u filter(s).\n", curpos);
110 pp_debug("Error setting up pp\n");
178 pp_debug("Queue taken down.\n");
183 pp_debug(const char *fmt, ...) function
187 if (!debug_get_bool_option("PP_DEBUG", FALSE))
209 pp_debug("Initializing FBOs, size %ux%u\n", w, h);
210 pp_debug("Requesting %u temps and %u inner temps\n", ppq->n_tmp,
225 pp_debug("Temp buffers' format fail\n");
256 pp_debug("Temp Sbuffer format fail\n")
    [all...]
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_init.c 49 pp_debug("Initializing the post-processing queue.\n");
105 pp_debug("Queue successfully allocated. %u filter(s).\n", curpos);
110 pp_debug("Error setting up pp\n");
178 pp_debug("Queue taken down.\n");
183 pp_debug(const char *fmt, ...) function
187 if (!debug_get_bool_option("PP_DEBUG", FALSE))
209 pp_debug("Initializing FBOs, size %ux%u\n", w, h);
210 pp_debug("Requesting %u temps and %u inner temps\n", ppq->n_tmp,
225 pp_debug("Temp buffers' format fail\n");
256 pp_debug("Temp Sbuffer format fail\n")
    [all...]

Completed in 32 milliseconds