Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/geometry_shader/
H A 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
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/winapi-util-0.1.6/src/
H A Dsysinfo.rs50 fn to_format(&self) -> COMPUTER_NAME_FORMAT { in to_format() method
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/
H A Dframe_buffer_utils.h113 FrameBuffer::Format to_format; member
H A Dframe_buffer_common_utils.cc295 FrameBuffer::Format to_format) { in ValidateConvertFormats()
/aosp_15_r20/external/crosvm/devices/src/virtio/video/
H A Dformat.rs53 pub fn to_format(self) -> Format { in to_format() method