Home
last modified time | relevance | path

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

/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.cpp515 glw::GLenum to_format = (n == 0) ? GL_RGBA : (n == 1) ? GL_RGBA_INTEGER : GL_RGBA_INTEGER; in iterate() local
585 glw::GLenum to_format = GL_NONE; in iterate() local
/external/crosvm/devices/src/virtio/video/
Dformat.rs69 pub fn to_format(&self) -> Format { in to_format() method