HomeSort by relevance Sort by last modified time
    Searched refs:IsFormatSupported (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/content/common/gpu/client/
gpu_memory_buffer_impl_surface_texture.cc 37 DCHECK(IsFormatSupported(internalformat));
58 bool GpuMemoryBufferImplSurfaceTexture::IsFormatSupported(
82 return IsFormatSupported(internalformat) && IsUsageSupported(usage);
gpu_memory_buffer_impl_ozone_native_buffer.cc 97 DCHECK(IsFormatSupported(internalformat));
105 bool GpuMemoryBufferImplOzoneNativeBuffer::IsFormatSupported(
130 return IsFormatSupported(internalformat) && IsUsageSupported(usage);
gpu_memory_buffer_impl_io_surface.h 36 static bool IsFormatSupported(unsigned internalformat);
gpu_memory_buffer_impl_ozone_native_buffer.h 33 static bool IsFormatSupported(unsigned internalformat);
gpu_memory_buffer_impl_surface_texture.h 23 static bool IsFormatSupported(unsigned internalformat);
gpu_memory_buffer_impl_io_surface.cc 97 DCHECK(IsFormatSupported(internalformat));
109 bool GpuMemoryBufferImplIOSurface::IsFormatSupported(unsigned internalformat) {
132 return IsFormatSupported(internalformat) && IsUsageSupported(usage);
  /external/opencv/otherlibs/highgui/
grfmt_png.h 81 bool IsFormatSupported( int depth );
grfmt_pxm.h 79 bool IsFormatSupported( int depth );
grfmt_base.h 100 virtual bool IsFormatSupported( int depth );
grfmt_exr.h 94 bool IsFormatSupported( int depth );
grfmt_jpeg2000.h 90 bool IsFormatSupported( int depth );
grfmt_base.cpp 80 bool GrFmtWriter::IsFormatSupported( int depth )
loadsave.cpp 532 if( !writer->IsFormatSupported(ipl_depth) )
534 assert( writer->IsFormatSupported(IPL_DEPTH_8U) );
grfmt_png.cpp 261 bool GrFmtPngWriter::IsFormatSupported( int depth )
grfmt_pxm.cpp 369 bool GrFmtPxMWriter::IsFormatSupported( int depth )
grfmt_jpeg2000.cpp 396 bool GrFmtJpeg2000Writer::IsFormatSupported( int depth )
grfmt_exr.cpp 579 bool GrFmtExrWriter::IsFormatSupported( int depth )
  /external/chromium_org/media/audio/win/
core_audio_util_win.h 145 static bool IsFormatSupported(IAudioClient* client,
core_audio_util_win_unittest.cc 373 EXPECT_FALSE(CoreAudioUtil::IsFormatSupported(
389 EXPECT_TRUE(CoreAudioUtil::IsFormatSupported(
core_audio_util_win.cc 527 bool CoreAudioUtil::IsFormatSupported(IAudioClient* client,
532 HRESULT hr = client->IsFormatSupported(
594 return CoreAudioUtil::IsFormatSupported(client, AUDCLNT_SHAREMODE_SHARED,
    [all...]
audio_low_latency_output_win.cc 158 if (!CoreAudioUtil::IsFormatSupported(audio_client,
audio_low_latency_input_win.cc 639 HRESULT hr = audio_client_->IsFormatSupported(AUDCLNT_SHAREMODE_SHARED,
  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_core_win.cc     [all...]

Completed in 135 milliseconds