Lines Matching refs:format
680 * @param [in] internalformat GL internal format for clearing, one of the listed in test class description.
682 * @param [in] format GL Format of the data.
688 glw::GLenum format, glw::GLenum type, glw::GLvoid* data)
694 m_pClearNamedBufferData(buffer, internalformat, format, type, data);
703 * @param [in] internalformat GL internal format for clearing, one of the listed in test class description.
705 * @param [in] format GL Format of the data.
711 glw::GLenum format, glw::GLenum type, glw::GLvoid* data)
716 m_pClearNamedBufferSubData(buffer, internalformat, 0, size, format, type, data);
770 * @param [in] internalformat Internal format used for clearing, one of the listed in test class description.
853 * @param [in] internalformat Internal format used for clearing, one of the listed in test class description.
855 * @param [in] internalformat Data format to be used for clearing.
861 bool ClearTest::TestClearNamedBufferData(glw::GLenum internalformat, glw::GLsizei count, glw::GLenum format,
879 ClearNamedBuffer<USE_SUB_DATA>(buffer, internalformat, static_cast<glw::GLsizei>(count * sizeof(T)), format,
2609 * internal format is not one of the valid sized internal formats listed in
2618 * format is not a valid format, or type is not a valid type.
2660 /* Test invalid sized internal format error behavior. */
2662 /* Prepare for invalid sized internal format error behavior verification. */
2684 " if internal format is not one of the valid sized internal formats "
2741 /* Test invalid format error behavior. */
2743 /* Prepare for invalid format error behavior verification. */
2765 " if format is not a valid format "
2795 " if format is not a valid type "
2831 * internal format is not one of the valid sized internal formats listed in
2836 * per-element for the internal format specified by internal format. This
2838 * internal format from the table by the size of the base type from the
2850 * Check that INVALID_VALUE is generated by ClearNamedBufferSubData if format is not
2851 * a valid format, or type is not a valid type.
2894 /* Test invalid sized internal format error behavior. */
2896 /* Prepare for invalid sized internal format error behavior verification. */
2918 " if internal format is not one of the valid sized internal formats "
2934 "per-element for the internal format (GL_RGBA) specified by internal format.");
2944 "per-element for the internal format (GL_RGBA) specified by internal format.");
3024 /* Test invalid format error behavior. */
3026 /* Prepare for invalid format error behavior verification. */
3049 " if format is not a valid format "
3079 " if format is not a valid type "