Home
last modified time | relevance | path

Searched refs:s_bo_ids_count (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTransformFeedbackTests.hpp1059 static const glw::GLuint s_bo_ids_count = 2; member in gl3cts::TransformFeedback::DrawXFBStream
1069 glw::GLuint m_bo_id[s_bo_ids_count];
1118 static const glw::GLuint s_bo_ids_count = 2; member in gl3cts::TransformFeedback::CaptureSpecialInterleaved
1125 glw::GLuint m_bo_id[s_bo_ids_count];
H A Dgl3cTransformFeedbackTests.cpp5118 gl.genBuffers(s_bo_ids_count, m_bo_id); in prepareAndBind()
5121 for (glw::GLuint i = 0; i < s_bo_ids_count; ++i) in prepareAndBind()
5219 for (glw::GLuint i = 0; i < s_bo_ids_count; ++i) in clean()
5423 gl.genBuffers(s_bo_ids_count, m_bo_id); in prepareObjects()
5426 for (glw::GLuint i = 0; i < s_bo_ids_count; ++i) in prepareObjects()
5644 for (glw::GLuint i = 0; i < s_bo_ids_count; ++i) in clean()

Completed in 10 milliseconds