Searched refs:xfb_data_size (Results 1 – 3 of 3) sorted by relevance
171 const unsigned int xfb_data_size = getXFBBufferSize(); in initTest() local176 gl.bufferData(GL_TRANSFORM_FEEDBACK_BUFFER, xfb_data_size, NULL /* data */, GL_STATIC_DRAW); in initTest()
3477 const unsigned int xfb_data_size = in initBufferObjects() local3483 gl.bufferData(GL_ARRAY_BUFFER, xfb_data_size, DE_NULL /* data */, GL_STATIC_DRAW); in initBufferObjects()
24585 …const GLuint xfb_data_size = (test_case.m_stage == Utils::Shader::VERTEX) ? xfb_type_size : xfb_ty… in test() local24591 xfb.m_initial_data.resize(xfb_data_size); in test()24592 xfb.m_expected_data.resize(xfb_data_size); in test()24594 for (GLuint i = 0; i < xfb_data_size; ++i) in test()