HomeSort by relevance Sort by last modified time
    Searched full:p_format (Results 1 - 25 of 74) sorted by null

1 2 3

  /system/core/include/log/
logprint.h 66 void android_log_format_free(AndroidLogFormat *p_format);
69 int android_log_setPrintFormat(AndroidLogFormat *p_format,
87 int android_log_addFilterRule(AndroidLogFormat *p_format,
101 int android_log_addFilterString(AndroidLogFormat *p_format,
110 AndroidLogFormat *p_format, const char *tag, android_LogPriority pri);
143 AndroidLogFormat *p_format,
157 AndroidLogFormat *p_format,
  /system/core/liblog/
logprint.c 163 AndroidLogFormat *p_format, const char *tag)
167 for (p_curFilter = p_format->filters
173 return p_format->global_pri;
180 return p_format->global_pri;
188 AndroidLogFormat *p_format,
192 return pri >= filterPriForTag(p_format, tag);
217 LIBLOG_ABI_PUBLIC void android_log_format_free(AndroidLogFormat *p_format)
221 p_info = p_format->filters;
230 free(p_format);
241 AndroidLogFormat *p_format,
    [all...]
  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
gralloc_cb.h 34 int p_format, int p_glFormat, int p_glType) :
41 format(p_format),
  /external/mesa3d/src/gallium/auxiliary/util/
u_rect.h 78 #include "pipe/p_format.h"
89 #include "pipe/p_format.h"
u_sampler.h 34 #include "pipe/p_format.h"
u_format_tests.h 34 #include "pipe/p_format.h"
u_linear.h 37 #include "pipe/p_format.h"
  /system/core/liblog/tests/
liblog_test.cpp 1166 AndroidLogFormat *p_format = android_log_format_new(); local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_format.h 30 #include "pipe/p_format.h"
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_pixelformat.h 38 #include "pipe/p_format.h"
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_winsys.h 39 #include "pipe/p_format.h"
  /external/mesa3d/src/gallium/drivers/r300/
r300_texture_desc.h 27 #include "pipe/p_format.h"
r300_texture.h 27 #include "pipe/p_format.h"
  /external/mesa3d/src/gallium/state_trackers/clover/core/
format.hpp 30 #include "pipe/p_format.h"
  /external/mesa3d/src/gallium/state_trackers/vdpau/
vdpau_private.h 116 PipeToFormatYCBCR(enum pipe_format p_format)
118 switch (p_format) {
160 PipeToFormatRGBA(enum pipe_format p_format)
162 switch (p_format) {
  /external/mesa3d/src/mesa/state_tracker/
st_format.h 37 #include "pipe/p_format.h"
st_cb_fbo.h 37 #include "pipe/p_format.h"
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format.h 40 #include "pipe/p_format.h"
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend.h 35 #include "pipe/p_format.h"
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump_state.h 31 #include "pipe/p_format.h"
  /external/mesa3d/src/gallium/state_trackers/dri/common/
dri_drawable.h 32 #include "pipe/p_format.h"
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d.h 32 #include "pipe/p_format.h"
  /external/mesa3d/src/gallium/state_trackers/egl/wayland/
native_wayland.h 30 #include "pipe/p_format.h"
  /external/mesa3d/src/gallium/winsys/sw/null/
null_sw_winsys.c 40 #include "pipe/p_format.h"
  /external/mesa3d/src/gallium/auxiliary/translate/
translate.h 44 #include "pipe/p_format.h"

Completed in 769 milliseconds

1 2 3