Home
last modified time | relevance | path

Searched refs:get_format (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_formats.c41 get_format(const struct v3d_device_info *devinfo, enum pipe_format f) in get_format() function
53 const struct v3d_format *vf = get_format(devinfo, f); in v3d_rt_format_supported()
64 const struct v3d_format *vf = get_format(devinfo, f); in v3d_get_rt_format()
76 const struct v3d_format *vf = get_format(devinfo, f); in v3d_tex_format_supported()
84 const struct v3d_format *vf = get_format(devinfo, f); in v3d_get_tex_format()
96 const struct v3d_format *vf = get_format(devinfo, f); in v3d_get_tex_return_size()
111 const struct v3d_format *vf = get_format(devinfo, f); in v3d_get_tex_return_channels()
122 const struct v3d_format *vf = get_format(devinfo, f); in v3d_get_format_swizzle()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_formats.c110 get_format(enum pipe_format f) in get_format() function
122 const struct vc4_format *vf = get_format(f); in vc4_rt_format_supported()
133 const struct vc4_format *vf = get_format(f); in vc4_rt_format_is_565()
144 const struct vc4_format *vf = get_format(f); in vc4_tex_format_supported()
152 const struct vc4_format *vf = get_format(f); in vc4_get_tex_format()
163 const struct vc4_format *vf = get_format(f); in vc4_get_format_swizzle()
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
DDateTimeShortcuts.js230 DateTimeShortcuts.clockInputs[num].value = d.strftime(get_format('TIME_INPUT_FORMATS')[0]);
324 var format = get_format('DATE_INPUT_FORMATS')[0];
362 var format = get_format('DATE_INPUT_FORMATS')[0];
382 … DateTimeShortcuts.calendarInputs[num].value = d.strftime(get_format('DATE_INPUT_FORMATS')[0]);
/external/openscreen/cast/standalone_sender/
Dsimulated_capturer.cc356 decoder_context->get_format = [](struct AVCodecContext* s, in SetAdditionalDecoderParameters()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_android.c955 static int get_format(int format) in get_format() function
989 format = get_format(buf->format); in droid_create_image_from_name()
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh698 unsigned get_format (Iterator glyph_val_iter_pairs) in get_format() function
720 if (glyph_val_iter_pairs) format = get_format (glyph_val_iter_pairs); in serialize()
/external/python/cpython3/Modules/
D_testbuffer.c801 get_format(PyObject *format) in get_format() function
840 base->format = get_format(format); in init_simple()
/external/mesa3d/docs/relnotes/
D20.2.0.rst2990 - egl/android: Move get_format under HAVE_DRM_GRALLOC guard where it's used