Home
last modified time | relevance | path

Searched defs:to_format (Results 1 – 6 of 6) sorted by relevance

/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/winapi-util-0.1.9/src/
Dsysinfo.rs52 fn to_format(&self) -> COMPUTER_NAME_FORMAT { in to_format() method
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/winapi-util-0.1.9/src/
Dsysinfo.rs52 fn to_format(&self) -> COMPUTER_NAME_FORMAT { in to_format() method
/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/
Dframe_buffer_utils.h113 FrameBuffer::Format to_format; member
Dframe_buffer_common_utils.cc295 FrameBuffer::Format to_format) { in ValidateConvertFormats()
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderLayeredFramebuffer.cpp517 glw::GLenum to_format = (n == 0) ? GL_RGBA : (n == 1) ? GL_RGBA_INTEGER : GL_RGBA_INTEGER; in iterate() local
587 glw::GLenum to_format = GL_NONE; in iterate() local
/external/crosvm/devices/src/virtio/video/
Dformat.rs53 pub fn to_format(self) -> Format { in to_format() method