Home
last modified time | relevance | path

Searched refs:mFormatSet (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.h387 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
DRenderTarget11.h37 const d3d11::Format &getFormatSet() const { return mFormatSet; } in getFormatSet()
40 const d3d11::Format &mFormatSet;
DRenderTarget11.cpp199 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()
Drenderer11_utils.cpp2513 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 =()