Searched refs:mMaxColorInputAttachmentCount (Results 1 – 3 of 3) sorted by relevance
1389 mMaxColorInputAttachmentCount = std::min<uint32_t>(mNativeCaps.maxColorAttachments, in ensureCapsInitialized()1396 mMaxColorInputAttachmentCount = 1; in ensureCapsInitialized()1422 mMaxColorInputAttachmentCount = in ensureCapsInitialized()1423 std::min<uint32_t>(mMaxColorInputAttachmentCount, mNativeCaps.maxColorAttachments); in ensureCapsInitialized()
256 uint32_t getMaxColorInputAttachmentCount() const { return mMaxColorInputAttachmentCount; } in getMaxColorInputAttachmentCount()915 mutable uint32_t mMaxColorInputAttachmentCount; variable
2024 mMaxColorInputAttachmentCount(0), in Renderer()