Searched refs:IsFormatSupported (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/content/common/gpu/client/
H A Dgpu_memory_buffer_impl_surface_texture.cc37 DCHECK(IsFormatSupported(internalformat));
58 bool GpuMemoryBufferImplSurfaceTexture::IsFormatSupported( function in class:content::GpuMemoryBufferImplSurfaceTexture
82 return IsFormatSupported(internalformat) && IsUsageSupported(usage);
H A Dgpu_memory_buffer_impl_ozone_native_buffer.cc97 DCHECK(IsFormatSupported(internalformat));
105 bool GpuMemoryBufferImplOzoneNativeBuffer::IsFormatSupported( function in class:content::GpuMemoryBufferImplOzoneNativeBuffer
130 return IsFormatSupported(internalformat) && IsUsageSupported(usage);
H A Dgpu_memory_buffer_impl_ozone_native_buffer.h33 static bool IsFormatSupported(unsigned internalformat);
H A Dgpu_memory_buffer_impl_surface_texture.h23 static bool IsFormatSupported(unsigned internalformat);
H A Dgpu_memory_buffer_impl_io_surface.cc97 DCHECK(IsFormatSupported(internalformat));
109 bool GpuMemoryBufferImplIOSurface::IsFormatSupported(unsigned internalformat) { function in class:content::GpuMemoryBufferImplIOSurface
132 return IsFormatSupported(internalformat) && IsUsageSupported(usage);
H A Dgpu_memory_buffer_impl_io_surface.h36 static bool IsFormatSupported(unsigned internalformat);
/external/opencv/otherlibs/highgui/
H A Dgrfmt_png.h81 bool IsFormatSupported( int depth );
H A Dgrfmt_pxm.h79 bool IsFormatSupported( int depth );
H A Dgrfmt_exr.h94 bool IsFormatSupported( int depth );
H A Dgrfmt_jpeg2000.h90 bool IsFormatSupported( int depth );
H A Dgrfmt_base.h100 virtual bool IsFormatSupported( int depth );
H A Dgrfmt_base.cpp80 bool GrFmtWriter::IsFormatSupported( int depth ) function in class:GrFmtWriter
H A Dloadsave.cpp532 if( !writer->IsFormatSupported(ipl_depth) )
534 assert( writer->IsFormatSupported(IPL_DEPTH_8U) );
H A Dgrfmt_png.cpp261 bool GrFmtPngWriter::IsFormatSupported( int depth ) function in class:GrFmtPngWriter
H A Dgrfmt_pxm.cpp369 bool GrFmtPxMWriter::IsFormatSupported( int depth ) function in class:GrFmtPxMWriter
H A Dgrfmt_jpeg2000.cpp396 bool GrFmtJpeg2000Writer::IsFormatSupported( int depth ) function in class:GrFmtJpeg2000Writer
H A Dgrfmt_exr.cpp579 bool GrFmtExrWriter::IsFormatSupported( int depth ) function in class:GrFmtExrWriter
/external/chromium_org/media/audio/win/
H A Dcore_audio_util_win.h145 static bool IsFormatSupported(IAudioClient* client,
H A Dcore_audio_util_win_unittest.cc373 EXPECT_FALSE(CoreAudioUtil::IsFormatSupported(
389 EXPECT_TRUE(CoreAudioUtil::IsFormatSupported(
H A Dcore_audio_util_win.cc527 bool CoreAudioUtil::IsFormatSupported(IAudioClient* client, function in class:media::CoreAudioUtil
532 HRESULT hr = client->IsFormatSupported(
594 return CoreAudioUtil::IsFormatSupported(client, AUDCLNT_SHAREMODE_SHARED,
H A Daudio_low_latency_output_win.cc158 if (!CoreAudioUtil::IsFormatSupported(audio_client,
H A Daudio_low_latency_input_win.cc639 HRESULT hr = audio_client_->IsFormatSupported(AUDCLNT_SHAREMODE_SHARED,
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.cc2251 hr = _ptrClientOut->IsFormatSupported(
2588 hr = _ptrClientIn->IsFormatSupported(

Completed in 253 milliseconds