Lines Matching defs:count
779 /** Tested targets count. */
923 // Lower the layers count when multiple levels are requested to limit the amount of memory required
1914 * @param [in] attachments_count Framebuffer attachments count.
1918 bool InvalidateDataTest::CheckErrorAndLog(const glw::GLenum attachments[], glw::GLuint count)
1929 for (glw::GLuint i = 0; i < count; ++i)
1933 if ((count - 1) != i)
2133 * @param [in] attachments_count Framebuffer attachments count.
2137 bool InvalidateSubDataTest::CheckErrorAndLog(const glw::GLenum attachments[], glw::GLuint count)
2148 for (glw::GLuint i = 0; i < count; ++i)
2152 if ((count - 1) != i)
8238 if (hasComponent[i % 4 /* color components count*/])
8240 if (de::abs(s_reference_color_integer[i % 4 /* color components count*/] - color[i]) >
8245 << componentName[i % 4 /* color components count*/] << " component equal to "
8246 << s_reference_color_integer[i % 4 /* color components count*/] << ", but fetched value " << color[i]
8269 if (hasComponent[i % 4 /* color components count*/])
8271 if (de::abs(s_reference_color[i % 4 /* color components count*/] - color[i]) >
8276 << componentName[i % 4 /* color components count*/] << " component equal to "
8277 << s_reference_color[i % 4 /* color components count*/] << ", but fetched value "
8415 /** Internal formats count */
8720 if (hasComponent[i % 4 /* color components count*/])
8722 if (de::abs(s_reference_color_integer[i % 4 /* color components count*/] - color[i]) >
8727 << componentName[i % 4 /* color components count*/] << " component equal to "
8728 << s_reference_color_integer[i % 4 /* color components count*/] << ", but fetched value " << color[i]
8751 if (hasComponent[i % 4 /* color components count*/])
8753 if (de::abs(s_reference_color[i % 4 /* color components count*/] - color[i]) >
8758 << componentName[i % 4 /* color components count*/] << " component equal to "
8759 << s_reference_color[i % 4 /* color components count*/] << ", but fetched value "
8854 /** @brief Retrieve max conformant sample count when GL_NV_internalformat_sample_query is supported
8859 * @return Max conformant sample count
8867 /* Return the max conformant sample count if extension is supported */
8874 /* Check and return the max conformant sample count */
8953 /** Tesetd internal format count */