Lines Matching refs:getFormatInfo
321 const auto& info = this->getFormatInfo(*it); in setColorType()
331 const GrD3DCaps::FormatInfo& GrD3DCaps::getFormatInfo(DXGI_FORMAT format) const { in getFormatInfo() function in GrD3DCaps
333 return nonConstThis->getFormatInfo(format); in getFormatInfo()
336 GrD3DCaps::FormatInfo& GrD3DCaps::getFormatInfo(DXGI_FORMAT format) { in getFormatInfo() function in GrD3DCaps
358 auto& info = this->getFormatInfo(format); in initFormatTable()
386 auto& info = this->getFormatInfo(format); in initFormatTable()
415 auto& info = this->getFormatInfo(format); in initFormatTable()
434 auto& info = this->getFormatInfo(format); in initFormatTable()
453 auto& info = this->getFormatInfo(format); in initFormatTable()
479 auto& info = this->getFormatInfo(format); in initFormatTable()
500 auto& info = this->getFormatInfo(format); in initFormatTable()
519 auto& info = this->getFormatInfo(format); in initFormatTable()
538 auto& info = this->getFormatInfo(format); in initFormatTable()
559 auto& info = this->getFormatInfo(format); in initFormatTable()
578 auto& info = this->getFormatInfo(format); in initFormatTable()
599 auto& info = this->getFormatInfo(format); in initFormatTable()
618 auto& info = this->getFormatInfo(format); in initFormatTable()
637 auto& info = this->getFormatInfo(format); in initFormatTable()
657 auto& info = this->getFormatInfo(format); in initFormatTable()
790 const FormatInfo& info = this->getFormatInfo(format); in isFormatTexturable()
803 const auto& info = this->getFormatInfo(dxgiFormat); in isFormatAsColorTypeRenderable()
823 const FormatInfo& info = this->getFormatInfo(format); in isFormatUnorderedAccessible()
840 const FormatInfo& info = this->getFormatInfo(format); in getRenderTargetSampleCount()
870 const FormatInfo& info = this->getFormatInfo(format); in maxRenderTargetSampleCount()
880 const FormatInfo& info = this->getFormatInfo(format); in getFormatColorType()
897 const auto& info = this->getFormatInfo(dxgiFormat); in supportedWritePixelsColorType()
941 const auto& info = this->getFormatInfo(dxgiFormat); in onAreColorTypeAndFormatCompatible()
976 const auto& info = this->getFormatInfo(dxgiFormat); in onGetReadSwizzle()
990 const auto& info = this->getFormatInfo(dxgiFormat); in getWriteSwizzle()
1025 const auto& info = this->getFormatInfo(dxgiFormat); in onSupportedReadPixelsColorType()