OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsFormatSupported
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/content/common/gpu/client/
gpu_memory_buffer_impl_io_surface.h
22
static bool
IsFormatSupported
(unsigned internalformat);
gpu_memory_buffer_impl_io_surface.cc
24
bool GpuMemoryBufferImplIOSurface::
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
143
static bool
IsFormatSupported
(IAudioClient* client,
audio_unified_win.cc
304
if (!CoreAudioUtil::
IsFormatSupported
(audio_output_client,
339
if (!CoreAudioUtil::
IsFormatSupported
(audio_input_client,
[
all
...]
core_audio_util_win_unittest.cc
373
EXPECT_FALSE(CoreAudioUtil::
IsFormatSupported
(
389
EXPECT_TRUE(CoreAudioUtil::
IsFormatSupported
(
core_audio_util_win.cc
509
bool CoreAudioUtil::
IsFormatSupported
(IAudioClient* client,
514
HRESULT hr = client->
IsFormatSupported
(
576
return CoreAudioUtil::
IsFormatSupported
(client, AUDCLNT_SHAREMODE_SHARED,
audio_low_latency_input_win.cc
566
HRESULT hr = audio_client_->
IsFormatSupported
(AUDCLNT_SHAREMODE_SHARED,
audio_low_latency_output_win.cc
186
if (!CoreAudioUtil::
IsFormatSupported
(audio_client,
/external/chromium_org/content/browser/renderer_host/
render_message_filter.cc
[
all
...]
Completed in 319 milliseconds