Searched refs:pformat (Results 1 - 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dsurface.c275 enum pipe_format pformat = FormatYCBCRToPipe(source_ycbcr_format); local
292 if (p_surf->video_buffer == NULL || pformat != p_surf->video_buffer->buffer_format) {
299 p_surf->templat.buffer_format = pformat;
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
H A Dwsgiwrappers.py10 from pprint import pformat namespace
279 pf = pformat
H A Dhttpserver.py796 info_desc = pprint.pformat(info)
/external/lldb/test/unittest2/
H A Dcase.py746 difflib.ndiff(pprint.pformat(seq1).splitlines(),
747 pprint.pformat(seq2).splitlines()))
858 pprint.pformat(d1).splitlines(),
859 pprint.pformat(d2).splitlines())))
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c907 format_to_type_comps(enum pipe_format pformat, argument
911 switch (pformat) {
961 reduce_1d(enum pipe_format pformat, argument
968 format_to_type_comps(pformat, &datatype, &comps);
981 reduce_2d(enum pipe_format pformat, argument
989 const int bpt = util_format_get_blocksize(pformat);
994 format_to_type_comps(pformat, &datatype, &comps);
1022 reduce_3d(enum pipe_format pformat, argument
1028 const int bpt = util_format_get_blocksize(pformat);
1034 format_to_type_comps(pformat,
[all...]
/external/boringssl/src/ssl/
H A Ds3_lib.c484 const uint8_t **pformat = parg; local
488 *pformat = s->s3->tmp.peer_ecpointformatlist;
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dimage.c240 enum pipe_format pformat = vg_format_to_pipe(format); local
259 assert(screen->is_format_supported(screen, pformat, PIPE_TEXTURE_2D,
264 pt.format = pformat;
/external/lldb/test/unittest2/test/
H A Dtest_case.py908 diff = '\n'.join(difflib.ndiff(pprint.pformat(seq1).splitlines(),
909 pprint.pformat(seq2).splitlines()))
/external/mesa3d/src/mesa/state_tracker/
H A Dst_format.c1436 enum pipe_format pformat; member in struct:exact_format_mapping
1513 return tbl[i].pformat;
H A Dst_cb_texture.c641 enum pipe_format pformat = util_format_linear(dst_texture->format); local
660 pformat, rgba);
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.c2604 static void r600_vertex_data_type(enum pipe_format pformat, argument
2616 desc = util_format_description(pformat);
2747 R600_ERR("unsupported vertex format %s\n", util_format_name(pformat));

Completed in 657 milliseconds