Home
last modified time | relevance | path

Searched refs:formattype (Results 1 – 9 of 9) sorted by relevance

/external/OpenCL-CTS/test_conformance/gl/
Dtest_image_methods.cpp117 if (format.formattype == GL_DEPTH_COMPONENT || in test_image_format_methods()
118 format.formattype == GL_DEPTH_STENCIL) in test_image_format_methods()
132 format.formattype, format.internal, format.datatype, in test_image_format_methods()
137 format.formattype, format.internal, format.datatype, in test_image_format_methods()
142 format.formattype, format.internal, format.datatype, in test_image_format_methods()
147 format.formattype, format.internal, format.datatype, in test_image_format_methods()
214 if(format.formattype == GL_DEPTH_COMPONENT) { in test_image_format_methods()
223 if(format.formattype == GL_DEPTH_COMPONENT) { in test_image_format_methods()
Dtest_images_write_common.cpp700 …tidx] == GL_TEXTURE_BUFFER) && (GetGLFormat(formats[ fidx ].internal) != formats[fidx].formattype)) in test_images_write_common()
730 GetGLBaseFormatName( formats[ fidx ].formattype ), in test_images_write_common()
754 GetGLBaseFormatName( formats[ fidx ].formattype ), in test_images_write_common()
770 if (formats[ fidx ].formattype == GL_DEPTH_COMPONENT || in test_images_write_common()
771 formats[ fidx ].formattype == GL_DEPTH_STENCIL) in test_images_write_common()
785 formats[ fidx ].formattype, in test_images_write_common()
794 GetGLBaseFormatName( formats[ fidx ].formattype ), in test_images_write_common()
811 GetGLBaseFormatName( formats[ fidx ].formattype ), in test_images_write_common()
Dtest_images_read_common.cpp423 if (fmt->formattype == GL_DEPTH_COMPONENT || in test_image_format_read()
424 fmt->formattype == GL_DEPTH_STENCIL) in test_image_format_read()
437 GLenum gl_fmt = fmt->formattype; in test_image_format_read()
671 …tidx] == GL_TEXTURE_BUFFER) && (GetGLFormat(formats[ fidx ].internal) != formats[fidx].formattype)) in test_images_read_common()
685 GetGLBaseFormatName( formats[ fidx ].formattype ), in test_images_read_common()
708 GetGLBaseFormatName( formats[ fidx ].formattype ), in test_images_read_common()
726 GetGLBaseFormatName( formats[ fidx ].formattype ), in test_images_read_common()
Dtest_images_getinfo_common.cpp115 GLenum gl_fmt = fmt->formattype; in test_image_format_get_info()
231 GetGLBaseFormatName( formats[ fidx ].formattype ), in test_images_get_info_common()
247 GetGLBaseFormatName( formats[ fidx ].formattype ), in test_images_get_info_common()
Dcommon.h29 GLenum formattype; member
/external/webrtc/modules/video_capture/windows/
Dsink_filter_ds.cc106 if (b.formattype != GUID_NULL) { in IsMediaTypePartialMatch()
108 if (a.formattype != b.formattype) in IsMediaTypePartialMatch()
122 return type.majortype != GUID_NULL && type.formattype != GUID_NULL; in IsMediaTypeFullySpecified()
190 if (media_type->formattype == FORMAT_VideoInfo) { in TranslateMediaTypeToVideoCaptureCapability()
192 } else if (media_type->formattype != FORMAT_VideoInfo2) { in TranslateMediaTypeToVideoCaptureCapability()
309 media_type->formattype = FORMAT_VideoInfo; in STDMETHOD()
Ddevice_info_ds.cc378 pmt->formattype == FORMAT_VideoInfo2) { in CreateCapabilityMap()
389 pmt->formattype == FORMAT_VideoInfo) { in CreateCapabilityMap()
415 pmt->formattype == preferedVideoFormat) { in CreateCapabilityMap()
419 if (pmt->formattype == FORMAT_VideoInfo) { in CreateCapabilityMap()
427 if (pmt->formattype == FORMAT_VideoInfo2) { in CreateCapabilityMap()
Dvideo_capture_ds.cc219 if (pmt->formattype == FORMAT_VideoInfo2) { in SetCameraOutput()
/external/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc2043 mt.formattype = FORMAT_WaveFormatEx; in InitRecordingDMO()