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

  /external/chromium_org/content/common/gpu/client/
gpu_memory_buffer_impl_io_surface.cc 20 bool GpuMemoryBufferImplIOSurface::IsFormatSupported(unsigned internalformat) {
43 return IsFormatSupported(internalformat) && IsUsageSupported(usage);
59 DCHECK(IsFormatSupported(internalformat_));
gpu_memory_buffer_impl_surface_texture.cc 27 bool GpuMemoryBufferImplSurfaceTexture::IsFormatSupported(
51 return IsFormatSupported(internalformat) && IsUsageSupported(usage);
70 DCHECK(IsFormatSupported(internalformat_));
gpu_memory_buffer_impl_io_surface.h 21 static bool IsFormatSupported(unsigned internalformat);
gpu_memory_buffer_impl_surface_texture.h 21 static bool IsFormatSupported(unsigned internalformat);
  /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 521 bool CoreAudioUtil::IsFormatSupported(IAudioClient* client,
526 HRESULT hr = client->IsFormatSupported(
588 return CoreAudioUtil::IsFormatSupported(client, AUDCLNT_SHAREMODE_SHARED,
    [all...]
audio_low_latency_output_win.cc 147 if (!CoreAudioUtil::IsFormatSupported(audio_client,
audio_low_latency_input_win.cc 616 HRESULT hr = audio_client_->IsFormatSupported(AUDCLNT_SHAREMODE_SHARED,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
audioclient.h 174 virtual HRESULT STDMETHODCALLTYPE IsFormatSupported(
244 HRESULT (STDMETHODCALLTYPE *IsFormatSupported)(
294 #define IAudioClient_IsFormatSupported(This,ShareMode,pFormat,ppClosestMatch) (This)->lpVtbl->IsFormatSupported(This,ShareMode,pFormat,ppClosestMatch)
327 return This->lpVtbl->IsFormatSupported(This,ShareMode,pFormat,ppClosestMatch);
    [all...]
devicetopology.h     [all...]