Lines Matching refs:verifyResults
658 bool verifyResults(GLuint index, GLenum pname, GLint expected_value) const;
660 bool verifyResults(const GLdouble* set_values, GLuint length, GLuint index, const char* function_name,
768 if (false == verifyResults(vertex_attribute.m_array, SIZE, index, function_name.str().c_str(), __LINE__))
797 if (false == verifyResults(vertex_attribute.m_array, SIZE, index, function_name.str().c_str(), __LINE__))
834 if (false == verifyResults(index, GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING, m_buffer_object_id))
839 if (false == verifyResults(index, GL_VERTEX_ATTRIB_ARRAY_ENABLED, GL_FALSE))
844 if (false == verifyResults(index, GL_VERTEX_ATTRIB_ARRAY_SIZE, size))
849 if (false == verifyResults(index, GL_VERTEX_ATTRIB_ARRAY_STRIDE, stride))
854 if (false == verifyResults(index, GL_VERTEX_ATTRIB_ARRAY_TYPE, GL_DOUBLE))
859 if (false == verifyResults(index, GL_VERTEX_ATTRIB_ARRAY_NORMALIZED, GL_FALSE))
864 if (false == verifyResults(index, GL_VERTEX_ATTRIB_ARRAY_INTEGER, GL_FALSE))
869 if (false == verifyResults(index, GL_VERTEX_ATTRIB_ARRAY_DIVISOR, 0))
1090 bool GetVertexAttribTest::verifyResults(GLuint index, GLenum pname, GLint expected_value) const
1137 bool GetVertexAttribTest::verifyResults(const GLdouble* set_values, GLuint length, GLuint index,