Searched refs:mFormatSet (Results 1 – 4 of 4) sorted by relevance
387 DXGI_FORMAT getFormat() const { return mFormatSet->texFormat; } in getFormat()388 const d3d11::Format &getFormatSet() const { return *mFormatSet; } in getFormatSet()401 mFormatSet = &format; in init()410 mFormatSet = &format; in set()429 const d3d11::Format *mFormatSet; variable
37 const d3d11::Format &getFormatSet() const { return mFormatSet; } in getFormatSet()40 const d3d11::Format &mFormatSet;
199 RenderTarget11::RenderTarget11(const d3d11::Format &formatSet) : mFormatSet(formatSet) {} in RenderTarget11()230 ASSERT(mFormatSet.formatID != angle::FormatID::NONE || mWidth == 0 || mHeight == 0); in TextureRenderTarget11()259 ASSERT(mFormatSet.formatID != angle::FormatID::NONE || mWidth == 0 || mHeight == 0); in TextureRenderTarget11()
2513 TextureHelper11::TextureHelper11() : mFormatSet(nullptr), mSampleCount(0) {} in TextureHelper11()2521 : mFormatSet(other.mFormatSet), mExtents(other.mExtents), mSampleCount(other.mSampleCount) in TextureHelper11()2560 std::swap(mFormatSet, other.mFormatSet); in operator =()2569 mFormatSet = other.mFormatSet; in operator =()