Searched refs:mMaxColorInputAttachmentCount (Results 1 – 3 of 3) sorted by relevance
1342 mMaxColorInputAttachmentCount = std::min<uint32_t>(mNativeCaps.maxColorAttachments, in ensureCapsInitialized()1349 mMaxColorInputAttachmentCount = 1; in ensureCapsInitialized()1375 mMaxColorInputAttachmentCount = in ensureCapsInitialized()1376 std::min<uint32_t>(mMaxColorInputAttachmentCount, mNativeCaps.maxColorAttachments); in ensureCapsInitialized()
264 uint32_t getMaxColorInputAttachmentCount() const { return mMaxColorInputAttachmentCount; } in getMaxColorInputAttachmentCount()933 mutable uint32_t mMaxColorInputAttachmentCount; variable
1739 mMaxColorInputAttachmentCount(0), in Renderer()