Searched refs:IsFormatValid (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/common/gpu/client/
H A Dgpu_memory_buffer_impl.cc18 DCHECK(IsFormatValid(internalformat));
26 bool GpuMemoryBufferImpl::IsFormatValid(unsigned internalformat) { function in class:content::GpuMemoryBufferImpl
H A Dgpu_memory_buffer_impl.h60 static bool IsFormatValid(unsigned internalformat);
/external/chromium_org/media/formats/mp4/
H A Dbox_definitions.h201 bool IsFormatValid() const;
H A Dbox_definitions.cc463 if (IsFormatValid())
469 bool VideoSampleEntry::IsFormatValid() const { function in class:media::mp4::VideoSampleEntry
H A Dmp4_stream_parser.cc281 if (!entry.IsFormatValid()) {
/external/chromium_org/content/browser/gpu/
H A Dbrowser_gpu_channel_host_factory.cc453 if (!GpuMemoryBufferImpl::IsFormatValid(request->internalformat) ||
/external/chromium_org/content/browser/renderer_host/
H A Drender_message_filter.cc1247 if (!GpuMemoryBufferImpl::IsFormatValid(internalformat) ||
/external/chromium_org/content/renderer/
H A Drender_thread_impl.cc1256 if (!GpuMemoryBufferImpl::IsFormatValid(internalformat))

Completed in 220 milliseconds