Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
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];
Dgl3cTransformFeedbackTests.cpp5094 gl.genBuffers(s_bo_ids_count, m_bo_id); in prepareAndBind()
5097 for (glw::GLuint i = 0; i < s_bo_ids_count; ++i) in prepareAndBind()
5195 for (glw::GLuint i = 0; i < s_bo_ids_count; ++i) in clean()
5399 gl.genBuffers(s_bo_ids_count, m_bo_id); in prepareObjects()
5402 for (glw::GLuint i = 0; i < s_bo_ids_count; ++i) in prepareObjects()
5620 for (glw::GLuint i = 0; i < s_bo_ids_count; ++i) in clean()