Searched refs:formattype (Results 1 – 9 of 9) sorted by relevance
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_image_methods.cpp | 117 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()
|
D | test_images_write_common.cpp | 700 …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()
|
D | test_images_read_common.cpp | 423 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()
|
D | test_images_getinfo_common.cpp | 115 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()
|
D | common.h | 29 GLenum formattype; member
|
/external/webrtc/modules/video_capture/windows/ |
D | sink_filter_ds.cc | 106 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()
|
D | device_info_ds.cc | 378 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()
|
D | video_capture_ds.cc | 219 if (pmt->formattype == FORMAT_VideoInfo2) { in SetCameraOutput()
|
/external/webrtc/modules/audio_device/win/ |
D | audio_device_core_win.cc | 2043 mt.formattype = FORMAT_WaveFormatEx; in InitRecordingDMO()
|