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

  /external/mesa3d/src/gallium/drivers/vc5/
vc5_formats.c 41 get_format(const struct v3d_device_info *devinfo, enum pipe_format f) function
53 const struct vc5_format *vf = get_format(devinfo, f);
64 const struct vc5_format *vf = get_format(devinfo, f);
76 const struct vc5_format *vf = get_format(devinfo, f);
84 const struct vc5_format *vf = get_format(devinfo, f);
96 const struct vc5_format *vf = get_format(devinfo, f);
111 const struct vc5_format *vf = get_format(devinfo, f);
122 const struct vc5_format *vf = get_format(devinfo, f);
  /external/libxcam/xcore/
v4l2_buffer_proxy.h 66 const struct v4l2_format & get_format () const { function in class:XCam::V4l2Buffer
v4l2_device.cpp 371 V4l2Device::get_format (struct v4l2_format &format) function in class:XCam::V4l2Device
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_formats.c 110 get_format(enum pipe_format f) function
122 const struct vc4_format *vf = get_format(f);
133 const struct vc4_format *vf = get_format(f);
144 const struct vc4_format *vf = get_format(f);
152 const struct vc4_format *vf = get_format(f);
163 const struct vc4_format *vf = get_format(f);
  /external/mesa3d/src/egl/drivers/dri2/
platform_android.c 142 static int get_format(int format) function
848 format = get_format(buf->format);
    [all...]
  /external/python/cpython3/Modules/
_testbuffer.c 801 get_format(PyObject *format) function
840 base->format = get_format(format);
    [all...]

Completed in 224 milliseconds