Searched refs:s_capture_size (Results 1 – 2 of 2) sorted by relevance
925 …static const glw::GLuint s_capture_size = s_vertex_count * sizeof(glw::GLfloat) * 4 /* number of … member in gl3cts::TransformFeedback::DrawXFB
4296 gl.bufferData(GL_TRANSFORM_FEEDBACK_BUFFER, s_capture_size, NULL, GL_DYNAMIC_COPY); in prepare()4367 …gl.bindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, i, bo_id, i * s_capture_size / s_xfb_varyings_cou… in bindBOForXFB()4368 (i + 1) * s_capture_size / s_xfb_varyings_count); in bindBOForXFB()