Lines Matching defs:count

488  *  @param [in] count                   Number of elements to be compared.
490 * @return True if count of data the elements are equal to reference counterparts, false otherwise.
492 bool DataTest::compare(const glw::GLuint* data, const glw::GLuint* reference, const glw::GLsizei count)
494 for (glw::GLsizei i = 0; i < count; ++i)
514 * @param [in] count Number of elements compared.
517 const glw::GLuint* data, const glw::GLuint* reference, const glw::GLsizei count)
566 for (glw::GLsizei i = 0; i < count; ++i)
574 if (i != count - 1)
582 for (glw::GLsizei i = 0; i < count; ++i)
590 if (i != count - 1)
724 * @param [in] count Number of elements to be compared.
726 * @return True if count of data the elements are equal to reference counterparts, false otherwise.
729 bool ClearTest::Compare<glw::GLfloat>(const glw::GLfloat* data, const glw::GLfloat* reference, const glw::GLsizei count)
731 for (glw::GLsizei i = 0; i < count; ++i)
749 * @param [in] count Number of elements to be compared.
751 * @return True if count of data the elements are equal to reference counterparts, false otherwise.
754 bool ClearTest::Compare(const T* data, const T* reference, const glw::GLsizei count)
756 for (glw::GLsizei i = 0; i < count; ++i)
773 * @param [in] count Number of elements to be compared.
777 const glw::GLsizei count)
794 for (glw::GLsizei i = 0; i < count; ++i)
802 if (i != count - 1)
810 for (glw::GLsizei i = 0; i < count; ++i)
818 if (i != count - 1)
854 * @param [in] count Number of elements.
861 bool ClearTest::TestClearNamedBufferData(glw::GLenum internalformat, glw::GLsizei count, glw::GLenum format,
876 m_pNamedBufferData(buffer, static_cast<glw::GLsizei>(count * sizeof(T)), NULL, GL_DYNAMIC_COPY);
879 ClearNamedBuffer<USE_SUB_DATA>(buffer, internalformat, static_cast<glw::GLsizei>(count * sizeof(T)), format,
888 is_ok = Compare<T>(_data, data, count);
893 LogFail<T>(USE_SUB_DATA, internalformat, _data, data, count);
1459 s_reference_size / sizeof(s_reference[0]); //!< Reference data elements' count.
1624 s_reference_size / sizeof(s_reference[0]); //!< Reference data elements' count.
1817 s_reference_size / sizeof(s_reference[0]); //!< Reference data elements' count.
2078 s_reference_size / sizeof(s_reference[0]); //!< Reference data elements' count.
2088 s_reference_size / sizeof(s_reference[0]); //!< Reference data elements' count.